Hi,
I'm attempting an Index Match to look up values in two seperate columns and return a value from a third column.
This is already working properly in my spreadsheet. However, one of the values to look up is a date in the format 31/01/2011 - which I think is the reason it is now returning an error.
Do I need to insert a prefix for this value... like MONTH(), DATE() or something?
This is the formula I have got so far:
=INDEX('Contracts Full Listing'!A:O,MATCH(Forecast!B5&K5,'Contracts Full Listing'!B2:B950&'Contracts Full Listing'!K2:K950,0))
Bookmarks