accessing a date cell adjacent to an Max field

A

AMP

Hello,
I have a list dates and numbers in a sheet and I want to find the DATE
cell that is related to the number cell.
I could find the Max number but I only really want the corrisponding
date.
This is probobly 1st grade excel, but I've never done it.
Thanks,
Mike
 
P

Pete_UK

Suppose your dates are in column A and your numbers in column B. Try
this somewhere else (eg C1):

=INDEX(A:A,MATCH(MAX(B:B),B:B,0))

Hope this helps.

Pete
 
A

AMP

Suppose your dates are in column A and your numbers in column B. Try
this somewhere else (eg C1):

=INDEX(A:A,MATCH(MAX(B:B),B:B,0))

Hope this helps.

Pete



- Show quoted text -

Pete,
Great,
Thanks
Mike
 

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