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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
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