I need to pull in all of the email addresses from a sheet into another sheet so that my workflow can alert the people listed in that cell. I have the cell set up as a contact list allowing multiple contacts.
I need to pull all the emails for "Anywhere US" where the level is "Major" into the sheet that has my workflow when a new row is added via a SmartSheet form:
This was the formula I tried but I am getting "unparseable" errors:
=INDEX(COLLECT({Incident Call Tree Range 1}, {site}, Site@row, {Level}, Level@row, "Email"), 4)
What am I doing wrong? Do i need to create a VLOOKUP in the COLLECT function? Is this even possible with SmartSheet?