How to Change Series Name in Excel: Complete Guide to Renaming Chart Data Series
Learn how to change series name in Excel using Select Data, formulas, and direct edits. Master chart legend labels with this complete tutorial.

Learning how to change series name in Excel is one of those small skills that dramatically improves the clarity of your charts and dashboards. When Excel auto-generates a chart, it often labels your data series as Series1, Series2, or Series3, which means nothing to your audience. Renaming these series properly turns a confusing visual into a professional report that communicates instantly. Whether you build sales dashboards, financial models, or analytics reports, mastering series naming gives every chart you create a polished, presentation-ready appearance that drives better decisions.
This guide walks you through every method available in Excel 2016, 2019, 2021, and Microsoft 365. You will learn the Select Data Source dialog approach, the formula bar shortcut, the SERIES function syntax, and how to use named ranges so your charts update dynamically. We cover both single-series renaming and bulk operations across multiple series. Each technique works on Windows and Mac versions, and we flag any platform-specific differences along the way so nothing trips you up mid-project.
Beyond the mechanics, this article explains when to use each method. Quick one-time edits call for the dialog approach, while reusable templates need formula-driven names that pull from cells. You will discover how series names appear in legends, data labels, tooltips, and pivot charts, plus how renaming affects downstream features like slicers and chart filters. We also tackle common errors such as the dreaded reference is not valid message that frustrates many users when they first edit the SERIES formula directly.
If you are comfortable with basic chart creation, you will breeze through these steps in under five minutes per chart. New users may want to bookmark the timeline section for visual reference. We assume you already have a chart in your workbook, but if you need to build one first, our companion guide on creating charts covers chart types, data selection, and formatting. Pair these two articles and you will have everything needed to produce executive-grade visuals from raw spreadsheet data without third-party tools.
Excel offers more flexibility here than most users realize. You can hard-code a static label, link the name to a cell so it updates when source data changes, reference a named range for dynamic data, or even use a formula expression inside the SERIES function. Choosing the right approach depends on whether your chart feeds a one-off report or a living dashboard that refreshes weekly. We will compare each option side by side so you can pick the right tool for the job without trial and error.
For broader chart customization context, the shibuya excel hotel tokyu reference workflow shows how series names feed into statistical visualizations. Renamed series carry forward into trendlines, error bars, and secondary axes, which means a thoughtful naming convention pays dividends across your entire analytics stack. By the end of this guide, you will rename series confidently, troubleshoot any error message Excel throws at you, and apply naming best practices that scale from a single chart to a hundred-tab workbook used across your organization daily.
We have organized this guide for both quick lookups and deep learning. Skim the table of contents to jump to the method you need right now, or read straight through for a comprehensive understanding. Screenshots and step-by-step instructions match what you see on screen in current Excel versions. Let us start with the headline numbers that show why series naming matters, then walk through each technique in detail with real examples you can replicate in your own workbook right away.
Excel Series Naming by the Numbers

Step-by-Step: How to Change Series Name in Excel
Select Your Chart
Open Select Data Source
Edit the Series
Enter the New Name
Verify the Legend
The most reliable way to change series name in Excel is the Select Data Source dialog. Click your chart, navigate to the Chart Design tab on the ribbon, and click Select Data in the Data group. A dialog box appears showing every series your chart contains in the left-hand Legend Entries panel. Each item shows its current name, whether that name is hard-coded text or a cell reference. This central hub gives you visibility into the entire structure of your chart without hunting through individual elements.
To rename a series, click its row in the Legend Entries list and press the Edit button directly above. The Edit Series mini-dialog opens with two text fields: Series name and Series values. Focus on the Series name field at the top. You have three valid input options here. You can type literal text such as 2024 Revenue, you can click a cell on your worksheet to insert a reference like =Sheet1!$B$1, or you can paste a defined name from your Name Manager such as =RevenueLabel for dynamic linking.
Once you click OK on the Edit Series dialog and then OK on the main Select Data Source dialog, the chart legend updates immediately. Data labels, tooltips on hover, and any series filter dropdowns all reflect the new name. This change persists when you copy the chart to PowerPoint or Word, and it carries through to PDF exports. If you rename multiple series, do them one at a time without closing the main dialog. The dialog stays open until you explicitly press OK or Cancel.
Beware of one common pitfall. If you type a name that contains an equals sign without a valid cell reference behind it, Excel returns a name conflict or invalid reference error. To use a literal name that starts with an equals sign or quotation marks, wrap the entire string in double quotes within a formula like ="=Total". For most users, plain text without special characters works flawlessly. Stick to standard alphanumeric characters, spaces, and basic punctuation for trouble-free naming across all Excel versions on Windows and Mac.
For dashboards that update automatically, link the series name to a header cell rather than hard-coding text. When the header cell changes — say the user toggles between fiscal year views — every chart legend updates simultaneously without manual intervention. This pattern pairs well with the inner excellence book filtering workflow because filtered data and dynamic series names work together to create truly responsive reports your stakeholders can interact with in real time.
A useful alternative when you need bulk changes is to right-click the legend itself and choose Select Data. This shortcut bypasses the ribbon and works identically. On Mac versions of Excel, the keyboard shortcut Cmd+Shift+T opens the same dialog faster than clicking through ribbons. Windows users can press Alt, then JC, then E in sequence to access Edit Series via keyboard navigation. These shortcuts shave seconds off each rename, which adds up when you maintain dozens of charts across a complex financial workbook for monthly reporting.
Series names also feed into PivotChart functionality and Power Pivot models when present. If your chart pulls from a PivotTable, the series name often inherits from the underlying field name in the data model. Renaming in the chart legend overrides the inherited name visually, but the original field name remains in the data source. To rename at the source, edit the field properties in Power Pivot or rename the column header in the source table. Knowing the difference saves debugging time when names mysteriously revert after data refresh.
Renaming Methods Compared: vlookup excel and Beyond
The Select Data Source dialog is the most beginner-friendly approach to changing series names in Excel. It provides a visual interface where you see all series listed, can reorder them with up and down arrows, and edit each name independently. The dialog also lets you toggle series visibility, switch row and column orientation, and manage hidden cells in one centralized location without writing any formulas.
Best for users who prefer guided interfaces or who need to rename multiple series during a single editing session. The downside is speed: clicking through dialogs takes longer than direct formula editing for power users. However, the visual feedback prevents typos in cell references because you can click cells directly rather than typing addresses. This method works identically across Excel 2016, 2019, 2021, and Microsoft 365 on both Windows and Mac platforms.

Cell-Linked Series Names: Pros and Cons
- +Names update automatically when source cells change
- +Centralizes label management for templated reports
- +Reduces manual errors across dashboards with many charts
- +Supports localization by linking to language-specific cells
- +Works seamlessly with slicers and dynamic filters
- +Allows formula-driven labels that respond to user inputs
- +Maintains consistency when workbooks are shared across teams
- −Breaking the source cell breaks the chart legend
- −Requires careful documentation for users to follow
- −Cell references can be lost when sheets are deleted
- −More complex to set up than typing static text
- −External workbook links may fail when files move
- −Refresh issues can cause temporary blank legends
- −Debugging dynamic names requires intermediate Excel skills
Pre-Renaming Checklist for Excel Series
- ✓Confirm your chart is fully loaded and not in a broken state
- ✓Verify source data range is correct in Select Data dialog
- ✓Decide whether to use static text or cell-linked names
- ✓Document existing series names before editing for rollback
- ✓Check that target cells for linked names contain valid content
- ✓Avoid special characters like equals signs in static names
- ✓Test renaming on a copy of the chart before editing originals
- ✓Save a backup of the workbook before making bulk changes
- ✓Verify legend, data labels, and tooltips all update correctly
- ✓Update any documentation or screenshots referencing old names
Use Named Ranges for Multilingual Reports
When building reports distributed across regions, link series names to a translation table using named ranges. Define names like Label_EN, Label_FR, and Label_ES, then use INDIRECT with a language toggle cell to switch all chart legends instantly. This pattern saves hours when localizing dashboards.
The formula bar offers the fastest path for experienced users who want to change series name in Excel without navigating dialogs. Click any data series in your chart — a single click on a bar, line, or column will do. Look at the formula bar at the top of the Excel window. You will see something like =SERIES("Revenue",Sheet1!$A$2:$A$13,Sheet1!$B$2:$B$13,1). That first quoted string is your series name, and you can edit it right there in the formula bar.
To rename, click in the formula bar, replace the quoted text with your new label, and press Enter. The change applies instantly to the legend, data labels, and tooltips. If you want a cell-linked name instead of static text, remove the quotation marks and type a cell reference like Sheet1!$C$1. Excel will follow that reference and display whatever the cell contains. This direct formula manipulation is powerful but unforgiving — any syntax error breaks the entire chart series until corrected.
The full SERIES formula has up to four arguments depending on chart type. For most XY scatter and line charts, you see name, x-values, y-values, and plot order. Bar and column charts use name, categories, values, and plot order. Bubble charts include a fifth argument for bubble size. You can edit any argument, not just the name, which makes the formula bar a quick way to extend a series to include new data without opening the Select Data dialog at all.
One advanced trick involves combining text with cell references inside the SERIES name argument. Unfortunately, SERIES does not accept the ampersand concatenation operator directly inside its first argument. To build dynamic names like Region A — 2024, create the combined string in a helper cell using =A1&" — "&B1, then reference that helper cell in your SERIES formula. This workaround unlocks fully concatenated dynamic labels that respond to multiple input cells without complicated workarounds.
Renaming through the formula bar also lets you discover and fix data range mistakes. If your chart pulls from incorrect cells, the SERIES formula reveals the exact ranges in plain syntax. Compare these against your intended source. Many users find that what appeared to be a naming problem was actually a misaligned data range causing the wrong values to plot under the right label. Fixing the underlying range often resolves naming confusion without needing to rename anything at all.
Note that some operations disable formula bar editing. If your chart is inside a Power View dashboard, a protected sheet, or a workbook opened in browser-only mode, the SERIES formula will appear grayed out. To enable editing, unprotect the sheet via Review tab and switch to desktop Excel for browser-edited files. Linked tables from external sources may also restrict modifications. Check sheet protection and workbook permissions first if the formula bar will not accept your typed changes despite a clearly selected series.
For users building automated reporting pipelines, the SERIES formula can be set programmatically via VBA or Office Scripts. The Chart.SeriesCollection property exposes each series object, and the Formula property accepts a SERIES expression as a string. This enables generating dozens of properly named charts from data automatically, perfect for monthly close packages or recurring board reports where consistency matters more than per-chart customization. Document your VBA series naming logic clearly so successors can maintain it later.

If you see #REF! errors after renaming, your cell-linked name probably points to a deleted cell or sheet. Reopen Select Data, click Edit on the affected series, and update the reference to a valid cell. Always test renamed charts after deleting rows or columns to catch broken references early.
When series names break, Excel typically shows one of three symptoms: the legend displays Series1 generic labels, the chart shows #REF! errors in place of names, or the renamed series silently reverts after a refresh. Each symptom points to a different root cause. Generic Series1 labels mean Excel could not parse your input as either text or a valid reference. The #REF! errors signal that your cell-linked name points to a deleted or renamed location. Reverts after refresh usually indicate a PivotTable or data model source overriding manual edits.
To debug a generic label, open Select Data Source and check whether the Series name field contains text or a reference. If it is empty or shows an error, retype the name carefully. For #REF! errors, the cell or sheet you linked has been deleted or renamed. Restore the missing element from a backup, or update the reference to a new valid cell. Excel does not automatically rebind broken references — you must fix them manually through the Edit Series dialog or by editing the SERIES formula directly.
Reverts after refresh are trickier. PivotCharts inherit series names from the source PivotTable field captions. If you renamed in the chart legend but the PivotTable refresh resets the captions, your manual rename gets overwritten. The fix is to rename at the PivotTable level: right-click a row label, choose Field Settings, and change the Custom Name property. This propagates correctly through every refresh because the chart inherits the renamed caption rather than the original column header.
For Power Query and Power Pivot data sources, rename columns in the query editor itself before they reach the chart. This is the cleanest approach because every downstream visualization automatically picks up the new name. The trade-off is that renaming queries affects every chart connected to that query, not just one. Decide between query-level renaming for system-wide consistency and chart-level renaming for one-off label tweaks. Document your choice so future maintainers understand the naming strategy used across the workbook ecosystem.
Cross-workbook references introduce another failure mode. When you link a series name to an external workbook with a formula like =[Source.xlsx]Sheet1!$A$1, moving or renaming the source file breaks every linked chart. To minimize risk, store related workbooks in a shared folder with stable paths, or consolidate data into a single workbook with multiple sheets. Excel does offer Edit Links functionality under the Data tab to repoint broken links, but prevention beats cure for files distributed across many users with different folder structures.
For comprehensive series management techniques including duplicate detection and removal, the how to remove duplicates in excel workflow demonstrates how clean source data prevents naming conflicts before they reach charts. Duplicates in your category column often cause Excel to merge or split series unexpectedly, producing confusing legend entries. Resolving duplicates at the source data level eliminates an entire class of chart naming bugs that would otherwise require manual override on every refresh cycle.
Localization issues deserve a final mention. Excel installed in different languages may store series names differently in the underlying XML, especially when names contain special characters or accented letters. If you share a workbook between English and French Excel installations, ensure your series names use only standard ASCII characters or properly encoded UTF-8 strings. Testing across language versions before distribution prevents embarrassing display issues in front of international audiences who may see corrupted characters instead of your carefully chosen labels.
Practical naming conventions separate amateur charts from professional dashboards. Always use descriptive names that combine the metric and the dimension, such as 2024 Revenue or West Region Sales rather than just Revenue or Sales. This eliminates ambiguity when multiple charts share legends in PowerPoint slides or PDF exports. Keep names under 20 characters when possible because longer names get truncated in narrow legend areas, especially on mobile views of cloud-hosted reports. Test legibility at the smallest size your audience will actually use.
Consistency across a workbook matters more than the specific convention you choose. Pick a pattern — Year Metric, Region Metric, or Product Metric — and apply it to every chart in the file. Document the convention in a hidden style guide tab so future editors know to follow it. When your charts share visual styles and naming conventions, readers parse information faster because their brains do not have to re-learn the structure for each chart. This consistency dramatically reduces cognitive load during executive presentations.
Color and series order also interact with naming. Excel assigns colors based on series plot order, so renaming alone does not change colors. To pair specific colors with specific names permanently, format each series individually after renaming. For brand-aligned reports, define your color palette in the Page Layout tab under Colors, then use named series that map predictably to brand colors. This combination produces report packages where Q1, Q2, Q3, and Q4 series always wear the same colors across every chart in the deck.
For accessibility, ensure series names work without color cues. Screen readers announce series names when users tab through charts, so descriptive names are non-negotiable for compliance with WCAG and Section 508 guidelines. Avoid relying on color-only encoding like Blue Line vs Red Line — instead name the series 2023 Revenue vs 2024 Revenue. This naming-first approach makes your charts accessible by default and improves comprehension for everyone, not just users with visual impairments. Government and enterprise contracts increasingly require this level of accessibility.
When building chart templates for repeated use, link every series name to cells in a dedicated config sheet. Name the cells using descriptive identifiers like Label_Series1 and Label_Series2, then reference them in your SERIES formulas. Distribute the template with documentation explaining how end users update only the config cells to relabel all charts. This pattern empowers non-technical users to customize reports without touching chart formatting, reducing support requests and accelerating adoption of standardized reporting across departments and subsidiaries within larger organizations.
Finally, build a personal Excel snippets library of common SERIES formula patterns. Save examples for dynamic names with cell references, named ranges, INDIRECT-driven names, and concatenated helper cell patterns. When you encounter a new chart naming challenge, you can adapt a known-good pattern rather than reinventing the syntax. Over time, this library becomes a productivity multiplier that lets you handle complex chart requirements in minutes instead of hours. Pair this with reference articles like the excellence resorts guide for full dashboard polish.
Renaming chart series is a small skill with outsized impact on report quality. Master the four methods covered here — Select Data Source dialog, formula bar editing, cell linking, and named ranges — and you will handle every renaming scenario Excel can throw at you. Combined with thoughtful naming conventions and proper troubleshooting, you will produce charts that communicate clearly, update reliably, and earn trust from executives who depend on your numbers to make decisions. Bookmark this guide for your next chart project and refer back as needed.
Excel Questions and Answers
About the Author
Attorney & Bar Exam Preparation Specialist
Yale Law SchoolJames R. Hargrove is a practicing attorney and legal educator with a Juris Doctor from Yale Law School and an LLM in Constitutional Law. With over a decade of experience coaching bar exam candidates across multiple jurisdictions, he specializes in MBE strategy, state-specific essay preparation, and multistate performance test techniques.