Cal11 calculator

How to Show Numbers in Pivot Table Without Calculation

Reviewed by Calculator Editorial Team

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:

  1. Using the "Show Values As" feature
  2. Creating a calculated field with a simple formula
  3. Using a helper column in your source data
  4. 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:

  1. Right-click on any value in your pivot table
  2. Select "Show Values As"
  3. 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:

  1. Go to the PivotTable Analyze tab
  2. Click "Fields, Items & Sets" → "Calculated Field"
  3. Enter a name for your field
  4. 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:

  1. Add a new column to your source data
  2. Copy the values from your existing column to the new column
  3. 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:

  1. Click on your pivot table
  2. Go to the "Pivot table editor" panel
  3. Under "Values," select "Summarize by" → "COUNTA" or "SUM"
  4. 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.

FAQ

Can I show raw numbers in all pivot table fields?
No, you typically need at least one calculated field to display raw numbers. Most pivot tables require some form of aggregation or calculation.
Will showing raw numbers affect my pivot table performance?
Displaying raw numbers should not significantly impact performance, but it's always good practice to refresh your pivot table after making changes.
Can I show raw numbers in a pivot chart?
Yes, you can create a pivot chart that displays raw numbers by following the same methods as for pivot tables.
Is there a way to automatically update raw numbers in my pivot table?
Yes, if you're using calculated fields or helper columns, your pivot table will automatically update when the source data changes.