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
 
Back
Top