What formula would I use to cross reference these sheets?
I have 2 sheets Events and Spaces. The spaces sheet has 4 columns labeled with the building that houses the spaces listed below it. The events sheet has a list of events and the corresponding spaces the event will use labeled as Booked Spaces. I would like to cross reference and have the value(s) returned for the building(s) that correspond to the booked spaces in the column labeled Site.
Thank you for your help!!
Answers
-
Hi,
I just wrote this formula for you, and I think it should point you in the right direction.
=JOIN(COLLECT({Lot Reference}, {Center Reference}, CONTAINS(@cell, [Booked Spaces]@row)), ", ")
Let's say that in Sheet 2 you wanted to get all of the "Lots" from Sheet 1 for each of the booked spaces. This formula will collect all of the lots from Sheet 1 by scanning all of the centers in Sheet 1, and only collecting the lot if the name of the center is in "Booked Spaces". If there are multiple selected lots, then we add a comma and space to separate them.
I hope this helps!
SSFeatures
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com)
SSFeatures - The browser extension that adds essential features into Smartsheet.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!