View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default ignore #N/A in a sum?

=if(isnumber(f160),f160,0)
+if(isnumber(g160),g160,0)
-if(isnumber(h160),h160,0)

Is one way.



Todd wrote:

I have a worksheett that has many #N/A's where a matching formula brought
over data. It there is no match I get another N/A's. Thats ok, but I need
to sum accross the rows and I don't want to remove the formula.

I am adding three columns +F160+G160-H160

Is there a formula I can use? Or do I really need to delete all the N/A's.
( I will just have to put them back later if I do).

Thanks,

Todd


--

Dave Peterson