IMS to to do RAIL sheet
My IMS has a list of Critical Items that I would like tracked in a RAIL sheet
Task Name, Start, Finish and Assigned to,
Currently I have been coping and pasting these values into my RAIL
my RAIL sheet column are
Task name, Assigned to, Start date, Due date, Notes, Priority
I currently use my RAIL to track meeting minutes action. I want the RAIL to track both my meeting actions and IMS if its not possible I can change it.
what formula can I use to copy these or should I use Automation.
*beginner at smartsheets
Answers
-
Hello @Rose Eze
You can use a copy row automation to copy data to the RAIL and keep it located within the IMS as well.
When I have the same data stored in multiple locations, I use a helper column to check if the data already exists in the target sheet. A COUNTIF() function works great. Set the condition so that it copies data when the count is 0.
This prevents a row being copied over multiple times.
If you want the row copied over multiple times then I recommend finding a different condition depending on your end game. If that automation runs on the entire sheet every time it's triggered, you may get a lot of copied rows and have no idea which is priority or valid data.
Future enhancements could be to have an update request sent when the due date is met and tasks haven't been noted as complete. Or, when a task is assigned, have a notification sent to the person it's assigned to.
-
@MichaelTCA lets say in the RAIL has information in ROW 1-15, if I run an automation would this override whats already in ROW 1-15. Also if I run the automation every month would it update or override.
-
Smartsheet will not overwrite what's already in the rows, only add it to the list. This is why monitoring for duplicate information can be necessary.
The update or add portion of the automation only pertains to the trigger and not the actions. The conditions will be the key in your situation.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!