=MAX($A$1:$C$3)=A1
Corrections: I have other values between the cells. I just didn't type it knowing a range would be used. I would like to highlight the max value from only using the cells A1, A3, C1, and C3 without using a range. The real data is that the cells are like 20 cells apart, with values, empty spaces, and texts in between the cells. Can it be done?Hello, based on the picture it could be:
Excel Formula:=MAX($A$1:$C$3)=A1
=MAX($A$1;$C$1;$A$3;$C$3)=A1