hi Guys,
I am interested whether there is a way to avoid splitting the column DATA (attached) with text to column tool in case I want to identify lines that contains '5170030,5170031'.
i tried the simplest
IF Contains([DATA], "5170030,5170031") THEN "ABC" ELSE "DEF" ENDIF
formula, but it would not work.
Thanks a lot for the support in advance!
MateK