#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default #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,""))


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27,285
Default #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,""))




  #3   Report Post  
Posted to microsoft.public.excel.misc
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,""))





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default #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,""))




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default #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,""))






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom error bars not working [email protected] Charts and Charting in Excel 3 December 8th 05 10:17 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Problem Opening an Excel File MSO9.DLL Error Mash23 Links and Linking in Excel 0 August 24th 05 03:21 PM
error "module not found" Amit Excel Discussion (Misc queries) 1 May 13th 05 01:24 PM
#REF error Christen Excel Worksheet Functions 5 November 3rd 04 07:29 PM


All times are GMT +1. The time now is 03:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"