How to Summarize Data Without Pivot Table in Excel

 

The sample dataset shows trip spending for five people, with repeated entries in the Participants column indicating they had multiple transactions. We will sum up the spending.

How to Summarize Data Without Pivot Table in Excel


Method 1 – Use the AutoSum Tool to Summarize Data in Excel

  • Select cell C15 because we want the output in this cell.
  • Go to the Home tab and select AutoSum under the Editing group.

Use AutoSum Tool to Summarize Data in Excel

  • You will see that cell C15 is already showing the SUM formula with the reference cell.

Use AutoSum Tool to Summarize Data in Excel

  • Press Enter.
  • You will get the total of the spent amounts.

  • You can also get the information on average, minimum, or maximum amounts from the dataset by clicking on the options from the drop-down below:

Read More: How to Create a Summary Sheet in Excel


Method 2 – Summarize Data Without a Pivot Table Using Subtotal Feature

  • Organize the dataset according to the names. You can use the Sort option for that.

Summarize Data Without Pivot Table Using Subtotal Feature

  • Select the cell range B4:C14.
  • Go to the Data tab and select Subtotal under the Outline group.

Summarize Data Without Pivot Table Using Subtotal Feature

  • You will see the Subtotal window pop up.

Summarize Data Without Pivot Table Using Subtotal Feature

  • Put Participants in the At each change in box.
  • Insert Sum in the Use function section.
  • Check the Amount box.
  • Press OK.

Summarize Data Without Pivot Table Using Subtotal Feature

  • You can use the Plus (+) and Minus () icons to toggle the original cells:

Excel Summarize Data Without Pivot Table

Read More: How to Summarize Text Data in Excel


Method 3 – Apply the SUBTOTAL Function to Add Data in Excel

  • Sort the dataset by the name in the first column.

Apply SUBTOTAL Function to Add Data in Excel

  • Insert this formula in cell C15.
=SUBTOTAL(9,C5:C14)

The first argument, 9, applies the SUM function while including hidden rows within the range.

Apply SUBTOTAL Function to Add Data in Excel

  • Press Enter.

Read More: How to Summarize Subtotals in Excel


Method 4 – Data Summarizing with the Sort & Filter Tool

  • Select cell range B4:C14.
  • Go to the Home tab and click on Sort & Filter.

Data Summarizing with Sort & Filter Tool

  • Select Sort A to Z from the drop-down section.

Data Summarizing with Sort & Filter Tool

  • The names are sorted in alphabetical order.

Data Summarizing with Sort & Filter Tool

  • Select consecutive cells that share a name value. We selected the cell range C5:C7.

  • Look at the bottom of the tabs and you will see the SUM, AVERAGE, and COUNT values.

Data Summarizing with Sort & Filter Tool

  • Select the Filter option under the Sort & Filter section.

Data Summarizing with Sort & Filter Tool

  • You will see arrows on the dataset titles.
  • Click on the arrow for Participant.
  • Select any name to filter. We selected Pamela.

Data Summarizing with Sort & Filter Tool

  • Press OK.
  • You can see only the selected names and their relevant values.

Read More: How to Summarize a List of Names in Excel


Method 5 – Summarize Data with an Excel Table

  • Go to the Home tab and select Format as Table under the Styles section.

Summarize Data with Excel Table

  • You will see numerous types of tables to choose from. Choose one.

Summarize Data with Excel Table

  • You will be directed to the Create Table window.
  • Insert the cell range B4:C14 and hit OK.

Summarize Data with Excel Table

  • Here’s a sample table.

  • Select any cell inside it to enable the Table Design tab on the ribbon.
  • Go to the Table Design tab and check the Total Row box.

Summarize Data with Excel Table

  • You will get a new row for the total value with a filter icon beside it.
  • Select any option from the drop-down to get a subtotal for that person.


Method 6 – Use a Slicer to Get the Subtotal in the Worksheet

  • Create a table following Method 5.
  • Go to the Table Design tab and select Insert Slicer.

Use Slicer to Get Added Values in Worksheet

  • You will see the Insert Slicers window asking for the option for creating a slicer.
  • Select the option Participant and press OK.

Use Slicer to Get Added Values in Worksheet

  • You will get the participant list in a series of buttons.

Use Slicer to Get Added Values in Worksheet

  • Select any one of them and you will get the summarized output:


Method 7 – Insert the SUMIF Function to Sum Data Without a Pivot Table

  • Create a new table with the same titles on the right.

Insert SUMIF Function to Sum Data Without Pivot Table

  • We want to know the amount spent by Erin. We inserted that name in cell E5.
  • Insert this formula in cell F5.
=SUMIF(B5:B14,E5,C5:C14)

Insert SUMIF Function to Sum Data Without Pivot Table

  • Press Enter.

Note: You can also apply the IF function with the combination of the SUMIF function to get the same value. The formula will be:

=IF(B9=B4,””,SUMIF(B:B,B9,C:C))

Read More: How to Group and Summarize Data in Excel


Method 8 – Apply Descriptive Statistics to Summarize Data in Excel

  • Go to the Data tab and click on Data Analysis.

Apply Descriptive Statistics to Summarize Data in Excel

  • Select Descriptive Statistics among the Analysis Tools and hit OK.

Apply Descriptive Statistics to Summarize Data in Excel

  • Insert the Input and Output Range.
  • Check the Summary Statistics box.

Apply Descriptive Statistics to Summarize Data in Excel

  • Press OK.
  • You will see the detailed statistics of the numeric values.


Method 9 – Summarize Data Without a Pivot Table Using the Consolidate Tool

  • Go to the Data tab and select the Consolidate icon under the Data Tools group.

Summarize Data Without Pivot Table Using Consolidate Tool

  • The Consolidate window pops up.
  • Insert the Function Sum.
  • Insert the cell range B5:C9 as Reference.
  • Keep the Left Column box checked.

Summarize Data Without Pivot Table Using Consolidate Tool

  • Press OK.

  • You can apply any other function as well in the Function box.

Read More: How to Summarize Data by Multiple Columns in Excel


Method 10 – Use Excel VBA to get Unique Values

  • Go to the Developer tab and select Visual Basic.

Combine and Compare Data with Excel VBA

  • In the new window, select Module under the Insert section.

Combine and Compare Data with Excel VBA

  • Insert this code on the blank page:
Sub ListDuplicates()

    For x = 1 To Cells(Rows.Count, "B").End(xlUp).Row
         If Application.WorksheetFunction.CountIf(Range("B:B"), Range("B" & x)) > 1 Then
            If Application.WorksheetFunction.CountIf(Range("E:E"), Range("B" & x)) = 0 Then
                Range("E" & Cells(Rows.Count, "E").End(xlUp).Row + 1).Value = Range("B" & x).Value
            End If
         End If
    Next x
End Sub

Combine and Compare Data with Excel VBA

  • Press F5 or click on the Run Sub button.

  • Click on Run on the Macros window.

Combine and Compare Data with Excel VBA

  • You will get the unique names next to the dataset.


Download the Practice Workbook


Related Articles

Get FREE Advanced Excel Exercises with Solutions!
Sanjida Mehrun Guria
Sanjida Mehrun Guria

Hello! Welcome to my blog. I have completed my Bachelor in Architecture from Ashanullah University of Science & Technology, Dhaka. I am a passionate, goal-oriented person with an immense thirst for knowledge and an attitude to grow continuously. Besides Architectural work, I find it very enthusiastic to work in Excel blogging. Exceldemy is a platform where I have got the opportunity to flourish my skill in Microsoft Excel and therefore, here I will be posting blogs related to... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo