Hi there,
I need help with structuring this formula:
=IFERROR(IFERROR(INDEX({Program Duration}@row, MATCH([Program Name]@row, {Program Name}@row, 0)), INDEX({Program Name}@row, MATCH([Program Name]@row, {Program Name}@row, 0))), "")
I want to index match column information to another sheet. The column names are the same names. I have referenced Program Name and Program Duration.