A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Use CF with the formula option, using a formula like
=B2>=LARGE(UNIQUE($B$2:$B$100),5)
And choose your fill color....
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a column where I would like to apply conditional formatting to the top 5 values. A couple of the cells have the same value, which fall 3, 4, and 5 in the ranking, wherein that ranking stops. I want the formatting to look at this as a 'Tie', for better lack of words and include the next two highest in the column. See example of what happens v's what I'd like it to look like.
Results I get :
Results I want:
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Use CF with the formula option, using a formula like
=B2>=LARGE(UNIQUE($B$2:$B$100),5)
And choose your fill color....
Perfect, THANKS.