80 20 rule

oliver_penney

Board Regular
Joined
Dec 18, 2002
Messages
182
hi all

i have a table of things we sell and i wanted to apply an 80/20 filter to get the 20% we sell producing the 80% of revenue

how do i go about creating the query?

thanx in advance

oliver
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Lets see if I can help, but before I type everything down, do you have experience using Access and creating queries?

My idea would work from creating a query of a query.

Parra
 
Upvote 0
OK lets see if I can help but I am hung over.

Query 1 will have 2 columns, the product and the summation of its price. that will give you all the products and the total revenue each generated.

Query 2 will have 1 column which is the summation of column 2 of query 1, that will only give you one cell.

Query 3, will be query 1 divided by the result of query 2, that should give you the percentage each product contributed to the total revenue.

I don't know if you can do this in query 3 or create another query but then do a Max function of Top function to get the top 20% products.

Did this help or am I still drunk....

Parra
 
Upvote 0
aha, that would work

i've fudged it though and put a filter for greater than the revenue amount to get into the upper 20%

nice to know what the solution would be to a more dynamic data set

thanx

:eek:)

ol
 
Upvote 0

Forum statistics

Threads
1,221,590
Messages
6,160,668
Members
451,662
Latest member
reelspike

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