Pivot Table in Excel

Pivot Table Not Refreshing (5 Issues & Solutions)

We have a dataset where the Product Category, Quantity, and Sales are given based on states. You can visit the How to create a Pivot Table ...

How to Refresh All Pivot Tables with VBA (4 Ways)

This code will refresh all the Pivot Tables of the active workbook. Dim Table As PivotTable For Each Table In ActiveWorkbook.PivotTables     ...

How to Resolve “Pivot Table Field Name Is Not Valid” Error: 9 Causes and Corrections

Dataset Overview We'll be using the following table (some alterations may occur later for different sections) to demonstrate the causes of this ...

How to Group Dates in Pivot Table: 7 Methods

Method 1 - Group Dates by Years in Pivot Table Steps Select any date from the pivot table. Go to the PivotTable Analyze, and from the ...

How to Update Pivot Table Range (5 Methods)

The sample dataset contains the Product Category, Quantity and Sales per State.     The dataset is configured as a Pivot ...

How to Show Zero Values in Excel Pivot Table (2 Quick Ways)

If you have blank cells in your dataset, they will also be represented as blank in your Pivot Table. Here are 2 quick methods to display "Zero" ...

How to Hide Zero Values in Excel Pivot Table (3 Easy Methods)

Here's a GIF overview of hiding zeroes or blank values from a pivot table. Hide Zero Values in Pivot Table in Excel: 3 Easiest Ways ...

Pivot Table Conditional Formatting Based on Another Column

Suppose we have a Pivot Table dataset containing Products with their sold Quantity, Unit Price, and Total Price. We'll format the pivot table. ...

How to Count Unique Values Using Excel Pivot Table (3 Ways)

For this article, we'll use the List of Movies dataset ranging from B4 to D24 and containing the name of the Movie, Actor, and Release Year. The goal ...

How to Remove External Links in Excel (8 Easy Methods)

  Method 1 - Using Edit Links Feature to Remove External Links from Cells Steps: Go to the Data tab. From the Queries & ...

How to Create a Top 10 List with Duplicates in Excel (5 Ways)

Below is a basic table listing the sites and their respective monthly visits. The second column has a couple of duplicate values. Method 1 ...

How to Find the Minimum Value in Excel – 6 Easy Methods

This is the sample datset. Method 1 - Using the MIN Function to Find the Minimum Value in Excel The syntax for the MIN function is ...

How to Find Unique Values from Multiple Columns in Excel (5 Easy Ways)

We have a record of student IDs and names. We want to extract the unique values. Method 1 - Extract Unique Values from Multiple Columns ...

How to Calculate Cumulative Percentage in Excel: 6 Methods

Method 1 - Manual Approach to Calculate Cumulative Frequency & Determining the Cumulative Frequency Percentage Steps: Select Cell D5. ...

How to Use Excel Formula to Calculate Percentage of Grand Total

Basics of Percentage (%) Percentage (%) is one of the most important mathematical concepts that we use in our daily lives. The percentage is level ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo