Mark an old submission
Hi,
I have a sheet I created where a name and status are being inputted through a Smarthseet form. I am trying to figure out a formula to mark old submissions.
Meaning if someone submits a name with the status of "Onboarding" and then submits the form again with the status "Hired", what formula can I use to mark the old submission?
I'm not sure if the Modified/Created Date option will work because sometimes a submission can happen within the same day or even the same hour.
I was playing around with duplicate and a MIN formula based on Row ID, but couldn't figure it out.
Thanks for the help!
Best Answer
-
Insert an auto-number column with no special formatting. Then you can use a formula such as
=IF(COUNTIFS(Name:Name, @cell = Name@row, [Auto-Number]:[Auto-Number], @cell> [Auto-Number]@row)> 0, 1)
Answers
-
Insert an auto-number column with no special formatting. Then you can use a formula such as
=IF(COUNTIFS(Name:Name, @cell = Name@row, [Auto-Number]:[Auto-Number], @cell> [Auto-Number]@row)> 0, 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!