Thread: #VALUE!
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Curtis Curtis is offline
external usenet poster
 
Posts: 181
Default #VALUE!

Would this still work if i neede to add two cells say j1+ak1?

"Teethless mama" wrote:

=IF(ISERROR(SUM(A1:A100)),"",SUM(A1:A100))


"Curtis" wrote:

I am trying to add two cells and ach cell contains a formaula. I keep getting
the error #VALUE! when one of cells does not produce a value

Is there any way to avoid this

Thanks