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

IF Formula Question

Cferrer6
8 - Asteroid

Hi all,

 

I am new to Alteryx. Does anyone know how to complete an If formula for below? 

 

Attached Photo shows my report. IF the number is negative (or less than 0) then i want to multiple it by -1 to make it positive AND i want to change the rmk from 63 to 13. Any suggestions?

 

 

2 REPLIES 2
echuong1
Alteryx Alumni (Retired)

Both of these can be accomplished with a conditional statement in a formula.

 

I started by updating the Rmk field. I created a statement to say if AR <0 then change it to 13, otherwise leave it as is. I then used a similar formula to multiple AR by -1 if negative.

 

echuong1_0-1612843570237.png

 

Cferrer6
8 - Asteroid

It worked perfectly! Thank you so much

Labels
Top Solution Authors