Cross references automated
Objective:
I am attempting to establish an automated process in Smartsheet where values from a "Date" column in a "Source" sheet are accurately copied over to a "Target" sheet. This aims to ensure that when new rows are added to the "Source" sheet, the values in the specific column are instantly replicated in the "Target" sheet.
Details:
- The column of interest solely contains date values.
- I’m not seeking to perform any calculations such as with COUNTIFS or SUMIFS, but rather, I’m looking to transfer each value exactly as it is (1:1) from the "Source" to the "Target."
Process Needed:
I would like to set up a system where the formula, once applied, can be extended or dragged down to accommodate and automatically reflect additional entries that may be added in the future to the "Source" sheet.
Answers
-
I'm not sure if I understand completely but you could make the Target sheet have a formula column and this would apply to new records. And then you could create a workflow on the source to copy rows as needed and your columns on the target would have their respective formulas and apply as needed.
Usually, I prefer scripting where I can read in the target sheet and make all the necessary formatting, conversions, etc and push into the target sheet. This gives me a lot of control and is easy to maintain for a large number of processes.
Ryan
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
-
I would like to create a column formula, but I am unsure how to reference cells from the target sheet without creating manual links. Could you please advise on how to achieve automated linking or referencing for the cells from the desired sheet?
-
So, you can programmatically create cross sheet references like this -
Which means you could create a reference on an interval and update the target with the reference.
I really prefer scripting in these cases to be honest as this can get a bit cumbersome and hard to maintain.
If you do it the scripting way, then all you need to do is watch for new records on source, do the necessary processing and upload to the destination.
Ryan
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!