Hi Smartsheet Community,
I’m looking for guidance on linking a column between two Smartsheets while ensuring that the linked column in the destination sheet functions as a dropdown selection that updates dynamically as the source sheet changes.
Here’s what I need:
- Source Sheet: Contains a column with dropdown values that may change over time.
- Destination Sheet: Needs to reflect the dropdown list from the source sheet and update automatically if the source list changes.
- I want the destination column to remain a dropdown selection rather than static text.
I've explored cell linking and cross-sheet formulas (INDEX, JOIN, etc.) and was using this formula:
=INDEX({{Oak Medical Facility Details Master List U Range 1}}, MATCH([@ID], {{Oak Medical Facility Details Master List U Range 1}}, 0))
Any suggestions or best practices would be greatly appreciated!
Thanks in advance! 🚀