Hi, I am having trouble with one of my tables. Specifically, the "Merged Emails (2)" column. I want this column to merge together the valid emails from the merged "Work Email (SMB)" column and the "Validate Email" column which is right after my "Email from ZI" column. Can you help me put in the right first and then statements in the "Merged Emails (2) column to reflect what I want? I can share my table link if that helps.
To merge the valid emails from your two columns, you can follow these steps:
1. Click "Add Column" > "Merge columns"
2. Use a formula with conditional logic like this: LBKSIF {{Work Email (SMB)}} exists THEN {{Work Email (SMB)}} ELSE IF {{Validate Email}} exists THEN {{Validate Email}}LBKS
This formula will first check for a valid email in the "Work Email (SMB)" column, and if it doesn't exist, it will use the email from the "Validate Email" column.
Make sure to test the formula to ensure it's picking up the data correctly from both columns.
Was that helpful?
Looks like you're still looking for help.
If youβre dealing with a specific table, drop the URL below so we can help you quicker. Otherwise, someone from our team will be in touch soon!
I mean't I need the proper "First Try" and "Then Try" sections in this "Merged Emails (2)" column. I can't seem to figure out the "Then try"
Hey - Do you mind sending the link (url) to the table so we can take a look?
Hi Bo, I actually just got this fixed with Owen. Thank you!