Hello All,
I'm looking for excel formula for following set of data:
I'm having Names in Col A, Scores in column B and quantity lifted in Col C.
I need to find top 3 positions. First data needs to be scan through Col B and find highest score and if there is a tie, than Col C should be considered and find the highest quantity lifted, this will be consider at no. 1 position, same logic will be applied to next highest score and quantity lifted if there is a tie.
There is a catch for third position, third position will be share by two candidates.
If there is no tie in scores than it may straight determine positions.
Col D will be having positions and Col E will be having corresponding Names of winners
Sample data and output mentioned below. Any help will further save my further hours of searching. Thanks
I'm looking for excel formula for following set of data:
I'm having Names in Col A, Scores in column B and quantity lifted in Col C.
I need to find top 3 positions. First data needs to be scan through Col B and find highest score and if there is a tie, than Col C should be considered and find the highest quantity lifted, this will be consider at no. 1 position, same logic will be applied to next highest score and quantity lifted if there is a tie.
There is a catch for third position, third position will be share by two candidates.
If there is no tie in scores than it may straight determine positions.
Col D will be having positions and Col E will be having corresponding Names of winners
Sample data and output mentioned below. Any help will further save my further hours of searching. Thanks
Name | Scores | Quantity | Position | Winners | |
A | 10 | 50 | 1 | D | |
B | 30 | 85 | 2 | F | |
C | 30 | 70 | 3 | B | |
D | 60 | 150 | 3 | H | |
E | 60 | 140 | |||
F | 40 | 100 | |||
G | 40 | 90 | |||
H | 30 | 71 |