Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I've been trying to find out why my sumproduct function isn't working! The
issue is that it is counting the cells that are blank as well as the ones that contain values. for example =SUMPRODUCT(--(CW7:CW500)) returns 44 where it should return 0 cells 7-- 50 are blank and have no values formated as a number and pasted values as well. Any ideas?? Thanks, Josh |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe cells CW7:CW50 only appear blank. There could be a space in the cell.
If the values will truly be numbers, then you might try: =SUMPRODUCT(--(CW7:CW500),--ISNUMBER(CW7:CW50)) HTH, Paul -- "jxbeeman" wrote in message ... I've been trying to find out why my sumproduct function isn't working! The issue is that it is counting the cells that are blank as well as the ones that contain values. for example =SUMPRODUCT(--(CW7:CW500)) returns 44 where it should return 0 cells 7-- 50 are blank and have no values formated as a number and pasted values as well. Any ideas?? Thanks, Josh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct issues | Excel Worksheet Functions | |||
Hyperlink issues | Excel Discussion (Misc queries) | |||
Sumproduct and format issues | Excel Worksheet Functions | |||
formatting issues | Excel Worksheet Functions | |||
font issues | Excel Discussion (Misc queries) |