Hey pro team,
I'm looking for advice to solve two lookup-related challenges from the same data set. I've started a fantasy league for Formula 1 with some friends and would like to capture the results of our scoring pool for each race. I've created a tracker spreadsheet that lists our "Players", their "Picks", and the scores of their picks. What I would like to do with two separate formulas is 1: Lookup and return the Pick with the most points from that race week, and 2: Lookup and return the Player with the most points from that race week.
Here's an example of how the data is structured:
And here's a table of the results summary where I am looking for help with the formulas:
Formula 1: Pick Winner - Just need a simple way of looking up which "Pick" driver had the most (Max) points for each race. Would need to lookup the race (ex. "Bahrain"), then fine the max value in column "D" and return the "Pick".
The result for C2 should be PER and the result for C3 should be LEC.
Formula 2: Player Winner - Similar to Formula 1, but need to "sum" the points received for each Player, THEN apply the "Max" formula to find the most points, THEN return the Player name.
The result for B2 should be Jim, and the result for B3 should be Dwight.
Would be amazing to find a way to do this in a single formula, instead of with helper tables or columns - but I know that's going to be challenging.
Thanks in advance!
I'm looking for advice to solve two lookup-related challenges from the same data set. I've started a fantasy league for Formula 1 with some friends and would like to capture the results of our scoring pool for each race. I've created a tracker spreadsheet that lists our "Players", their "Picks", and the scores of their picks. What I would like to do with two separate formulas is 1: Lookup and return the Pick with the most points from that race week, and 2: Lookup and return the Player with the most points from that race week.
Here's an example of how the data is structured:
A | B | C | D | |
1 | Race | Player | Pick | Points |
2 | Bahrain | Dwight | VER | 10 |
3 | Bahrain | Jim | PER | 15 |
3 | Bahrain | Michael | LEC | 0 |
4 | Bahrain | Dwight | SAI | 5 |
5 | Bahrain | Jim | RUS | 8 |
6 | Bahrain | Michael | ALO | 6 |
7 | ||||
8 | Saudi | Dwight | LEC | 15 |
9 | Saudi | Jim | VER | 10 |
10 | Saudi | Michael | PER | 5 |
11 | Saudi | Dwight | SAI | 8 |
12 | Saudi | Jim | ALO | 6 |
13 | Saudi | Michael | RUS | 12 |
And here's a table of the results summary where I am looking for help with the formulas:
A | B | C | |
1 | Race | Player Winner | Pick Winner |
2 | Bahrain | Formula 2 (Result: Jim) | Formula 1 (Result: PER) |
3 | Saudi | Formula 2 (Result: Dwight) | Formula 1 (Result: LEC) |
Formula 1: Pick Winner - Just need a simple way of looking up which "Pick" driver had the most (Max) points for each race. Would need to lookup the race (ex. "Bahrain"), then fine the max value in column "D" and return the "Pick".
The result for C2 should be PER and the result for C3 should be LEC.
Formula 2: Player Winner - Similar to Formula 1, but need to "sum" the points received for each Player, THEN apply the "Max" formula to find the most points, THEN return the Player name.
The result for B2 should be Jim, and the result for B3 should be Dwight.
Would be amazing to find a way to do this in a single formula, instead of with helper tables or columns - but I know that's going to be challenging.
Thanks in advance!
Last edited: