msquared99
Member
I have some dates in C1:N1 and data in C2:N4500.
I have the max value of each row of data in column O2:O4500.
I would like to in column P return the corresponding date of the max value from row 1.
I have this formula in column P to get the cell address of the max value.
=CELL("address",INDEX(C2:N2,MATCH(MAX(C2:N2),C2:N2,0)))
In column Q I have =MID(P2,2,1) to extract the column letter.
In column R I have =INDIRECT(Q2&1) to return the date in row 1.
How can I combine all this to get what I need?
Thanks.
I have the max value of each row of data in column O2:O4500.
I would like to in column P return the corresponding date of the max value from row 1.
I have this formula in column P to get the cell address of the max value.
=CELL("address",INDEX(C2:N2,MATCH(MAX(C2:N2),C2:N2,0)))
In column Q I have =MID(P2,2,1) to extract the column letter.
In column R I have =INDIRECT(Q2&1) to return the date in row 1.
How can I combine all this to get what I need?
Thanks.