Sumif of cells less than a system date

  • Thread starter Thread starter CJE
  • Start date Start date
C

CJE

A B C
1 1/31/2003 2/28/2003 9/15/2003

2 1 1 1

=SUMIF(a1:c1,"<=TODAY()",a2:c2)

Should be simple but the formula will not work if the
dates are formatted as dates. It will only work if an
apostrophe is inserted before the date. I tried datevalue
(), date(), text(). Need help. Ijust want to add the
values in row 2 if column heading is <= today.

thx.
 
Back
Top