How to Show Percentages in Stacked Column Chart in Excel? Last Updated : 17 Dec, 2021 Comments Improve Suggest changes Like Article Like Report In this article, you will learn how to create a stacked column chart in excel. Show percentages instead of actual data values on chart data labels. By default, the data labels are shown in the form of chart data Value (Image 1). But very often user needs to plot charts with actual data and show percentages/custom values on the chart instead of default data. For that we have an option “Value From Cells” in chart “Format Data Label” (Image 2) to select a custom range. Image 1Image 2Implementation: Follow the below steps to show percentages in stacked column chart In Excel: Step 1: Open excel and create a data table as below Step 2: Select the entire data table. Step 3: To create a column chart in excel for your data table. Go to “Insert” >> “Column or Bar Chart” >> Select Stacked Column Chart Step 4: Add Data labels to the chart. Goto “Chart Design” >> “Add Chart Element” >> “Data Labels” >> “Center”. You can see all your chart data are in Columns stacked bar. Step 5: Steps to add percentages/custom values in Chart. Create a percentage table for your chart data. Copy header text in cells “b1 to E1” to cells “G1 to J1”. Insert below formula in cell “G2”.=B2/SUM($B2:$E2)– make sure the “$” symbol are placed in-front of the characters (B and E) in formula Step 6: Drag down/across the formula to fill cells G2:J6. Click Percent style (1) to convert your new table to show number with Percentage Symbol Step 7: Select chart data labels and right-click, then choose “Format Data Labels”. Step 8: Check “Values From Cells”. Step 9: Above step popup an input box for the user to select a range of cells to display on the chart instead of default values. In our example, Qtr_04 series default values are in E2:E6. But we select range J2:J6 to show respective percentages. Press “OK" Step 10: Un-check “Value” to hide the actual value from the chart. Step 11: Repeat steps 7 to 10 for each series of our data. SeriesRespective RangeQtr_01 =Sheet1!$G$2:$G$3Qtr_02=Sheet1!$H$2:$H$4Qtr_03=Sheet1!$I$2:$I$5Qtr_04=Sheet1!$J$2:$J$6 Output: Comment More infoAdvertise with us S sk123online Follow Improve Article Tags : Excel Excel-Charts ExcelGuide Explore MS Excel Tutorial - Learn Excel Online Free 11 min read Excel FundamentalIntroduction to MS Excel 5 min read Download and Install MS Excel 2024/365 Edition 4 min read Excel Spreadsheet 4 min read Workbooks in Microsoft Excel 4 min read Worksheets in Excel 4 min read Workbooks in Microsoft Excel 4 min read Delete All Rows Below Certain Row or Active Cell in Excel 5 min read Remove Hyperlinks in Excel 6 min read How to Use Fractions in Excel 6 min read Excel FormattingData Formatting in Excel 5 min read Expand Cells to Fit the Text Automatically in Excel 3 min read Excel Date and Time Formats 3 min read Insert a Picture in a Cell in MS Excel 3 min read How to Unhide and Show Hidden Columns in Excel: Step by Step Guide 9 min read Conditional Formatting in Excel 8 min read Apply Conditional Formatting Based On VLookup in Excel 3 min read How to Compare Two Columns and Delete Duplicates in Excel 3 min read How to Find Duplicate Values in Excel Using VLOOKUP 3 min read Excel Formula & FunctionBasic Excel Formulas 3 min read Use of Concatenate in Excel 5 min read Percentage in Excel 8 min read Excel LEFT, RIGHT, MID, LEN, and FIND Functions 5 min read Excel IF Function 10 min read Excel VLOOKUP Function 12 min read Dynamic Array Formulas in Excel 2 min read COUNTIF Function in Excel - Step by Step Tutorial 7 min read How To Use MATCH Function in Excel (With Examples) 6 min read Excel Data Analysis & VisualizationHow to Sort by the Last Name in Excel? 5 min read How to Sort Data by Color in Excel? 3 min read How to Swap Columns in Excel: 3 Methods Explained 8 min read Sparklines in Excel 8 min read Pivot Tables in Excel 3 min read How to Sort a Pivot Table in Excel : A Complete Guide 7 min read Pivot Table Slicers in Excel 5 min read Data Visualizations in Power View 3 min read Chart Visualizations in Excel Power View 8 min read Table Visualization in Excel Power View 5 min read Multiple Visualizations in Excel Power View 4 min read Dynamic Excel Dashboards Using Picklists 3 min read Advanced ExcelHow to Use Solver in Excel 3 min read Power Query â Source Reference as File Path in Cell 2 min read How to Create Relational Tables in Excel? 4 min read How to Import, Edit, Load and Consolidate Data in Excel Power Query? 7 min read Connecting Excel to SQLite 4 min read Handling Integers in Advanced Excel 2 min read Power Pivot for Excel 10 min read Excel Power Pivot - Managing Data Model 6 min read Table and Chart Combinations in Excel Power Pivot 3 min read Excel Data VisualizationAdvanced Excel - Chart Design 4 min read How to Create a Graph in Excel: A Step-by-Step Guide for Beginners 8 min read Formatting Charts in Excel 3 min read Create a Waterfall Chart in Excel 5 min read Scatter and Bubble Chart Visualization in Excel 5 min read Create a Pie Chart in Excel 5 min read How To Create A Pictograph In Excel? 3 min read How to make a 3 Axis Graph using Excel? 7 min read How To Create a Tornado Chart In Excel? 2 min read How to Create Flowchart in Excel: Step-by-Step Guide 6 min read Excel VBA & MacrosHow to Insert and Run VBA Code in Excel? 2 min read Variables and Data Types in VBA Excel 9 min read How to Use the VBA Editor in Excel: Quick Guide 2024 7 min read VBA Strings in Excel 8 min read VBA Find Function in Excel 5 min read ActiveX Control in Excel VBA 3 min read Multidimensional Arrays in Excel VBA 2 min read VBA Error Handling 10 min read How to Remove Duplicates From Array Using VBA in Excel? 2 min read Macros In Excel With Examples 10 min read Assigning Excel Macro to Objects 3 min read How to Enable Macros in Excel (2025): Step-by-Step Guide 9 min read Power BI & Advance Features in ExcelPower BI - Tools and Functionalities 5 min read Power BI - Data Sources and its type 4 min read Power BI - Data Sources and its type 4 min read Power BI - How to Create a Report using Excel Data in Workspace 4 min read Data Analysis Expressions (DAX) 7 min read Power BI - How to upload Excel Files to Dashboard? 3 min read Like