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

Change cell value for other

helton_hls
5 - Atom

I'm working in a table that I could replace the Cell Values "Palestra Itália" for "Palmeiras".

Can you please, indicate the best tool to perform this actions?

1 REPLY 1
jamielaird
14 - Magnetar

Hi @helton_hls ,

 

Use a Formula tool with a Replace function:

 

Replace([Field],"Palestra Itália","Palmeiras")

 

where [Field] represents the field that contains the data you want to change

 

If you have multiple values to change you can also use the Find & Replace tool.

 

Labels
Top Solution Authors