SUMIF based on Today() function

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.
 
B

Biff

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
 

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