Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Formula Help

lac
7 - Meteor

Hello,

 

I'm new to Alteryx and hoping someone can help me.

 

Trying to replace specific cells (not all) in a column with a different name than in source data but can't figure out the formula to do so. I want to leave all of the data not listed below, the same. Only looking to change these three.

 

Column heading is called = Structure

 

CurrentNew
EBE-ProcessingEBE
EBE-ApplicationEBE
EBE-ImplementationEBE

 

Thank you!

 

1 REPLY 1
Thableaus
17 - Castor
17 - Castor

Hi @lac 

 

There are several ways to do that.

One is using Switch function, which works like a CASE Statement.

Or if you want more flexibility and less hardcoding, you could use Find and Replace Tool

 

Cheers,

Labels
Top Solution Authors