SUMIF based on Today() function

  • Thread starter Thread starter Andrew Holmes
  • Start date Start date
A

Andrew Holmes

I would like to be able to calculate sales figures in one
column based on a comparison of today's date with the
date received information put in the sheet by the user.

This will then be one cell with the figure which will
always be current based on the system date.
 
Hi Andrew,

It's a bit unclear when you describe a comparison of
today's date with the date received.

To sum values based soley on today's date with the dates
in column A and the values to sum in column B:

=SUMIF(A1:A100,TODAY(),B1:B100)

Biff
 
Back
Top