I have been struggling to get this for many days, but could not find the exact thing I am looking for on any forum.
I have an excel table as below. I need to get the sum of top 3 budgets for every region and project ranking.
-------------------------------------------------
Region Project Ranking Budget (in USD '000)
-------------------------------------------------
ME Low 52.0
ME Low 55.0
ME Low 21.0
ME High 10.0
CE Medium 12.0
CE Low 8.0
ME High 8.0
ME Medium 22.0
ME High 15.0
CE Medium 19.0
ME Medium 8.0
ME Medium 20.0
WE High 9.0
ME Medium 13.0
ME High 16.0
I am okay to use pivot if the solution is easy. Sumifs or sumproduct formula solution should also be okay.O/p should be like this:
Please note: The totals below are just dummy numbers.
Region High Low Medium
ME 200 100 30
CE 300 100 150
WE 220 120 120
Shall appreciate a quick response.
I have an excel table as below. I need to get the sum of top 3 budgets for every region and project ranking.
-------------------------------------------------
Region Project Ranking Budget (in USD '000)
-------------------------------------------------
ME Low 52.0
ME Low 55.0
ME Low 21.0
ME High 10.0
CE Medium 12.0
CE Low 8.0
ME High 8.0
ME Medium 22.0
ME High 15.0
CE Medium 19.0
ME Medium 8.0
ME Medium 20.0
WE High 9.0
ME Medium 13.0
ME High 16.0
I am okay to use pivot if the solution is easy. Sumifs or sumproduct formula solution should also be okay.O/p should be like this:
Please note: The totals below are just dummy numbers.
Region High Low Medium
ME 200 100 30
CE 300 100 150
WE 220 120 120
Shall appreciate a quick response.