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!

Alteryx Designer Desktop Discussions

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

Extract 3 positions from a number range

MadiNissi
7 - Meteor

Hi,

 

I have a column with data lenght of 45 numbers and just need to take the three numbers 111 of each row and create a new column to accommodate the results.

Can anyone help me with this?

 

35240841940351000160551110000009231951830810

 

Thank you.

 

1 REPLY 1
MadiNissi
7 - Meteor

Just got the solution.

I used formula with a new column and Substring function - Substring([mycolumn], 23, 3)

 

Thanks.

 

Labels
Top Solution Authors