Create Clickable Tabs Inside an Excel Sheet
Why It Matters
Embedding clickable tabs transforms Excel into an interactive reporting platform, allowing business users to explore monthly data instantly and improve decision‑making speed.
Key Takeaways
- •Convert data to an Excel table before creating clickable tabs.
- •Use named cells and shapes to act as dynamic month selectors.
- •Apply FILTER formula linked to selected month cell for auto-updating data.
- •Implement VBA macros to change tab colors and refresh displayed values.
- •Alternative hyperlink method works without code but requires separate worksheets.
Summary
The video demonstrates how to build fully clickable, color‑changing tabs inside a single Excel worksheet, turning a static table into an interactive budget dashboard.
The process starts by converting raw data into an Excel table (Ctrl T), naming a cell “selected_month”, and inserting rounded‑top shapes for each month. The shapes are aligned, distributed, and labeled, then linked to a FILTER formula that pulls rows where the month column equals the selected_month cell, automatically updating the displayed data.
VBA code is introduced to handle tab selection: each shape is given a name (e.g., tabJanuary) and assigned a macro that changes the shape’s fill color and writes the month name into the selected_month cell, causing the FILTER output to refresh. An alternative, code‑free solution uses hyperlinks to jump between hidden sheets, mimicking tab behavior.
By embedding this functionality directly in Excel, analysts can create sleek, self‑service dashboards without resorting to external BI tools, speeding up month‑over‑month reporting and reducing manual filtering errors.
Comments
Want to join the conversation?
Loading comments...