Thread: #VALUE! error
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Richard Richard is offline
external usenet poster
 
Posts: 709
Default #VALUE! error

Is there a way around that?

"Tom Ogilvy" wrote:

If you have a space or any non-numeric character in E or F in the addressed
range, you can get that problem.

--
Regards,
Tom Ogilvy


"Richard" wrote in message
...
Sorry didn't post it right last time!!
Error is comming FROM A column WHEN there is nothing in A column.
Here is where I'm getting #VALUE! error, yes I
Ctrl/Shift/Enter:{=SUM(IF(Sheet1!A3:A2001="",Sheet1!E3:E2001+ Sheet1!F3:F2001))}

This works
fine:=IF(OR(B1125<"\\\\\\CC\\\\\\",A1125=""),"",R OUNDUP(E1125,0)-E1125)

This works
fine:=IF(F1125="",H1124-E1125+G1125,IF(OR(E1125,G11250),H1124-E1125-F1125+G1125,""))