
Use the ADDRESS, MATCH, and TODAY functions
to sum sales up to today’s date
In a worksheet daily sales are recorded. To sum up all listed sales
until today’s date, use the functions learned from previous tips
including the TODAY function, which returns the actual date.
MATCH returns the relative position of TODAY, which will be
transferred to the ADDRESS function to determine the cell address
as seen in cell E2 of the following figure. With the SUM and
INDIRECT functions, you can sum up all sales until today and get
the desired result.
4
To sum sales up to today:
1. In cells A2:A10 list dates in ascending order.
2. In cells B2:B10 enter the daily sales amounts. ...