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.
SOLVED

Replicate excel formula

Inactive User
Not applicable

Hi team, please help me to replicate the excel formula in alteryx. Thanks in advance

 

 =IF(F6=F5,0,G6/H6)

4 REPLIES 4
binuacs
21 - Polaris

@Inactive User @This can be achieved by using the multirow formula tool

 

in the multirow formula tool add the below formula and select the field type as double 

 

IIF([Row-1:R] == [R], 0, [S]/[T])

Inactive User
Not applicable

Thanks much @binuacs 

Inactive User
Not applicable

@binuacs The output is coming as1 but it is in decimals 0.7855. please help

IraWatt
17 - Castor
17 - Castor

@Inactive User Makes sure the output is of type double

Labels
Top Solution Authors