View Single Post
  #4   Report Post  
EdWeitz
 
Posts: n/a
Default


-----Original Message-----
Always try and fix errors at source rather than

compensating for them.

--
Regards
Ken....................... Microsoft MVP -

Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------

------------------
It's easier to beg forgiveness than ask

permission :-)
----------------------------------------------------------

------------------

"HeatherC" wrote in

message
...
How do I sum cells that include #N/A in the range. The

#N/A is the result
of
a lookup formulae. I want such cells to register as 0.

Currently the sum
of
the cells gives #N/A as the answer.
Thanks


You can try using IIf Function


or If Then constructs.

.