I have date in columns with the variable names in the first row. I would like to return the variable name for the column where the maximum value occurs.
For example
Q R S value
2 5 3 R
3 5 6 S
9 5 4 Q
I would like a formula to return R for the 1st row, S for the 2nd row and Q for the third row.
Thanks for your help!