Update a cell automatically in secondary sheet when cell is updated in intake sheet.
Options
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!