Hi there,
Im trying to use the formula I used on excel, on a alteryx workflow, but the language is somewhat different.
how can I translate this formula, to alteryx language?
=IF(LEN(TEXT(NUMBERVALUE(MID(Q2,SEARCH("4",Q2),7),"."),"0"))=7,NUMBERVALUE(MID(Q2,SEARCH("4",Q2),7)),"")
thankyou all!