Hi,
I have a sheet with a single column that has a large range of numbers. I would like to use conditional formatting to highlight the highest number and the lowest number within this column so its easy to see when viewing the sheet.
I can use the functions Max() and Min() to find the highest and lowest values, but these results are in separate cells to the main column.
How do I then use these two results to conditional highlight the corresponding cells / rows?
Regards