Dashboard Mode - TODAY and NOW
Dashboard Goal
This dashboard helps you track daily sales and see the current date and time automatically. It answers: "What are today's total sales and what is the exact current time?"
This dashboard helps you track daily sales and see the current date and time automatically. It answers: "What are today's total sales and what is the exact current time?"
| Date | Sales |
|---|---|
| 2024-06-01 | 150 |
| 2024-06-02 | 200 |
| 2024-06-03 | 180 |
| 2024-06-04 | 220 |
| 2024-06-05 | 170 |
| 2024-06-06 | 210 |
| 2024-06-07 | 190 |
=TODAY()=NOW()=SUMIF(A2:A8, TODAY(), B2:B8)+----------------------+--------------------------+ | Current Date | Current Date and Time | | (TODAY) | (NOW) | +----------------------+--------------------------+ | Today's Total Sales (SUMIF) | +------------------------------------------------+ | Sales Data Table | | (Date and Sales columns) | +------------------------------------------------+
The dashboard updates automatically every time you open or refresh the sheet because TODAY() and NOW() recalculate. The SUMIF formula uses TODAY() to filter sales for the current date, so the total sales number changes daily without manual input.
If you change your computer's date to 2024-06-06 and refresh the sheet, which components update?