Top-10 list with ranking scores...I can't get it to work

fubar000

New Member
Joined
Nov 28, 2022
Messages
12
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Hi everyone,

I’m new here and this is my first post.

I’m trying to build a simple risk registry to rank my risks. I’m not that skilled in Excel, but I have tried as much I can. I have now reached my limit of knowledge trying to build several top-10 lists. I think I have managed to build one covering all risks that I have, but not lists for each specific area. How do I sort specific areas in column C and rank them as I have in "Top-10 Risk (All)??

The list is probably not built in the best way, and as it should but I think it works. Suggestions to fix it better would be appreciated.

So…who want’s to be my Christmas hero and help me? It will be the perfect gift for me….

I’m using O365 on both windows and Mac

Best regards, Stefan
 

Attachments

  • RISK.PNG
    RISK.PNG
    201.7 KB · Views: 15

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Hi & welcome to MrExcel.
How about for area 1
Excel Formula:
=TAKE(SORT(CHOOSECOLS(FILTER(A2:I200,C2:C200="Area 1"),1,2,7,9),4,-1),10)
 
Upvote 0
Hi & welcome to MrExcel.
How about for area 1
Excel Formula:
=TAKE(SORT(CHOOSECOLS(FILTER(A2:I200,C2:C200="Area 1"),1,2,7,9),4,-1),10)
Santa is coming early this year!!! Thanks, I’m so grateful!!

So, if I want to show top-10 among everything without specific area…how do I do that? I that I already have it, but in the weird way I did it…. this was much better and less complex.
 
Upvote 0
How about
Excel Formula:
=TAKE(SORT(CHOOSECOLS(FILTER(A2:I200,A2:A200<>""),1,2,7,9),4,-1),10)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,153
Messages
6,129,176
Members
449,491
Latest member
maxim_sivakon

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top