We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Return blank for cells with non-number characters?

Crispy131
8 - Asteroid

I have one field where some cells contain only numbers while others contain a mix of numbers/letters/special characters.

 

I want a formula that will return all the values with numbers only and return a blank for all the cells that contain other characters not just numbers.

 

Anyone know how I can do this? Any help is much appreciated!

 

Thanks

 

2 REPLIES 2
binuacs
21 - Polaris

@Crispy131 One way of doing this with the regex_match function

binuacs_0-1679556371092.png

 

Crispy131
8 - Asteroid

Amazing this did the trick, thank you!

Labels
Top Solution Authors