I am trying to update a row based off a helper sheet with form entries. I am trying to take the latest entry for a certain individual and update their status. I am thinking the MAX(COLLECT function is what I am needing however am running into some difficulties.
I have 2 columns column 1 representing the person and column 2 representing their status. I have the same 2 columns in my helper sheet that is being updated with the individual's status from a form. I am trying to get my main sheet to simply update or override the status field with that individual's latest entry (since forms cant update a cell I think this is the easiest method to try).
I have a dashboard based off my main sheet, just needing a way each person can update their status without someone having to make changes on the sheet itself.