I'm trying to automatically populate emails depending on team member names.
So if "John Smith" then in this column "john.smith@email.com" ""
And if "Kate Jones" then "kate.jones@email.com" ""
etcetcetc
for about 30 team members. I can get the first formula to work but how do i do it for multiple?
Tried this but didnt work
IF({Name} ="x", "email x"
IF({Name} ="y", "email y",
) )