+ Reply to Thread
Results 1 to 4 of 4

Display "0" instead of #NUM!

  1. #1
    Registered User
    Join Date
    10-05-2009
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    76

    Display "0" instead of #NUM!

    I need to add another condition to a formula and can't seem to get it to work correctly.

    Could someone please tell me the correct way to add:

    If #NUM! shows up to display "0"

    to

    =MEDIAN(IF((Z:Z=AT17)*(Y:Y="TRANS")*(AD:AD<>"LEAP"),AE:AE))


    Thank you very much!
    Last edited by KINNEY0201; 10-04-2010 at 04:13 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,040

    Re: Display "0" instead of #NUM!

    With XL 2007 you can use =IFERROR(your formula, 0)
    Never use Merged Cells in Excel

  3. #3
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Display "0" instead of #NUM!

    And if you need to be backward compatable, say a client/co-worker uses 2003

    IF(ISERROR(your formula),0,your formula)

  4. #4
    Registered User
    Join Date
    10-05-2009
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    76

    Re: Display "0" instead of #NUM!

    Perfect! Thank you!

+ 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