Why does clicking your chart do absolutely nothing? Why does the Format tab vanish the second you think you’ve selected something? Why does your colleague swear ‘it just works’ on their Mac—but yours ignores every click?
Quick Answer
On Excel for Mac, you can’t reliably access chart elements by clicking once—or even twice. You must either double-click the specific element (like axis labels or data series), use the Chart Elements button (the + icon) in the top-right corner of the chart, or open the Format sidebar via Alt+Cmd+1 after selecting the chart container—not the element itself.
All the Methods
| Method | Steps | Best For | Limitations |
|---|---|---|---|
| Double-click method | Click chart → double-click axis title / legend / data point → Format sidebar opens with that element selected | Tweaking labels, fonts, or colors of visible items | Fails if element is too small (e.g., tiny data markers); doesn’t work for gridlines unless zoomed in |
| Chart Elements (+) button | Click chart → click + in top-right → check/uncheck items (Axis Titles, Data Labels, etc.) → click arrow next to item to format it | Adding/removing common elements fast; great for presenters | Only formats high-level items—not individual data points or secondary axes |
| Format sidebar shortcut | Click chart (not element) → press Alt+Cmd+1 → select element from dropdown at top of sidebar (‘Chart Area’, ‘Plot Area’, ‘Series 1’, etc.) | Precision control—especially for plot area fill, series gaps, or secondary Y-axis scaling | Dropdown only appears *after* pressing shortcut—no visual cue unless you know to look |
| Right-click context menu | Right-click chart background → choose ‘Format Chart Area’ → then use sidebar navigation to drill into sub-elements | Users who prefer mouse-only workflows or avoid keyboard shortcuts | No direct access to data labels or trendlines—must go through sidebar manually |
| Selection Pane (hidden) | Click chart → go to Chart Design tab → Select Data → Selection Pane (in newer builds) → click element names to highlight them | Charts with overlapping or invisible elements (e.g., dual-axis combo charts) | Not available in Excel 16.87 or earlier; requires Microsoft 365 subscription |
Method 1 Deep Dive
Let’s say you built a bar chart showing Q1 sales for four regional offices using data in A1:B5:
| Region | Sales ($) |
|---|---|
| North America | $124,800 |
| EMEA | $98,200 |
| APAC | $142,500 |
| Latin America | $67,300 |
You want to change the font size of the ‘APAC’ data label—but clicking it does nothing. Here’s what actually works:
- Select the chart by clicking its outer border (you’ll see eight sizing handles).
- Zoom to 150% (View → Zoom → 150%). Yes—this matters. Tiny labels won’t register double-clicks at default zoom.
- Move your cursor precisely over the ‘$142,500’ label—and double-click.
- The Format sidebar opens, auto-focused on Data Label Options. Change font size to 11 pt, check ‘Value From Cells’, and point to C1:C4 if you want region names instead of numbers.
Surprising tip: If double-clicking still fails, try holding Option while hovering. Your cursor turns into a crosshair—and now single-click selects the label. This isn’t documented anywhere, but it works consistently in Excel 16.85+.
Method 2 Deep Dive
Now imagine your chart has a secondary axis for % growth—say, column C contains growth rates for each region (C1:C4 = 12.4%, 8.1%, 15.7%, 6.3%). You need to adjust the secondary Y-axis scale so it shows 0–20% instead of -10–30%.
You *think* right-clicking the axis will bring up formatting—but it doesn’t. Instead:
- Click the chart (not the axis). Make sure the Chart Design tab appears in the ribbon.
- Press Alt+Cmd+1. The Format sidebar slides in—even if it was closed.
- At the very top of the sidebar, you’ll see a dropdown labeled ‘Chart Area’. Click it.
- Scroll down and select Secondary Vertical (Value) Axis.
- Under Axis Options, set Minimum = 0, Maximum = 0.2, and Major Unit = 0.05.
This is where most people get stuck: they try to right-click the axis line itself. But on Mac, Excel treats the secondary axis as a *logical object*, not a visual one—until you explicitly select it from the dropdown. It’s counterintuitive, but reliable.
Test it: After setting those values, your APAC bar should now align cleanly with its 15.7% marker—no more squished or floating labels.
Cheat Sheet
| Goal | Action | Shortcut / Path | Notes |
|---|---|---|---|
| Select axis title | Double-click text directly | None — but zoom helps | Works only if title is enabled (via + button) |
| Change data series color | Click chart → Alt+Cmd+1 → choose ‘Series 1’ → Fill → Solid fill | Alt+Cmd+1 | ‘Series 1’ may be named ‘Sales’ if you used named ranges |
| Add data labels to all bars | Click chart → click + → check ‘Data Labels’ → click arrow → ‘More Options’ | Chart Design → Add Chart Element | ‘More Options’ opens sidebar pre-set to Data Labels |
| Select invisible gridlines | Click chart → Alt+Cmd+1 → dropdown → ‘Major Horizontal Gridlines’ | Alt+Cmd+1 + dropdown | Gridlines won’t highlight on screen—only sidebar confirms selection |
| Toggle legend position | Click chart → + button → Legend → Right/Top/Bottom/None | Chart Design → Add Chart Element → Legend | No keyboard shortcut—mouse-only path |