I'm trying to perform a excel calculation in Alteryx. Need guidance in how to write the same in alteryx.
Attached sample excel book.
Formula : =IF(A3="","",IF(COUNTIF(A:A,A3)>1,COUNTIF(A$2:A3,A3),1)) .
To mark the count as 1 if found in first instance and the subsequent instance should be marked as 2,3,..... for a given Name/ID.
Thanks in advance.
