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

Conditional Statements

ebledsoe22
8 - Asteroid

Hello. I am trying to change the name of a cell based on criteria in another cell. My conditional statement reads as follows, but instead of changing the desired cells to "TN", it changes it to zero. What am I doing wrong?

 

ebledsoe22_0-1666898427191.png

ebledsoe22_1-1666898580290.png

 

 

3 REPLIES 3
Luke_C
17 - Castor
17 - Castor

Hi @ebledsoe22 

 

Try this: IF [Nexus?] = 'IC' then 'TN' else [ST] endif

 

Edit - updated formula to have correct name

ebledsoe22
8 - Asteroid

@Luke_C Thank you so much!!! It worked. 😊

Luke_C
17 - Castor
17 - Castor

@ebledsoe22 Great! Be sure to accept the solution

Labels
Top Solution Authors