We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

if statement formula

jrook20
6 - Meteoroid

Hi all,

 

I am looking to create a formula for an if statement I am using in excel. The excel formula is:

 

=if(G2=“Dog”,if(H2=“B”,MAX(M2-L2,0),if(H2=“S”,MAX(L2-M2,0),ABS(L2-M2))),M2)

 

Column G is “Animal”

Column H is “Buy Sell”

Column M is “Month over Month Proce”

Column L is “Monthly Price”

 

Thanks

1 REPLY 1
binuacs
21 - Polaris

@jrook20 I think you need a combination of formula tool and summarize tool to calculate the formula in alteryx

Labels
Top Solution Authors