dragon6614
New Member
- Joined
- Apr 12, 2023
- Messages
- 2
- Office Version
- 2019
- Platform
- Windows
Hello,
I am having trouble correcting this formula to generate the list of names properly.
I have a table called tbl_Delta and inside are many columns. For the purpose of this question, I am trying to return the data from the column [Player] based on the lowest 10 values in the column [Power].
The formula I am using is: =INDEX(Tbl_Delta[Player],MATCH(SMALL(Tbl_Delta[Power],ROWS($C$5:$C5)),Tbl_Delta[Power],0))
The problem is I am getting the "MATCH" on the first instance of the "0" and not getting the second players name.
The table is in a sperate worksheet than this list FYI.
I have tried researching this but having trouble finding the fix. The 3rd and 4th row should be different players.
Any help would be greatly appreciated.
I am having trouble correcting this formula to generate the list of names properly.
I have a table called tbl_Delta and inside are many columns. For the purpose of this question, I am trying to return the data from the column [Player] based on the lowest 10 values in the column [Power].
The formula I am using is: =INDEX(Tbl_Delta[Player],MATCH(SMALL(Tbl_Delta[Power],ROWS($C$5:$C5)),Tbl_Delta[Power],0))
The problem is I am getting the "MATCH" on the first instance of the "0" and not getting the second players name.
The table is in a sperate worksheet than this list FYI.
I have tried researching this but having trouble finding the fix. The 3rd and 4th row should be different players.
Any help would be greatly appreciated.