Forum Discussion
RANKX Function
Hi all, I'm trying to figure out a way to use the RANKX function to rank a sales column in my table. I do not want to rank this by a certain category but rather rank them in groups (1-10) evenly distributed across the dataset by the sales number. For example group 1 would contain the lowest sales amounts and group 10 would contain the highest sales amount. I can't seem to figure out how to accomplish this without defining a category to rank by which I don't want to do. Thanks for any replies!!
6 Replies
- lbendlinSuper User
consider using PERCENTILEX instead.
- AnonymousNot applicable
Thanks for the reply. The PERCENTILEX function is (Table, Expression, K). Obviously I would reference my table first but what is Expression and K? How would I use this to create a 1-10 numeric range?
- lbendlinSuper User
calculate for k=0.1, k=0.2, k=0.3 etc.