Hello Chandoo.org community.
I developed a Risk Register where each risk is associated with a number value (column B). I want the top 5 risk names (column A) to show on a dashboard based on their numeric value.
I can do this with Index + Match + Large functions as long as none of the number values are the same. However, there will be situations where more than one number value will be the same.
Is there way in Excel to handle this scenario? I truly appreciate your time and expertise.
[pre]
[/pre]
I developed a Risk Register where each risk is associated with a number value (column B). I want the top 5 risk names (column A) to show on a dashboard based on their numeric value.
I can do this with Index + Match + Large functions as long as none of the number values are the same. However, there will be situations where more than one number value will be the same.
Is there way in Excel to handle this scenario? I truly appreciate your time and expertise.
[pre]
Code:
A B
1 Risk 1 36
2 Risk 2 36
3 Risk 3 20
4 Risk 4 15
5 Risk 5 5
6 Risk 6 30