+ Reply to Thread
Results 1 to 4 of 4

How to show blank or nothing instead of #NUM! sign.

  1. #1
    Registered User
    Join Date
    10-04-2012
    Location
    denver, colorado
    MS-Off Ver
    Excel 2003
    Posts
    27

    How to show blank or nothing instead of #NUM! sign.

    I have the following formula where if it doesn't match it shows #NUM! and I would like it to show nothing at all, if possible I would also like it to be blank if = 0:


    =IF($B$1="outgo";INDEX(OUTGO!BV$28:BV776;MATCH('P&L'!$B20;OUTGO!$D$28:$D776;0));INDEX(INTAKE!BV$28:BV776;MATCH('P&L'!$B20;INTAKE!$D$28:$D776;0)))


    Many thanks for your help.

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: How to show blank or nothing instead of #NUM! sign.

    Try Using =Iferror!

    Let me know I you need any help!

    Deep
    Cheers!
    Deep Dave

  3. #3
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: How to show blank or nothing instead of #NUM! sign.

    try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  4. #4
    Registered User
    Join Date
    10-06-2003
    Location
    Ashford, Kent - Working in London
    MS-Off Ver
    Office 365
    Posts
    95

    Re: How to show blank or nothing instead of #NUM! sign.

    I generally surround such things with =IF(ISERROR(YOURFORMULA)=TRUE,"",YOURFORMULA)

    You'll see that there are functions like ISNA and ISREF which picks up those errors, but ISERROR appears to cover all such errors/input messages.

    Keeps things tidy!

    Chris.
    Big Chris

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need to show a minus(-) value in a formula as plus(+) sign..
    By Anuru in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-31-2014, 08:59 AM
  2. Show sign only in selected row
    By ABBOV in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-16-2010, 09:59 AM
  3. How do I show the + sign
    By auntsally in forum Excel General
    Replies: 5
    Last Post: 07-15-2008, 10:11 AM
  4. [SOLVED] In excel how do I show a divide sign
    By Doug in forum Excel General
    Replies: 4
    Last Post: 04-08-2006, 09:35 AM
  5. [SOLVED] Show = sign
    By Nicole in forum Excel General
    Replies: 2
    Last Post: 03-27-2005, 01:06 PM

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