Hi,
I'm trying to formulate below formula from excel in Alteryx using the formula icon, but I keeping "Malformed IF statement".
=IF(AND(E16="",F16="",G16=""),"Yes",
IF(G16="",IF((MIN(E16:F16))<K16,"Yes",MIN(E16:F16)),
IF(MIN(E16:G16)<K16,"Yes",MIN(E16:G16))))
Is there a better way to formulate this logic in Alteryx?
