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.

Format name into outlook email format

wonka1234
10 - Fireball

For example my name will be John Doe, how can I create a formula to make it  "Doe, John"

1 REPLY 1
aszacilo
Alteryx
Alteryx

alyssam_0-1642801395068.png

 

 

One solution is to use the parse tool on the name column. Use a space as your delimiter to parse the full name to columns. Next, use a formula tool to create a new column. For the new column you can use this formula:  'Last name" + ", " + "First name" to get Doe, John. 

Labels
Top Solution Authors