Hi Brain trust
Need help with a formula - should be an easy xlookup :-/
I want to return the Planned Date when my Index match Helper Column matches the Heritage Field trip column on my current sheet, and if no match is found return "Not Found"
have tried both below and just keep getting errors
=INDEX([Heritage Field Trip]@row, MATCH({Index Match Helper}, {Planned Date}, 0))
=IFERROR(INDEX([Heritage Field Trip]@row, MATCH ({Index Match Helper}, {Planned start date}, 0)), "Not Found")