4 Ways to Show Pivot Table Fields in Excel

To show Pivot Table Fields in Excel, go through the process below:

  1. Select any cell on a Pivot Table.
  2. Then, go to the PivotTable Analyze tab.
  3. Next, enable the Field List tool under the Show group.

If you don’t see the PivotTable Fields, follow the above instructions to show PivotTable Fields in Excel.

Show Pivot Table Fields by Clicking on cells of Pivot Table

If you select a cell outside of the Pivot Table, you won’t find PivotTable Fields.
PivotTable Fields are hidden after clicking outside of Pivot Table in Excel

Now, click on a cell of the Pivot Table. Then, the PivotTable Fields will appear. In this image, I have selected cell A1 to display PivotTable Fields in Excel.

Clicking on cell in Pivot Table and PivotTable Fields appeared in Excel

Show Pivot Table Fields in Excel Using Context Menu

Sometimes, you won’t find PivotTable Fields even after clicking on cells on the Pivot Table. Follow these steps to show Pivot Table fields in Excel using the context menu:

  1. First, Select any cell on a Pivot Table.
  2. Next, right-click on that cell to show the context menu.
  3. Then, select Show Field List command.
    Selected Show Field List from right-click menu in Excel
    Finally, you can see the PivotTable Fields in Excel.
    Displaying Pivot Table Fields using right-click menu in Excel

Display Pivot Table Fields by Enabling Field List in Excel

If you can’t find PivotTable Fields, enable this option. To enable Field List, go through the steps below:

  1. Click a cell on the Pivot Table.
  2. Go to PivotTable Analyze tab > Field List tool under the Show group.
    Enable Field List to show Pivot Table Fields in Excel
    Afterward, the PivotTable Fields will appear in the Excel worksheet.
    Appeared PivotTable Fields after enabling Field List from Show group

Show Pivot Table Fields in Excel Using VBA code

  1. Right-click on the sheet’s name and select View Code to open Visual Basic Editor window.
    Selected View Code to open Visual Basic Editor to show Pivot Table Fields
  2. Then, go to Insert tab > Module command.
    Inserted Module to paste VBA code to show Pivot Table Fields in Excel
  3. Next, copy the code below and paste the code into the module.
    Sub ShowPivotTableFieldList()
    ' Show the PivotTable Field List
    ActiveSheet.PivotTableWizard
    End Sub

    Copied and pasted VBA code to show Pivot Table Fields in Excel

  4. Now, go back to the worksheet and press ALT+F8 to open the Macro dialog box.
  5. Click Run command.
    Run VBA code from Macro to show Pivot Table Fields in Excel
    After clicking Run, you will see the PivotTable Fields.
    Displaying PivotTable Fields using VBA code in Excel

How to Hide Pivot Table Fields

To hide PivotTable Fields, just do the reverse process of the previously mentioned methods.

1.  Using Context Menu

To hide PivotTable Fields, select a cell in the Pivot Table and right-click on that. Then, choose Hide Field List command from the Context Menu.
Hide Field List from right-click menu in Excel

2.  By Disabling the Field List

To disable Field List from the ribbon bar, select any cell on the Pivot Table in Excel. Then, go to PivotTable Analyze tab and disable Field List tool under the Show group.
Disable Field List to hide Pivot Table Fields in Excel

Conclusion

If you hide the PivotTable Fields, you will need to display the PivotTable Fields in Excel. In this article, I have added 4 methods to show the PivotTable Fields. Here, you will learn some features of Excel. I have also added a VBA code to show PivotTable Fields in Excel. I have also added 2 ways of hiding PivotTable Fields. So, you can solve all issues related to showing PivotTable Fields in Excel.

Frequently Asked Questions

Why is my PivotTable not showing fields?

If your Pivot Table is not showing fields, it could be due to several reasons:

  1. Empty Data: The source data for the PivotTable may be empty or doesn’t contain any valid records.
  2. Hidden Fields: Check if fields are hidden. You can unhide them in the PivotTable Field List.
  3. Filter Settings: Filters applied to the PivotTable might be excluding the fields you expect to see. Review and adjust the filter settings.
  4. Field List Display: Ensure that the PivotTable Field List is open and visible. You can open it from the PivotTable Analyze or Options tab.
  5. Data Layout: Check if the data layout matches the PivotTable structure. Fields may not appear if the layout doesn’t match the expected format.
  6. Data Refresh: If your data source has changed, refresh the pivot table to reflect the new fields.
  7. Field List Updates: Sometimes, the Field List doesn’t update immediately. Try closing and reopening the Field List to see if it displays the fields correctly.

By addressing these possible causes, you can resolve issues where your Pivot Table is not showing the expected fields.

How do I add a field to a Pivot Table?

To add a field to a Pivot Table in Excel:

  1. Click anywhere within the Pivot Table to select it.
  2. Then, open the PivotTable Field List from the PivotTable Analyze tab.
  3. In the Field List, drag the field you want to add to one of the areas – Report Filter, Columns, Rows, or Values – in the PivotTable.

The field is added, and the Pivot Table updates to include the new field. This process allows you to easily expand your Pivot Table by including additional fields for analysis.

How do I customize PivotTable Fields?

To customize PivotTable Fields in Excel:

  1. Click anywhere within the Pivot Table to select it.
  2. In the PivotTable Field List, you can drag fields between the Report Filter, Columns, Rows, and Values areas to change the layout.
  3. Now, right-click on fields to access options like field settings, number formatting, and more.
  4. Use the PivotTable Analyze tab to modify settings, styles, and layouts.

Customizing PivotTable fields allows you to tailor the layout, formatting, and calculations to best suit your data analysis needs.

5/5 - (2 votes)

Leave a Reply

Your email address will not be published. Required fields are marked *