Skip to main content
Solved

Combining 2 columns with email addresses

  • September 16, 2020
  • 2 replies
  • 0 views

Forum|alt.badge.img

I have 2 fields that contain email addresses. The first column contains 1 email address and the the 2nd column contains multiple email addresses. I want to create a 3rd column that combines both fields with the appropriate commas separating each email address. What formula can I use?

Best answer by Kamille_Parks11

Try something like:

{Email Field 1} & ", " & {Email Field 2}

(This assumes the multiple emails in the second field are already comma-separated)

View original
Did this topic help you find an answer to your question?

2 replies

Kamille_Parks11
Forum|alt.badge.img+25

Try something like:

{Email Field 1} & ", " & {Email Field 2}

(This assumes the multiple emails in the second field are already comma-separated)


Forum|alt.badge.img
  • Author
  • Known Participant
  • 12 replies
  • September 16, 2020

Thanks for the quick response @Kamille_Parks!


Reply