Hi everyone,
I'm currently having an issue trying to pull the names of the team members with the highest score in each team. I am able to pull the highest score on each team with a formula that looks something like:
=MAX(COLLECT({Smartsheet Range 2}, {Smartsheet Range 1}, "Team 1"))
=MAX(COLLECT({Smartsheet Range 2}, {Smartsheet Range 1}, "Team 2"))
=MAX(COLLECT({Smartsheet Range 2}, {Smartsheet Range 1}, "Team 3"))
However, I am trying to pull the names of these people.
For Team 1 my return should be "Sammy Voisens", Team 2 should return "Michaela Chuam", Team 3 should return "Orlando Barrio".
I've been looking into Vlookups and Match/Index formulas but I can't get them to work when making the lookup tables conditional (by team). How do I approach this? What is the solution?