I am trying to build a smartsheet with data from four other smartsheets, using formulas to populate several of the columns.
I would like to create one formula per so that it may be a column formula.
Ex: This formula populates an employee's first name from one other smartsheet.
=INDEX({23BP2-FIRSTNAME}, MATCH([Position Specific Code]@row, {23BP2-PSC}, 0))
This is the formula I typed to try to reference the same information from two other smartsheets:
=INDEX({23BP2-FIRSTNAME}, MATCH([Position Specific Code]@row, {23BP2-PSC}, INDEX({23CO1-FNAME}, MATCH([Position Specific Code]@row, {23CO1-PSC}, 0))))
Is there something I can add to the second formula to make this work?
Thank you!