I am using Excel 2016
and I need to apply a conditional formatting that will highlight (with a Green circle) the cell with the highest value from a a range of cells.
Say, I have values in Cell A1
, B1
and C1
as shown below:
A B C
Row 1 50 60 55
I need a conditional formatting that would put a green circle next to the value in the cell B1 since it is the highest value in the range of cells A1:C1
How can achieve this (without using VBA
)?