Goal: Create a list of email addresses that Accepted a Google Calendar Invite, a list of people that Declined, and a list of people that NeedAction.
My Data: I have 2 text fields with my data, called "All Emails" and "Attendee Status" (grabbed via Zapier).
All Emails = "email1,email2,email3,email4,email5, email6"
Attendee Status = "accepted, accepted, needAction, declined, accepted, declined"
In a new formula, I want to display everyone that accepted. It should print:
"email1, email2, email5"
In a new formula, I want to display everyone that declined. It should print:
"email4, email6"
In a new formula, I want to display everyone that needsAction. It should print:
"email3"
Any help is appreciated; i feel like i exhausted the docs and attempts. Thanks!