Perhaps there’s an easy way to do ranking with constraints – I have a number of stores each having 3 products and need to find a way to do two rankings. The first would be to rank the products within a store (ie RANK(C2, [range selection containing identical store numbers]), and the second would be to rank each product across all stores (ie RANK(C2, [range selection containing identical product IDs).
Hopefully viewing the attached file would help make my description more clear…
Of course, I could just sort the data in the 2 ways, apply the standard ranking, paste/special values and re-sort back to the original data configuration, but I would like to learn a more automated way!
Any ideas/help would be appreciated. Thanks.