SumIF

A

Arnie

Can you use <=Today() for criteria if my Range A2:A29 (are Dates) and the
column i want to total is B2:B28

Formula is =SUMIF(A2:A30,"<=TODAY()",B2:B30)

The reult is £0 when i expected it to have added up the amounts (01/02/08 -
12/02/08 in Column A ) in Column B
 
M

Mike H

Arnie,

You hit the cossbar you were so close!! Try this

=SUMIF(A2:A30,"<="&TODAY(),B2:B30)
 

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

Top