Hi All ! I have a very large data set that I want to create a top 10 list of. For example in the data below, I want to sort by say highest Quantity sorted. I know I can do this in a pivot table but I'd like to refrain from doing that if i can just write out a formula so i don't need to keep refreshing the pivot table
so for example, I would like the output to be:
top ten product Sold (product Name) and then the sum of the Quantity of that said product. this is the output i would like to see below, and below that is the example table TIA!!!!
so for example, I would like the output to be:
top ten product Sold (product Name) and then the sum of the Quantity of that said product. this is the output i would like to see below, and below that is the example table TIA!!!!
Name | Dollars | Quantity | |
1 | A | 21 | 5491 |
2 | G | 124 | 950 |
3 | B | 35 | 589 |
Prodcut Name | Date | Dollars | Quantity |
A | September | 5 | 15 |
B | October | 10 | 1 |
C | January | 12 | 5 |
D | September | 1 | 11 |
E | October | 15 | 115 |
F | January | 151 | |
G | September | 1 | 515 |
H | October | 1 | 15 |
I | January | 123 | 435 |
J | September | 1 | 134 |
K | October | 5 | 52 |
K | January | 15 | 45 |
A | September | 1 | 5422 |
K | October | 16 | 544 |
A | January | 15 | 54 |
B | September | 10 | 54 |
B | October | 15 | 534 |
C | January | 16 | 5 |
D | February | 16 | 45 |