I have a column of numbers which uses conditional formatting to highlight the max value, but i want excel to find the highest value in a column and give me the corresponding value in another cell.
In the attached document I want the value in column G which is in the same row as the Max value in column D
My thinking is "if column D is a maximum, give me column G"
So i used the formulas :
=IF(MAX=G3:G363, D3:D363)
=IF(G3:G363=MAX, D3:D363)
Bookmarks