rbobcat1
Member
I wrote a formula to count a column only if it meets the right dates but all I get is a 0 zero
formula
=COUNTIFS(Sheet1!I:I,">="&Sheet2!$D$2,sheet1!H:H,"<="&sheet2!$G$2)
I need to count I if it falls between the dates in H
the dates are entered on sheet 2 cells d2 and g2
my formula above returns a 0
formula
=COUNTIFS(Sheet1!I:I,">="&Sheet2!$D$2,sheet1!H:H,"<="&sheet2!$G$2)
I need to count I if it falls between the dates in H
the dates are entered on sheet 2 cells d2 and g2
my formula above returns a 0