Hello Everyone,
Working on Alteryx for the first time, but not an excuse for not being able to convert this to Alteryx Expression. I am somehow getting confused about how IF and IIF work in this tool. For now, I request you to help me convert the following Excel Formula to an Alteryx usable formula.
If the below formula is not clear to understand, I appreciate if you can provide me with an example on how I can write a NESTED IF expressions.
Thanks.
=if(
and(
value(Sheet1[ID])>=value(Sheet1[Record1]),
value(Sheet1[ID])<=if(isblank(Sheet1[Record2])=true,
value(Sheet1[Year])
),
value(Sheet1[ID_A2]),
if(isblank(Sheet1[Record2])=true,value(Sheet1[IDS_1]),value(Sheet1[IDS_3A]))
)