#N/A in SUM

RussChilds

Active Member
Joined
Jun 8, 2007
Messages
267
Hi All,

I have a cell (V4) that works out the total point score of cells C4 to U4 "=SUM(C4:U4)"

The Cells C4 to U4 are using a lookup formula "=VLOOKUP(Units!P44,GRADE,2,FALSE)*10"

My question is if some cells give a #N/A it won't give a total points score. Instead I get a #N/A. How do I ignore the #N/A in cells C4 to U4?

Many thanks,
Russ :)
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
You could fix the VLOOKUPs to return something other than an error, or you can use SUMIF:

=SUMIF(C4:U4,"<>#N/A")
 
Upvote 0

Forum statistics

Threads
1,226,114
Messages
6,189,051
Members
453,522
Latest member
Seeker2025

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