Greetings-
I'm trying to figure out if the way I am doing it is the most streamlined way. I have a column called assigned staff where someone can select a single individual or multiple staff members. Once selected they are emailed with info from the grid asking if they are free during form submitted time (ex meeting time). They receive a email where they can select Free or Not Free.
If a person's name is selected from column "Assigned Staff" then another column "Assigned Mike" (designated just for employee Mike) has a formula =IF(HAS([Assigned Staff]@row, "Mike"), "Mike") that fills that row in with Mike's Name. The column next to it is called "Mike Status" which populates the answer from the email Mike received with either Free or Not Free.
Basically what I am trying to accomplish is if Mike's name is selected from the drop-down Mike gets an email with the meeting time and Mike is able to respond free or not free and that information comes back to the grid to notify of his availability. I have a grid I am working on that would require two or three separate notifications of the staff which means I would have to have 4 to 6 columns designated just for Mike. Is there an easier way to gather this information from someone? Does this have to be setup for each individual staff member or is there a way to have a formula that covers everyone?