How to Show Numbers in Pivot Table Without Calculation
Pivot tables are powerful tools for summarizing and analyzing data, but sometimes you need to display raw numbers without performing calculations. This guide explains how to achieve this in Excel, Google Sheets, and other tools.
Methods to Show Raw Numbers in Pivot Tables
There are several ways to display raw numbers in a pivot table without calculations:
- Using the "Show Values As" feature
- Creating a calculated field with a simple formula
- Using a helper column in your source data
- Formatting the pivot table to display raw values
Each method has its advantages depending on your specific needs and the tool you're using.
Excel Method
Using "Show Values As"
In Excel, you can use the "Show Values As" feature to display raw numbers:
- Right-click on any value in your pivot table
- Select "Show Values As"
- Choose "No Calculation"
This will display the raw numbers from your source data without any calculations.
Creating a Calculated Field
You can also create a calculated field with a simple formula:
- Go to the PivotTable Analyze tab
- Click "Fields, Items & Sets" → "Calculated Field"
- Enter a name for your field
- Enter a simple formula like
=YourField
Formula used: =YourField
This formula simply returns the raw value without any calculations.
Using a Helper Column
If you need more control, you can add a helper column to your source data:
- Add a new column to your source data
- Copy the values from your existing column to the new column
- Use this new column in your pivot table
This method gives you complete control over which values appear in your pivot table.
Google Sheets Method
Using Pivot Table Options
In Google Sheets, you can display raw numbers by adjusting the pivot table options:
- Click on your pivot table
- Go to the "Pivot table editor" panel
- Under "Values," select "Summarize by" → "COUNTA" or "SUM"
- Use a custom formula to return raw values
Note: Google Sheets doesn't have a direct "No Calculation" option like Excel, so you'll need to use workarounds.
Using ARRAYFORMULA
For more advanced users, you can use ARRAYFORMULA to display raw values:
Formula used: =ARRAYFORMULA(IF(ROW(A2:A)=ROW(A2:A), A2:A, ))
This formula returns the raw values from column A without any calculations.
Best Practices
When displaying raw numbers in pivot tables, consider these best practices:
- Always document why you're showing raw numbers instead of calculated values
- Use clear labels to distinguish raw values from calculated values
- Consider the impact on your audience - raw numbers might be less meaningful than calculated values
- Test your pivot table with different data sets to ensure the raw numbers display correctly
Remember that while raw numbers can be useful, they often need context to be meaningful. Consider adding calculated values alongside raw numbers for better analysis.