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.
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