I have a master sheet with promotion applications linked to a SmartSheet form. Each applicant is identified by a ID number.
There is a second sheet with the managers evaluation form. I don't want to send an update request or approval. I then want to copy the cells from the managers evaluation back in on the same row as the application in the master sheet. This way it can be viewed by future approvers.
However, each applicant may apply for multiple promotions over time. I want the copied cells to match the correct application in the master form. How would you add a MAX or COLLECT value to a formula like this to make it work?
=INDEX({Leader Evaluation - Tech Advancements Range 4}, MATCH(uID@row, {Leader Evaluation - Tech Advancements Range 3}, 0))