Ranking Google Sheet Info Uniquely -
I am trying to rank data in a column in my Google Sheet so that no ranking is duplicated. I have seen some solutions like = RANK (A2, $ A $ 2: $ A $ 10) + COUNTIF ($ A $ 2: A2, A2) -1
, but the problem is that it grows Duplicate on the basis of events occurring in Sheet's Sheet.
Let's assume the place where I want to rank is as follows:
1
1
1
2
No, spreadsheet formulas do not have "awareness" with native spreadsheets functions, of which recently Prices were recorded in
You will need to resort to running Google Apps Script on the trigger "on edit" trigger.
Comments
Post a Comment