Dashboard Mode - Number formats (currency, percentage, date)
Dashboard Goal
Show sales data with clear number formats: currency for sales, percentage for growth, and date for order dates. This helps understand money, growth rates, and timing easily.
Jump into concepts and practice - no test required
Show sales data with clear number formats: currency for sales, percentage for growth, and date for order dates. This helps understand money, growth rates, and timing easily.
| Order ID | Order Date | Sales Amount | Growth Rate |
|---|---|---|---|
| 1001 | 2024-01-15 | 1500 | 0.05 |
| 1002 | 2024-02-20 | 2300 | 0.10 |
| 1003 | 2024-03-05 | 1800 | -0.02 |
| 1004 | 2024-04-10 | 2100 | 0.07 |
| 1005 | 2024-05-18 | 1950 | 0.03 |
=SUM(C2:C6)=AVERAGE(D2:D6)+----------------------+-----------------------+ | Total Sales (Currency) | Average Growth (Pct) | +----------------------+-----------------------+ | | | Sales Details Table | | (Order ID, Date, Sales $, Growth %) | | | +----------------------------------------------+
Add a date filter to select orders by month or range. When the date filter changes, the Total Sales, Average Growth, and Sales Details table update to show only data for the selected dates.
If you add a filter to show only orders from March 2024 onward, which components update?
$B$1 locks the commission rate when copying formula down.=A2*$B$1 calculates commission; Currency format shows money properly.=A2*$B$1 with Currency format on the formula cell -> Option B