Hi team, please help me to replicate the excel formula in alteryx. Thanks in advance
=IF(F6=F5,0,G6/H6)
Solved! Go to Solution.
@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])
Thanks much @binuacs
@binuacs The output is coming as1 but it is in decimals 0.7855. please help
@Inactive User Makes sure the output is of type double