+ Reply to Thread
Results 1 to 4 of 4

Display zero values

  1. #1
    Registered User
    Join Date
    11-22-2011
    Location
    florida, usa
    MS-Off Ver
    Excel 2010
    Posts
    6

    Display zero values

    The spreadsheet is showing a zero value error when one of the cells in the formula that I am dividing by is 0, I read how to show zero values but I have an IF statement in there already and it is returning a mulitple IF statement error when I try to edit it. I have attached the file and highlighted the cell that I am having problems with. Please Help!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Display zero values

    Copy and paste this formula to Cell F24

    =IF(F14<1,0,+IFERROR(F14/F5,0))

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Display zero values

    Try checking the denominator first,

    =IF(OR(F5=0,F14<1),0,F14/F5)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Registered User
    Join Date
    11-22-2011
    Location
    florida, usa
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Display zero values

    Yes! Thank you so much. That solved the problem

+ 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