I have an Excel table like the following:
1 2 3 4 5 6 7 8
----------------------
3 3 3 3 3 1 1 1
4 4 5 4 4 4 4 3
and I need a conditional style to highlight the items with the highest frequency in each row.
For example, the cells with an * would be highlighted:
1 2 3 4 5 6 7 8
----------------------
3* 3* 3* 3* 3* 1 1 1
4* 4* 5 4* 4* 4* 4* 3
I know that there are formatting rules for highest and lowest values or percentiles, but that's obviously not what I need.
Any ideas?
Here's part of my spreadsheet:




