Sumif cell value is not NA

Beginner Bob

New Member
Joined
Feb 21, 2002
Messages
14
I can't believe I can't find an answer to this anywhere, but I have values in cells D8:D59, some of which are NA, which isn't a problem to see, just to sum. I want to sum from D8:D59, ignoring NA values. I've seen and tried way to many methods to list, none of which are working for me. Can someone help me with this formula?
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
you could use
=SUMIF(D8:D59,"<>#n/a")



good luck

On 2002-02-28 11:45, Beginner Bob wrote:
I can't believe I can't find an answer to this anywhere, but I have values in cells D8:D59, some of which are NA, which isn't a problem to see, just to sum. I want to sum from D8:D59, ignoring NA values. I've seen and tried way to many methods to list, none of which are working for me. Can someone help me with this formula?
This message was edited by IML on 2002-02-28 11:48
 
Upvote 0
On 2002-02-28 11:45, Beginner Bob wrote:
I can't believe I can't find an answer to this anywhere, but I have values in cells D8:D59, some of which are NA, which isn't a problem to see, just to sum. I want to sum from D8:D59, ignoring NA values. I've seen and tried way to many methods to list, none of which are working for me. Can someone help me with this formula?

Use the ISNA function with an IF function to put a default value or zero in the cells that show NA
 
Upvote 0
Thanks gplhl and IML, I ended up using the sumif(D8:D59,"<>#N/A"), because I don't care about seeing the N/A's, and don't want to take the time to change them to 0 amounts.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top