lavkeshbhatia
New Member
how do i approach this ?
There are values in column A which are not sorted
I need to highlight the top values which will add up to 80% of sum of all values in column A
eg
15
25
18
5
7
8
12
10
adds up to 100
the output should highlight 25,18,15,12,10
A variation would be to highlight values at least till 80% (of the sum) is achieved
There are values in column A which are not sorted
I need to highlight the top values which will add up to 80% of sum of all values in column A
eg
15
25
18
5
7
8
12
10
adds up to 100
the output should highlight 25,18,15,12,10
A variation would be to highlight values at least till 80% (of the sum) is achieved