Dashboard Mode - Mixed references
Dashboard Goal
See total sales for each product across different months and copy formulas easily without errors by using mixed references.
See total sales for each product across different months and copy formulas easily without errors by using mixed references.
| Product | Jan | Feb | Mar |
|---|---|---|---|
| Apples | 100 | 120 | 130 |
| Bananas | 90 | 110 | 115 |
| Cherries | 80 | 95 | 100 |
| Dates | 70 | 85 | 90 |
=SUM(B2:D2)=SUM(B2:B5)=SUM($B2:$D2)=SUM(B$2:B$5)+----------------------+---------------------+ | Product Sales Table | Total Sales per Prod | | (A1:D5) | (E1:E5) | +----------------------+---------------------+ | Monthly Sales Total | | | (B6:D6) | | +----------------------+---------------------+
Copy the formula with mixed references down or across to calculate totals without changing fixed columns or rows incorrectly. This helps when adding new products or months.
If you copy the formula =SUM($B2:$D2) from E2 down to E3, what will the formula in E3 be and what will it calculate?