Alteryx Designer Desktop Discussions

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

Selecting Middle Name with Formula tool

phajiyev
5 - Atom

Hi, I have a column which have names in full format (e.g. Robert Downey Junior), and I want to extract the middle name (Downey) with formula tool, any suggestions?

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @phajiyev 

 

You can use regex formula like below.

 

Workflow:

atcodedog05_0-1642780363296.png

 

Hope this helps : )

 

MarqueeCrew
20 - Arcturus
20 - Arcturus

@phajiyev ,

 

How about:

 

GetWord([Full Name], 1)

 

Cheers,

 

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
phajiyev
5 - Atom

Thank you both!

Labels