Alteryx Designer Desktop Discussions

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

Need formula to replace an incorrect value within a combination with another value

Jack5
6 - Meteoroid

Hi all,

 

I have a dataset that has information on car brands and associated models. There is a brand/model combination within the dataset that has the incorrect model (Crux) associated with a brand (Apechete) and the incorrect model needs to be replaced with the correct model (Chare). I need to use the formula tool to accomplish this replacement. Can someone please help me come up with a working formula?

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @Jack5 

 

Use this formula tool column model

 

IF [model]="Crux" and [brand]="Apechete" then "Chare"

Else [model] endif

atcodedog05
22 - Nova
22 - Nova

Hi @Jack5 

 

Here is a workflow for the task.

Input:

atcodedog05_0-1607013690186.png

Workflow:

atcodedog05_1-1607013627270.png

 

Hope this helps 🙂 Feel to ask if you have any questions


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

 

 

Jack5
6 - Meteoroid

That worked, thanks!

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @Jack5 

 

Cheers and Happy Analyzing 😀

 

Feel free to reach out if you face any issues 🙂

Labels