ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   #VALUE! error (https://www.excelbanter.com/excel-discussion-misc-queries/113310-value-error.html)

Richard

#VALUE! error
 
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,""))



Tom Ogilvy

#VALUE! error
 
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,""))





Richard

#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,""))






Biff

#VALUE! error
 
Try this: (array entered)

=SUM(IF(A3:A15="",IF(ISNUMBER(E3:E15),E3:E15)+IF(I SNUMBER(F3:F15),F3:F15)))

Biff

"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,""))





Biff

#VALUE! error
 
Or, more simply: (array entered)

=SUM(IF(A3:A15="",IF(ISNUMBER(E3:F15),E3:F15)))

Biff

"Biff" wrote in message
...
Try this: (array entered)

=SUM(IF(A3:A15="",IF(ISNUMBER(E3:E15),E3:E15)+IF(I SNUMBER(F3:F15),F3:F15)))

Biff

"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,""))








All times are GMT +1. The time now is 02:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com