Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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')
