Hi, I am using Index, Match and Large in order to the locate the highest date (Col A) and then return its corresponding number (Col B) – see attached. It works well using this formula - unless there are duplicate dates (Col A):
IFERROR(INDEX(B1:B8,MATCH(LARGE(A1:A8,1),A1:A8,0),1),"")
I found a similar post (Index Match Duplicate Values With No Helper Cells [SOLVED]) which dealt with the data running across from A1:H2.
But I am not sure what the corresponding formula would be for data which goes down from A1:B8. Is it possible to convert their formula (see below) for my spreadsheet (without using a helper cell)?
INDEX($A1:$H1,MATCH(LARGE($A2:$H2-COLUMN($A2:$H2)/10^10,COLUMNS($A5:A5)),$A2:$H2-COLUMN($A2:$H2)/10^10,0))
I am using Excel for Mac (version 16).
Thank you,
William
IFERROR(INDEX(B1:B8,MATCH(LARGE(A1:A8,1),A1:A8,0),1),"")
I found a similar post (Index Match Duplicate Values With No Helper Cells [SOLVED]) which dealt with the data running across from A1:H2.
But I am not sure what the corresponding formula would be for data which goes down from A1:B8. Is it possible to convert their formula (see below) for my spreadsheet (without using a helper cell)?
INDEX($A1:$H1,MATCH(LARGE($A2:$H2-COLUMN($A2:$H2)/10^10,COLUMNS($A5:A5)),$A2:$H2-COLUMN($A2:$H2)/10^10,0))
I am using Excel for Mac (version 16).
Thank you,
William