I have a challenge i have been racking my brain on for a while.
I want to extract names from my ACTION ITEM cell that will update the ASSIGNMENT correctly instead of just a text string. I am using the =MID, FIND ":", LENS, FIND ":" to extract & populate the HELPER COLUMN, but then want to make sure that the ASSIGNEE will update as a recognized Contact, so that reports, status request will work corrently.
Helper Column Formula:=MID([Action Item]@row, FIND(":", [Action Item]@row) + 1, LEN([Action Item]@row) - FIND(":", [Action Item]@row))
Assignee Column Formula:????Example below that Steve is in a text/number columm Helper column Extracts the name after finding ":"But when it is used to put into the Assingee is comes across as text instead of a contact that is on the page Like Elliot and Brijesh
In the above image, even though the formula updated the correct name, it did not enter it as a recognizable smartsheet contact. I manually updated Elliot and Brijesh for the Sheet to update to the recognized Contact instead of the string text.
As for the mutliple contacts, if there is a solution, that would be great but not a priority. This approch would be applicable to extract the Due date which is in a differnet column.