Do you want a SUM or a COUNT? If you want a SUM you left out what range should be summmed.Trying to sum numbers under the following conditions:
Sum If
2009!Q is greater than B and less than C
and 2009!I = A
any help would be appreciated.
Thanks!
Do you want a SUM or a COUNT? If you want a SUM you left out what range should be summmed.
What version of Excel are you using?
=COUNTIFS('2009'!I:I,A2,'2009'!Q:Q,">=1/4/09",'2009'!AT:AT,"<=1/10/09")
Trying to sum numbers under the following conditions:
Sum If
2009!Q is greater than B and less than C
and 2009!I = A
any help would be appreciated.
Thanks!
OK, still not clear!i want a count of A:A.
using excel 2008 for Mac.
OK, then just enter the dates in some cells:What I think I want to do is:
but i'd like the dates to reference cells and not be "hard coded" into the formula.
OK, then just enter the dates in some cells:
Then:
- X1 = 1/4/09
- X2 = 1/10/09
=COUNTIFS('2009'!I:I,A2,'2009'!Q:Q,">="&X1,'2009'!AT:AT,"<="&X2)