Can you INDEX and MATCH a date from one sheet and return the value in another sheet? Seems like date format not compatible with INDEX.
The formulas that I have tried are;
=INDEX({1509LV_Schedule Range 1}, Description@row, MATCH({1509LV_Schedule Range 2}))
=INDEX({1509LV_Schedule Range 1}, Description@row, {1509LV_Schedule Range 2})
1509LV_Schedule Range 1 and 1509LV_Schedule Range 2 are both date format columns
I keep getting #INVALID DATA TYPE error