K
KeriM
I'm having some trouble with a sumproduct function. I have a workboo
with two sheets. One sheet (monthly) that has a date written in "mmmm
format in B4. I have another sheet (daily) that has the dates written i
regular date format (1/1/2013) in range C5-C35. I have a range in th
"daily" sheet that has numbers in D5-D35. I'd like to do a sumproduct o
that range for those dates in January, but I keep getting a #Valu
Error. I've tried it many ways:
=SUMPRODUCT(--(Month(B4)=MONTH(Daily!$C$5:$C$35)),(Daily!$D$5:$D$35))
=SUMPRODUCT((Month(B4)=MONTH(Daily!$C$5:$C$35))*(Daily!$D$5:$D$35))
I've even tried putting a 1 in column A on the monthly sheet an
referencing that. Still didn't help. Any assistance is greatl
appreciated
with two sheets. One sheet (monthly) that has a date written in "mmmm
format in B4. I have another sheet (daily) that has the dates written i
regular date format (1/1/2013) in range C5-C35. I have a range in th
"daily" sheet that has numbers in D5-D35. I'd like to do a sumproduct o
that range for those dates in January, but I keep getting a #Valu
Error. I've tried it many ways:
=SUMPRODUCT(--(Month(B4)=MONTH(Daily!$C$5:$C$35)),(Daily!$D$5:$D$35))
=SUMPRODUCT((Month(B4)=MONTH(Daily!$C$5:$C$35))*(Daily!$D$5:$D$35))
I've even tried putting a 1 in column A on the monthly sheet an
referencing that. Still didn't help. Any assistance is greatl
appreciated