Good afternoon Smartsheet Fam,
I'm trying to create an index formula across 4 sheets to pull into a single sheet. The formula I have tried is:
=IFERROR(INDEX({AHM.Client}, MATCH([CU Project ID]@row, {AHMPlan.CUProjectID}, 0)), INDEX({ahmne.client}, MATCH([CU Project ID]@row, {ahmne.cuprojid}, 0)), INDEX({ahmse.client}, MATCH([CU Project ID]@row, {ahmse.cuprojid}, 0), INDEX({ahmw.client}, MATCH([CU Project ID]@row), {ahmwe.cuprojid}, 0)))
It seems to have worked for the first two sets of criteria, but isn't working once I had a third and forth set of criteria.
Thoughts?