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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!