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!
Tags:
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
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives