0
0
Excelspreadsheet~8 mins

Number formats (currency, percentage, date) in Excel - Dashboard Guide

Choose your learning style9 modes available
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.

Sample Data
Order IDOrder DateSales AmountGrowth Rate
10012024-01-1515000.05
10022024-02-2023000.10
10032024-03-051800-0.02
10042024-04-1021000.07
10052024-05-1819500.03
Dashboard Components
  • KPI Card: Total Sales
    Formula: =SUM(C2:C6)
    Format: Currency ($)
  • KPI Card: Average Growth Rate
    Formula: =AVERAGE(D2:D6)
    Format: Percentage (2 decimal places)
  • Table: Sales Details
    Shows Order ID, Order Date, Sales Amount, Growth Rate
    Formats:
    • Order Date: Date format (e.g., MMM dd, yyyy)
    • Sales Amount: Currency format
    • Growth Rate: Percentage format (1 decimal place)
Dashboard Layout
+----------------------+-----------------------+
| Total Sales (Currency) | Average Growth (Pct)  |
+----------------------+-----------------------+
|                                              |
|             Sales Details Table               |
|  (Order ID, Date, Sales $, Growth %)         |
|                                              |
+----------------------------------------------+
Interactivity

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.

Self Check

If you add a filter to show only orders from March 2024 onward, which components update?

  • Total Sales (currency) updates to sum only filtered sales.
  • Average Growth Rate updates to average only filtered growth rates.
  • Sales Details table shows only orders from March 2024 and later with correct formats.
Key Result
Dashboard showing sales data with currency, percentage, and date formats for clear financial and time insights.