Find and sum duplicate value then sort by Top 10

sneakyla

New Member
Joined
Aug 11, 2021
Messages
23
Office Version
  1. 2016
Platform
  1. Windows
Hello!

I was wondering if anyone can help me find the right formula for what I'm trying to achieve.

I have a large data with multiple sales from different customers and need a formula to automatically sum the total unit of the same item (duplicates) then have it sorted from top 10 (LARGE formula).

For example.

apple
3​
Top 10 Selling Items
orange
1​
1​
pineapple
2​
2​
banana
3​
3​
apple
54​
4​
apple
1​
5​
apple
2​
6​
orange
3​
7​
pineapple
1​
8​
banana
1​
9​
10​


Thank you!!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
In this case using a Pivot Table would be the best practice.
Select your data. Go to insert tab and click Pivot table.
Select a place where to place your table. It can be either in the same sheet or a separate sheet.
After inserting, you will see some sections on the bottom right. Drag your Products to rows section. and your sales to values section.
Sort the total values in descending order.
 
Upvote 0

Forum statistics

Threads
1,215,076
Messages
6,122,983
Members
449,092
Latest member
Mr Hughes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top