=sumif(a1:a12,"<b20",b1:b12)
where cell b20 has current date.
Any help would be appreciated.
Thanks,
Chad
=SUMIF(A1:A12,"<"&B20,B1:B12)
--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html
=sumif(a1:a12,"<"&b20,b1:b12)
"Chad Linders" <Lin...@chartermi.net> wrote in message
news:01ec01c37fb8$a84833c0$a401...@phx.gbl...
=SUMIF(A1:A12,"<"&B20,B1:B12)
Alan Beban