Excel University Blog

Read on for in-depth articles, tutorials, and videos. Search or browse for specific topics. Be sure to subscribe if you'd like to be notified when we write something new.

PivotTable

Unique Data Validation Drop-Down From Duplicate Table Data

By Jeff Lenning | September 10, 2014 |

In this post, we’ll explore a method for generating a drop-down that contains a unique list of choices derived from a table column with duplicate values. Objective Before we get started on the mechanics, let’s take a look at what we are trying to achieve. We have a data table that is exported from our…

Read More

Transpose Values and Formulas in Excel

By Jeff Lenning | September 4, 2014 |

In this post, we’ll explore three methods for transposing data in Excel. The first method can be used when you just want to quickly to transpose the values manually. The second method can be used when you want formulas to perform the transposition automatically based on the labels. The third method can be applied when…

Read More

Create an Income Statement with a PivotTable

By Jeff Lenning | July 31, 2014 |

Generally, I prefer to prepare financial statements with formulas and functions such as SUMIFS because there are no layout or structure limitations imposed. This means I can design the report to my exacting specifications. However, it is interesting to note that PivotTables support basic formulas, and using a PivotTable formula to create a calculated item…

Read More

PivotTable Percentage of Parent Total

By Jeff Lenning | March 20, 2014 |

This post demonstrates how to set up a PivotTable to show 100% on the subtotal lines when using the show values as a percentage of parent total option. Overview Before we begin, let’s review our objective. We want to summarize our data by region, and within each region, by rep. We also want to show…

Read More

Count Distinct Values in an Excel 2013 PivotTable

By Jeff Lenning | May 16, 2013 |

This post demonstrates how to count the number of distinct (unique) values in an Excel 2013 PivotTable.  Prior to Excel 2013, this capability was not built-in to the PivotTable feature.  For Excel versions earlier than 2013, there are a variety of different workarounds available, some use VBA code, some use helper formulas, and some of…

Read More