Pivot Table Tricks to Make You a Star

Share

Facebook
Twitter
LinkedIn

Pivot Table Tricks ExcelWe, data junkies, love pivot tables. We think pivot tables are solution for everything (except for may be global warming and that broken espresso machine down stairs).

Today, we are going to learn 5 awesome pivot table tricks that will make you a star.

Click on these links to jump to tips.

Drill down pivot tables | Change Summary from Total | Slice & Dice Pivots | Difference from last month | Calculated Fields in Pivots

(If you are not familiar with basic pivot tables, you should check out this excellent pivot tables tutorial)

1. Drill down on your Pivots with Double click

This is by far the simplest and most powerful pivot table trick I have learned. Whenever you want to see the values behind a pivot field just double click on it.

Lets say, the sales of Lawrence in Middle region  is $5,908 and you want to know which items contribute for this total, when you double click on the number $5,908 excel will show a list of all the records that add up to this number, neatly arranged in a new worksheet. Instant drill down.

See this magical trick in action.

Drill Down Pivot Tables

2. Summarize Pivot Data by “Average” or some other formula

By default excel summarizes pivot data by “sum” or “count” depending on data type. But often you may want to change this to say “average”, to answer questions like “what is the average sales per product”. To do this, just right click on pivot table values (not on row or column headings) and select “summarize data by” and select “Average” option.

Summarize By Average Pivots

(In excel 2003, you have to do this from “field settings” menu option)

3. Slice & Dice your Pivot Tables with Grace

Re-arranging pivot table layouts is as easy as shuffling a pack of cards. Just drag and drop the fields from row areas to column areas (vice-a-versa) and you have the pivot table rearranged.

Here is a simple screencast explaining the secret

Slice And Dice Pivot Report

4. Show difference from last month (or year) without bending backwards

We all know that you can show monthly summaries using Pivots. But what if your boss wants you to also include “difference from previous month”  as well? Now, dont rush back to source data and add new columns. Here is the right trick to make you a star.

  • Just use field settings to tell excel how you want the data to be summarized.
  • Right click on any pivot table value, select “value field settings”
  • Now go to “Show value as tab” and Change “Normal” to “Difference from”
  • Select “Previous” from Base-item area. Leave Base field as-is.

Now, your pivot is updated to show difference from previous column.

Difference From Last Month Pivot Report

Bonus: There are quite a few value field settings you can mess with. Go play and discover something fun. 🙂

5. Add new dimensions to your Pivot Reports with Calculated Fields

Let us say you have both “sale” and “profit” values in your source data. Now, your boss wants to know “profit %” in the pivot report (defined as Profit/Sales). You need not add any extra columns in your source data, instead you can define custom calculated fields with ease and use them in pivot reports.

  • To do this, Go to pivot table options ribbon, select “formulas” > “calculated field”
  • Now define a new calculated field by giving it a name and some meaningful formula.
  • Make sure you adjust the cell formatting so that output of calculation can be displayed (for eg. change number to % format)

(In excel 2003, the formula option is available from Pivot menu in toolbar)

See this tip in action:

Calculated Fields Pivot Tables

What is your favorite pivot table trick?

Do you like pivot tables? What are your favorite tricks? What areas do you face difficulties? Tell me using comments.

Learn More about Pivot Tables:

Now if you excuse me, I will go check that espresso machine and see if the beans need a refresh.

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Overall I learned a lot and I thought you did a great job of explaining how to do things. This will definitely elevate my reporting in the future.
Rebekah S
Reporting Analyst
Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

11 Responses to “Fix Incorrect Percentages with this Paste-Special Trick”

  1. Martin says:

    I've just taught yesterday to a colleague of mine how to convert amounts in local currency into another by pasting special the ROE.

    great thing to know !!!

  2. Tony Rose says:

    Chandoo - this is such a great trick and helps save time. If you don't use this shortcut, you have to take can create a formula where =(ref cell /100), copy that all the way down, covert it to a percentage and then copy/paste values to the original column. This does it all much faster. Nice job!

  3. Jody Gates says:

    I was just asking peers yesterday if anyone know if an easy way to do this, I've been editing each cell and adding a % manually vs setting the cell to Percentage for months and just finally reached my wits end. What perfect timing! Thanks, great tip!

  4. Jon S says:

    If it's just appearance you care about, another alternative is to use this custom number format:
    0"%"

    By adding the percent sign in quotes, it gets treated as text and won't do what you warned about here: "You can not just format the cells to % format either, excel shows 23 as 2300% then."

    • Steven Peters says:

      Dear Jon S. You are the reason I love the internet. 3 year old comments making my life easier.

      Thank you.

  5. Jon Peltier says:

    Here is a quicker protocol.

    Enter 10000% into the extra cell, copy this cell, select the range you need to convert to percentages, and use paste special > divide. Since the Paste > All option is selected, it not only divides by 10000% (i.e. 100), it also applies the % format to the cells being pasted on.

  6. Chandoo says:

    @Martin: That is another very good use of Divide / Multiply operations.

    @Tony, @Jody: Thank you 🙂

    @Jon S: Good one...

    @Jon... now why didnt I think of that.. Excellent

  7. sajith says:

    Thank You so much. it is really helped me.

  8. Winnie says:

    Big help...Thanks

  9. Chris Fry says:

    Thanks. That really saved me a lot of time!

  10. Texas says:

    Is Show Formulas is turned on in the Formula Ribbon, it will stay in decimal form until that is turned off. Drove me batty for an hour until I just figured it out.

Leave a Reply