Duplicate row, change Status column to "inactive" based on date feild
pageella
✭✭✭
I have a list of names and would like to change the status of old rows to 'inactive' when a new submission for that name comes in. So only the most recent submission stays as active
Thanks!!
Answers
-
I would suggest inserting an auto-number column (called "Auto" in this example) and then use a formula along these lines in the [Status] column:
=IF(Auto@row <> MAX(COLLECT(Auto:Auto, [Name Column]:[Name Column], @cell = [Name Column]@row)), "Inactive", "Active")
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives