Forum Discussion
chart percentages disappear when i hide rows, and the show data in hidden rows..unavailable
When you hide rows or columns that contain data used in a chart, Excel might automatically hide the corresponding data in the chart as well. This behavior is due to Excel's default settings to hide data in hidden rows or columns.
To address this issue and make the percentage values visible even when the rows are hidden, you can try to use one of the following methods:
Method 1: Change Axis Format
- Right-click on the axis that contains the percentage values.
- Select "Format Axis" from the context menu.
- In the Axis Options pane, under the "Number" category, choose a format that does not rely on the actual data (e.g., Percentage with no decimal places).
This method will display the percentage values even if the corresponding rows are hidden.
Method 2: Use a Dummy Series
- Add a dummy series to your chart that contains the percentage values.
- This series can be based on a hidden set of cells where you manually enter the percentage values.
- Ensure that this dummy series is visible even when you hide other rows or columns.
Method 3: Use a Data Label Custom Formula
- Click on one of the data labels on the chart.
- In the formula bar, enter a formula that references the cell containing the percentage value, even if it's in a hidden row. For example:
=Sheet1!$B$2
Replace Sheet1 and $B$2 with your actual sheet and cell reference.
These methods should help you maintain visibility of the percentage values on your chart even when rows are hidden. Choose the method that best fits your workflow and chart structure. The text and steps were edited with the help of AI.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark as best response and Like it!
This will help all forum participants.