Hi Friends,
There are 4 peoples, I need to find the min score the people has claimed and add this player name to the list(Loop). It must get upgraded each and every time its updated.
Ex. Pivot data
Name Score
arauv 1
ragav 2
rithu 4
maya 3
Data Dump:
Sl no Name
1 arauv
2 ragav
3 rithu
4 maya
. .
. .
. .
55 ?(the name with lowest score).
Note: 1) This should be able to reflect in google sheet, 2) I have used the syntax (Index(match(max())).
There are 4 peoples, I need to find the min score the people has claimed and add this player name to the list(Loop). It must get upgraded each and every time its updated.
Ex. Pivot data
Name Score
arauv 1
ragav 2
rithu 4
maya 3
Data Dump:
Sl no Name
1 arauv
2 ragav
3 rithu
4 maya
. .
. .
. .
55 ?(the name with lowest score).
Note: 1) This should be able to reflect in google sheet, 2) I have used the syntax (Index(match(max())).