Conditional Formatting - Highlight Rows with the Top 3 Risks

LYoung33

New Member
Joined
Jan 24, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I am building a template risk register and in addition to the conditional formatting I have for High, Medium, Low I would now like the sheet to be able to highlight the TOP 3 risks within the sheet based on the values in column G.

This is an example of how the template looks currently:

1706109955293.png


And this is how I would like it to pull out the top 3 risks based on the values in column G... top 3 highest values to be highlighted in yellow like so (ideally not going over the RAG colour already in column G)

1706109902933.png


Thank you in advance!
 

Attachments

  • 1706109478573.png
    1706109478573.png
    82 KB · Views: 2
  • 1706109581564.png
    1706109581564.png
    85.7 KB · Views: 4

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
I think this should work. Check this and revert -

Use below to conditional Format the whole range -

Excel Formula:
=OR($G1=Large($G:$G,1),$G1=Large($G:$G,2),$G1=Large($G:$G,3))
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

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