#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

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
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,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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