Summary: I am trying to create a "Rank If" calculation but with dynamic spillable arrays only.
I have tried using the filter function nested in rank along with the ByRows function.
Before I try anything too complex, it seems like there should be a relatively simple and clever solution that is just out of grasp. Spreadsheet sample has been uploaded and the following picture is for ease of reference:
Screenshot 2022-10-13 192814.png
To begin, Assume all of the following are spillable:
column F has some text identifiers like Name,
column G has some numerical value (>=0)
the desired output: Each Score is ranked for each Name. Joe's highest score would have a value of 1, second highest score a value of 2, and so on...
Bookmarks