Hi All,
Just wondering if anyone can help me with your wisdom!
From the list of assets below, I need to have top 5 or top 10 of most ordered as well as less ordered (please note there is a repetition of the same asset name throughout the sheet) and there's 2 x different categories: social and TV which need to be ranked in top 5/10 each. I tried the rank formula but didn't give me anything,
=RANKEQ([Number of Orders by Spot With Duplicated Tags]@row, [Number of Orders by Spot With Duplicated Tags]:[Number of Orders by Spot With Duplicated Tags], [TV/SOCIAL]:[TV/SOCIAL], ="social")
The closest I'm able to get was by creating a separate metric sheet (which is not ideal) but i have the amount of times that data shows up in the same cell, so it looks like the below instead of showing unique files. The index match doesn’t seem to work, because some Assets have been ordered the exact same amount of times, so it only displays the first one!
using this formula: =JOIN(COLLECT({Sheet – Range 3}, {Sheet – Range 4}, [Column3]@row, { Sheet – Range 5}, <>" Spots"), " ")
I have the same problem for the least amount of assets ordered + it also shows the 0's which is not ideal!
Anyone knows what formula i should to display the top 10 rank if the assets are "social" in the same sheet as my raw data and the same for the least one? I am trying to create some reports to only show me the most used and the least used and I wanted to automate this instead of me having to manually check which ones are the top 5 of that specific asset, so need a column with the ranking so I can then filter
Thank you so much!