Join function with multiple criteria to create a checkbox
Hi All,
I'm looking for some help with trying to populate a check-in list from submission data.
I use this formula to check for the weekly submission and it brings back a value of True.
=JOIN(COLLECT({YES}, {submit date}, [test date]@row, {Name}, [Name 1]@row))
I was trying to take the answer from the above and if true make it a checkbox as that is the field. I tried it with this formula but I get "#Incorrect argument set".
=IF(AND(CONTAINS([test date]@row, {submit date})), (CONTAINS([Name 1]@row, {Name})), 0, 1)
I can accomplish the check box by using automation and changing the field if it is "true" but I have to do this for 52 weeks and I'd rather not create 52 automation rules.
Sheet 1
Sheet 2 - This has all the submission information on it but I'm focused on if the submission date and submitter match bring back the Yes field. The Yes field gets populated when the record is created.
Best Answer
-
Try somethign like this:
=IF(JOIN(COLLECT(............)) = "true", 1)
Answers
-
Try somethign like this:
=IF(JOIN(COLLECT(............)) = "true", 1)
-
@Paul Newcome Thank you! That worked like a charm. I appreciate you taking the time to address my question.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!