I am trying to index/match a range with a concatenated date in a cell. The cell '10-year SGS'!F6 in the index/match formula below is a concatenated date.
The date formula is:
=CONCATENATE(E6,"/",C6,"/",A6).
The index/match formula is:
=INDEX('10-year US'!$B$12:$B$4427,MATCH('10-year SGS'!F6,'10-year US'!$A$12:$A$4427,0))
Strangely, if I type the date manually into the concatenated cell, then index/match works. The format for both cells is "date".
Does anyone have an idea?