I have a table in Excel. In each row, I want to highlight the columns corresponding to the maximum value in this row.
For example, if I have this table:
0 1 2 3
4 5 3 5
8 9 3 4
I want to highlight 3 lines 1, 5 in line 2 and 9 in line 3.
How to do it automatically?
THANK!
source
share