Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

excel formula in alteryx (=Cell A1&","& Cell A2)

gavinloi_
7 - Meteor

Hi all, I am trying to figure out this formula in Alteryx. I have a column of data (column A) but I would like the output to be something like column C where the data would constantly be reading from the previous cell. Would anyone have experience in this issue before or if there are any ideas/suggestions. Thank you!

 

Excel Formula.JPG

4 REPLIES 4
kamal03
9 - Comet

Hi @gavinloi_ 

 

There can be multiple ways to do this but the easiest method is to use a multi-row formula tool.

Try the below workflow and let me know if it worked for you or not.

gavinloi_.png

 

 

 

binuacs
21 - Polaris
malteryx1
6 - Meteoroid

You can simply use the multirow formula and convert the datatype to string. PFAScreenshot (8).png

gavinloi_
7 - Meteor

Thank you all! 

Labels