Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have the following formula on my worksheet
=SUMPRODUCT(--(Closed!$B$1:$B$5000="Maxwell R"),--(MONTH(Closed!$W$1:$W$5000)=10)). It works great for cells that have a date in them, but some of the cells are blank. This is causing a #VALUE error. Is there any way around this? Thanks! |
#2
![]() |
|||
|
|||
![]()
A truly blank cell won't give you a #VALUE! error - do your "blank"
cells have space characters in them (which are text, so will cause MONTH() to throw an error). In article , "Jasmine" wrote: I have the following formula on my worksheet =SUMPRODUCT(--(Closed!$B$1:$B$5000="Maxwell R"),--(MONTH(Closed!$W$1:$W$5000)=10)). It works great for cells that have a date in them, but some of the cells are blank. This is causing a #VALUE error. Is there any way around this? Thanks! |
#3
![]() |
|||
|
|||
![]()
The cells are blank, but my range was encompassing the header, which is text.
Thanks for your help! "JE McGimpsey" wrote: A truly blank cell won't give you a #VALUE! error - do your "blank" cells have space characters in them (which are text, so will cause MONTH() to throw an error). In article , "Jasmine" wrote: I have the following formula on my worksheet =SUMPRODUCT(--(Closed!$B$1:$B$5000="Maxwell R"),--(MONTH(Closed!$W$1:$W$5000)=10)). It works great for cells that have a date in them, but some of the cells are blank. This is causing a #VALUE error. Is there any way around this? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Monthly Totals | Excel Worksheet Functions | |||
How do I sum YTD totals based on monthly totals | Excel Discussion (Misc queries) | |||
having trouble creating chart to show monthly totals | Charts and Charting in Excel | |||
How do I forecast monthly and annual totals from previous year's . | Excel Worksheet Functions | |||
Displaying YTD totals as you populate monthly information | Excel Worksheet Functions |