Associate a calendar date with a maximum value?

R

Richard

Hi,
I have a set of columns with calendar dates in one row
and numbers for those dates in the next row.
I can get the maximum value in the numbers row, but how
do I find the calendar date associated with it?
Thanks,
Richard
 
B

Bob Phillips

Richard,

Assuming the dates are in A1:Z1, values in A2:Z2, try

=INDEX(A1:Z1,1,MATCH(MAX(A2:Z2),A2:Z2,0))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top