Hello,
I have two different tables, one that has a list of levels and the middle 50% of point ranges associated with each level - see the below sample
The second table has a list of players, their total score, and level. I need a formula that will look up the level in table one and return a Yes if the total score falls within the lower and upper point ranges noted for that level.
For example, if a player was at level 4 and had a score of 450, Yes would be returned. But if the score was 411, a no would be returned.
Please note that the data must remain sorted by player name. The levels and scores are not sorted and I can't change this.
Thanks.
I have two different tables, one that has a list of levels and the middle 50% of point ranges associated with each level - see the below sample
Level | Lower Point | Upper Point |
4 | 425 | 475 |
3 | 325 | 375 |
2 | 225 | 275 |
1 | 1250 | 175 |
The second table has a list of players, their total score, and level. I need a formula that will look up the level in table one and return a Yes if the total score falls within the lower and upper point ranges noted for that level.
For example, if a player was at level 4 and had a score of 450, Yes would be returned. But if the score was 411, a no would be returned.
Please note that the data must remain sorted by player name. The levels and scores are not sorted and I can't change this.
Thanks.