Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Finding a specific character and moving the selection to a column if present.

Jkellen
5 - Atom

Hi,

I am working from an excel file with emails and names mixed in the same column. In order to separate the two I have used text to columns and then I wish to search these columns for the presence of the "@" character, so that I can then append emails into one column (contacte emails) and Names into another (contact names new).

My current method was using the formula:

IF Contains([Contact Names1],"@") THEN [Contact Emails] ELSE [Contact Names New] ENDIF

Capture.PNG

1 REPLY 1
MilindG
12 - Quasar

Does this hlelp?

Labels
Top Solution Authors