Dashboard Mode - Named ranges
Dashboard Goal
Help a small store manager quickly see total sales and average sales per product using named ranges for easy formula management.
Jump into concepts and practice - no test required
Help a small store manager quickly see total sales and average sales per product using named ranges for easy formula management.
| Product | Sales |
|---|---|
| Apples | 120 |
| Bananas | 80 |
| Cherries | 150 |
| Dates | 90 |
| Elderberries | 60 |
=SUBTOTAL(109,Sales)Sales. Result: 500=SUBTOTAL(101,Sales)Sales. Result: 100Products and Sales.+----------------------+----------------------+ | Total Sales (500) | Average Sales (110) | +----------------------+----------------------+ | Product | Sales | |------------------------------| | Apples | 120 | | Bananas | 80 | | Cherries | 150 | | Dates | 90 | | Elderberries| 60 | +------------------------------+
Currently, this dashboard uses named ranges for formulas but has no filters. You can add filters later to select specific products or sales ranges, and the KPI cards and table will update automatically because formulas use named ranges.
Add a filter to show only products with sales above 100. Which components update?
named ranges in Excel?SalesData in a formula to sum its values?Prices referring to cells B2:B5 with values 10, 20, 30, 40, what is the result of the formula =AVERAGE(Prices)?DataRange for cells C1:C4. After inserting a new row above row 1, what happens to DataRange?SalesQ1 for D2:D5 and SalesQ2 for E2:E5. How can you create a formula to calculate the total sales for both quarters using named ranges?