Collect cell value based on two check boxes in another sheet
I am needing help to collect a value from a cell in a different sheet based on two boxes checked on that sheet.
I want to collect the value in [Event Level] based on the following criteria:
[Operational Area] = "Airside" / [Max Date] is checked and [Area] is checked
Regards,
Ron
Best Answer
-
Hello! Hopefully I followed you scenario correctly...
You could do a Helper field that combines the two checkbox fields. Then you can JOIN-COLLECT any values that have Helper = truetrue.
Helper Column with Column Formula: =JOIN([Max Date]@row:Area@row, "")
Your Collection field: =JOIN(COLLECT([Operational Area]:[Operational Area], Helper:Helper, ="truetrue"), ", ")
Hope this helps! Please let us know if that works for you.
Answers
-
Hello! Hopefully I followed you scenario correctly...
You could do a Helper field that combines the two checkbox fields. Then you can JOIN-COLLECT any values that have Helper = truetrue.
Helper Column with Column Formula: =JOIN([Max Date]@row:Area@row, "")
Your Collection field: =JOIN(COLLECT([Operational Area]:[Operational Area], Helper:Helper, ="truetrue"), ", ")
Hope this helps! Please let us know if that works for you.
-
;Thank you Victoria!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!