Hi all,
So I'm trying to add the values of columns N and U when both columns O and V have a date value from July, 2011.
I have the following CSE formula, but it's still resulting in the #Value error. I think that I'm close, but if anyone could nudge me in the correct direction, I'd be most appreciative.
=SUM((O1:O81>=7/1/11)*(O1:O81<7/31/11)*(V1:V81>=7/1/11)*(V1:V81<7/31/11)*(N1:N81)*(U1:U81))
So I'm trying to add the values of columns N and U when both columns O and V have a date value from July, 2011.
I have the following CSE formula, but it's still resulting in the #Value error. I think that I'm close, but if anyone could nudge me in the correct direction, I'd be most appreciative.
=SUM((O1:O81>=7/1/11)*(O1:O81<7/31/11)*(V1:V81>=7/1/11)*(V1:V81<7/31/11)*(N1:N81)*(U1:U81))