Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I try to create table like this :
|0-10% best customers|Number of customers|
|10-20% best customers|Number of customers|
|20-30% best customers|Number of customers|
..
For the first column, I was thinkg to use the rank function !
=if(rank(Aggr(sum(PRODUCT), CUSTOMER)) > 0.01*count(CUSTOMERS), '0-10% best customers', 'Others')
But when I use the rank function, I have an error.
Any ideas ?
Thanks !
For information, function fractile() do this.
example :
For information, function fractile() do this.
example :