Duplicate Checkbox Column
I've been perusing the forums for how to have a checkbox column check a duplicate of a row and I can't get any of them to work the way I want them to.
Criteria for checkbox being checked:
- Row ID shows up more than once AND
- Created column is not the most recent
Once I get this figured out, I will have an automation where the rows with checkboxes checked are moved to an archive sheet. Therefore, I want the most recent version of a Row ID to stay unchecked, therefore staying on this sheet. In the screenshot below, I've shown which box would be checked.
Thank you for your help!
Best Answer
-
Try this:
=IF(Created@row <> MAX(COLLECT(Created:Created, [Row ID]:[Row ID], @cell = [Row ID]@row)), 1)
Answers
-
Try this:
=IF(Created@row <> MAX(COLLECT(Created:Created, [Row ID]:[Row ID], @cell = [Row ID]@row)), 1)
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives