Dashboard Mode - Merge and center cells
Dashboard Goal
Create a simple dashboard header by merging and centering cells to display the title clearly above the data table.
Create a simple dashboard header by merging and centering cells to display the title clearly above the data table.
| Product | Sales Q1 | Sales Q2 | Sales Q3 |
|---|---|---|---|
| Apples | 100 | 120 | 130 |
| Bananas | 90 | 110 | 115 |
| Cherries | 80 | 95 | 100 |
| Dates | 70 | 85 | 90 |
+---------------------------------------+ | Quarterly Sales Report | <-- Merged and centered A1:D1 +---------------------------------------+ | Product | Sales Q1 | Sales Q2 | Sales Q3 | |---------|----------|----------|----------| | Apples | 100 | 120 | 130 | | Bananas | 90 | 110 | 115 | | Cherries| 80 | 95 | 100 | | Dates | 70 | 85 | 90 | +---------------------------------------+
This simple dashboard does not include filters or slicers. The merged and centered title cell remains fixed and visually groups the data below.
If you change the text in the merged and centered cell A1:D1, what happens to the title display?
Answer: The new text will appear centered across the four columns, replacing the old title.