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 create a new column and add an identifier after a certain word is reached

jillian
8 - Asteroid

Hi! If I have the data below, I want to write a formula that adds an identifier in a new column after the word "Total" is reached. The formula will add the word "Delete" next to Total, 100, and 200. How do I do this? Thanks!

 

Account

1

2

3

4

Total

100

200

300

2 REPLIES 2
Thableaus
17 - Castor
17 - Castor

Hi @jillian 

 

Would something like this work?

 

Using Multi-Row Formula.

 

multi-row.PNG

 

 

You can group by some field if you need to, if you have multiple totals.

 

Cheers,

jillian
8 - Asteroid

@Thableaus Thank you!!

Labels
Top Solution Authors