Update a cell automatically in secondary sheet when cell is updated in intake sheet.
Can someone please help me out with a formula to update a cell in a secondary sheet when a corresponding cell is updated manually in an intake sheet?
When the BU# is entered manually in Sheet 1, I would like it to automatically be updated in Sheet 2. The Property Name is the unique identifier. Thank you!
Best Answer
-
@EmilyRamirez try this:
=INDEX (COLLECT ({sheet 1 BU}, {sheet 1 property name}, [Property Name]@row),1)
Answers
-
=INDEX({BU#},MATCH([Property Name]@row, {Property Name},0))
-
@EmilyRamirez try this:
=INDEX (COLLECT ({sheet 1 BU}, {sheet 1 property name}, [Property Name]@row),1)
-
@Lucas Rayala this worked, thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!