+ Reply to Thread
Results 1 to 2 of 2

#NÚM! and #DIV/0

  1. #1
    Registered User
    Join Date
    03-02-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2003
    Posts
    7

    Arrow #NÚM! and #DIV/0

    Hi, thanks for the attention!


    When W66 and X66 are 0 the result is of Y66 is "" (blank cell) like:

    Y66=IF(W66*X66=0,"",X66/(X66*6.3)*10)

    Ok by now... But... Y66 is part of =MED(Y62;Y66) and the result of this when all those cells are (BLANK) is #NÚM!

    How can i have BLANK CELLS too in this second part of the equation?



    Also...

    =(Z68/Z58)*100-100 when Z68 is Blank and Z58 is also blank the result is #DIV/0!



    How can i get BLANK cell in those cases?



    Thanks for the support

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

    Re: #NÚM! and #DIV/0

    Try:

    =SE(SOMA(Y62,Y66);MED(Y62;Y66);"")

    and

    =SE(Z58=0;0;(Z68/Z58)*100-100)
    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.

+ 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