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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SumIf conditional to date range 5
Sumif Question 1
SUMIF nesting ??? 3
sumif < date 5
sumifs, sumif with dates 6
Using SUMIF with dates 11
SUMIFS based on date 3
Count the number of dates less than a given date 1

Back
Top