Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column of numbers and would like to know how many of those numbers
make up 80% of the total of the column. Does anybody have a formula for that? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Richard, I assume that it is the minimum count of numbers that you are after.
Why not sort by those numbers (descending) and then divide a cumulative sum function as you progress down the row, by the total sum and have it report a row count column when it is equal to or greater than 80%. With the above method you could put the formula in one column if necessary when it is sorted. Two columns would be clearer. To come up with a single formula in one cell on unsorted data requires an expert on array formulas, I'm not sure whether it can be done this way. "Richard" wrote: I have a column of numbers and would like to know how many of those numbers make up 80% of the total of the column. Does anybody have a formula for that? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add percentage to a whole column of numbers | Excel Discussion (Misc queries) | |||
How do I increase a column of numbers by a percentage-same cell | Excel Discussion (Misc queries) | |||
Increasing numbers in a column by percentage | Excel Worksheet Functions | |||
How do I add a percentage to a row of numbers | Excel Discussion (Misc queries) | |||
DECREASE ALL NUMBERS IN A COLUMN BY A PERCENTAGE | Excel Worksheet Functions |