E
Excel_Kiwi
I wish to find the total of amounts in col H, relating to the date in col B
is between 01 Apr and 30 Apr. I wrote this formula, but it keeps evaluating
to 0 [zero]. Why? I suppose I am not using the nested "AND" function
correctly:
=SUMIF(B3:B141,AND(">"&DATE(2009,3,31),"<"&DATE(2009,5,1)),H3:H141)
is between 01 Apr and 30 Apr. I wrote this formula, but it keeps evaluating
to 0 [zero]. Why? I suppose I am not using the nested "AND" function
correctly:
=SUMIF(B3:B141,AND(">"&DATE(2009,3,31),"<"&DATE(2009,5,1)),H3:H141)