Im trying to insert a contains function in a multirow if statement to cleanup doc numbers. I am having an issue where the data is adding characters at the end. For example
Doc Number
12345
12345A
I want to remove the A in the second doc number so I tried this formula:
IF CONTAINS([Doc Number],[Row-1:Doc Number])THEN [Row-1:Doc Number] ELSE [Doc Number]ENDIF
It is not producing the output I am looking for