+ Reply to Thread
Results 1 to 4 of 4

Show #N/A when the total sum equals $0.00

  1. #1
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Show #N/A when the total sum equals $0.00

    I am using the following formula:

    =SUMIF(B143:I143,"<>#N/A")

    Basically that will ignore any #N/A's in my row and give me a sum.

    But if the sum is $0.00, how can I show #N/A instead of $0.00 for the sum?

    This is so I can chart the grand total without the chart showing $0.00 for these dates.

    Thanks for any help.

    Nick
    Last edited by avidcat; 10-02-2010 at 10:11 AM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Show #N/A when the total sum equals $0.00

    Try

    =IF(SUMIF(B143:I143,"<>#N/A"),SUMIF(B143:I143,"<>#N/A"),NA())
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Re: Show #N/A when the total sum equals $0.00

    Thanks, I tried that but it still shows a $0.00 instead of #N/A.

  4. #4
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Re: Show #N/A when the total sum equals $0.00

    Ignore that, got it working. I forgot I changed the cells location.

+ 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