+ Reply to Thread
Results 1 to 31 of 31

MIN-MAX trouble

Hybrid View

  1. #1
    Registered User
    Join Date
    01-09-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: MIN-MAX trouble

    One followup question.

    Min and Max functions will return a "0" if the range is blank. Is there any way to NOT return the 0 if the range is blank? Currently, if I have something like this

    Doctors Office 40%

    The formula will return: $0-$0,40%-40%

    I need it to return 40%-40%


    Thanks

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: MIN-MAX trouble

    OK that wasnt what you asked for in post 12...

    Quote Originally Posted by JoKnows View Post
    One followup question.

    Min and Max functions will return a "0" if the range is blank. Is there any way to NOT return the 0 if the range is blank? Currently, if I have something like this

    Doctors Office 40%

    The formula will return: $0-$0,40%-40%

    I need it to return 40%-40%

    Thanks
    =if(sum(the-range-you-used-for-%)=0,"0%-0%",your-min/max-formula)&if(sum(the-range-you-used-for-$)=0,"$0-$0",","&your-min/max-formula)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1