05-31-2023 03:52 AM
Hi All,
From the below data I want to compare first 2 columns and build a new column to know new user or exsiting user. I'm able to achieve this under Excel but not in Incorta.
Solved! Go to Solution.
05-31-2023 06:42 AM
Using a formula, you could use a case statement like the following:
case([Users]=[Last Month User],'Existing','New User')