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

How to increment the number using cell value

Gsiva3
8 - Asteroid

Hi Team,

 

I have "50" in column A and BA in Column B. If the length of column B is equal to 2 then the Column A number should include next series number to it.

 

 

Input
Column AColumn B
50AC
49A

 

Output
Column AColumn B
5051AC
49A
2 REPLIES 2
binuacs
21 - Polaris

@Gsiva3 one way of doing this

image.png

Gsiva3
8 - Asteroid

Hi @binuacs 

Thanks for the workflow. It worked!!

Labels
Top Solution Authors