Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Retrieving the most recent game record in google sheets

$
0
0

I have a google sheet that looks like this:

Player 1 namePlayer 2 NamePlayer 3 NamePlayer 4 namePlayer 1 Pre-Game ELOPlayer 2 Pre-Game ELOPlayer 3 Pre-Game ELOPlayer 4 Pre-Game ELOPlayer 1 Post-Game ELOPlayer 2 Post-Game ELOPlayer 3 Post-Game ELOPlayer 4 Post-Game ELO
DanStacyDerekJoel15001500150015001560144014401440
StacyDanDonnyIvankaxxxx

For the second row, to determine each player's pre-game ELO, I need to find each player's most recent Post-Game ELO. This is difficult, because I do not know if Dan's most recent game was as player 1, player 2, player 3 or player 4.

How can I perform this lookup?

I have tried VLookup, but that only outputs a value in some given column. I need different columns depending on which place the player was most recently in.


Viewing all articles
Browse latest Browse all 9782

Trending Articles