SumIf

  • Thread starter Thread starter Manuel
  • Start date Start date
M

Manuel

I have 2 columns of which one column contains dates and
the second contains values. I need to sum the values if
the date is less than 2 days from today. Sample Data:

Column A Column B
06/12/04 3
06/30/04 4
07/09/04 5

The total for today (07/09) should be 7.

Any help is appreciated.
Thanks,
Manuel
 
Thanks, that did it.
-----Original Message-----
Hi
try
=SUMIF(A1:A100,"<" & TODAY()-2,B1:B100)

--
Regards
Frank Kabel
Frankfurt, Germany


.
 

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

Back
Top