I have used the same template to create a tracking system throughout our company and now have 25 sheets. I have been asked to add a column to the template and all existing workbooks. Does this need to be done manually one at a time?
Yes, unfortunately, it does.
a way to automate adding columns across multiple sheets is through the API, if you are comfortable writing code - http://smartsheet-platform.github.io/api-docs/?python#add-columns
Weighing up the practical considerations, if the extra column does not have formulas (i.e. they are just manually entered values), is not being referenced via cell links (that you have to set up for each sheet) and we're only talking about 25 sheets, then you're probably better off just creating the columns manually and moving on.
An easier way to add a single or multiple columns is to create a new sheet with the new column(s). Then you can copy the blank row to the desired sheets. If the target sheet does not already contain the new column(s) they will be added.
Advantages: the column data type is maintained. Saves lots of time if you are adding multiple columns. Doesn't affect the data since you are adding a blank row.
Disadvantages: formulas can't be copied into a sheet. There could be a better way but I haven't found it yet.
Hope this helps!
Hi Mike,
Great, advise! I also do that, and I also put a unique character before the formula so it's just text and after I copy the row to another sheet I search and replace that character and that will activate the formulas in the new sheet.
Hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hello community, I need help figuring out how to set up a sheet to collect monthly comments on several projects. Each project is assigned to a different person who need to provide monthly feedback on its progress. Ideally, I would like them to receive a reminder notification on the report due date, followed by reminders if…
Is it possible that a workflow that MOVES rows to another sheet too basically do a CUT/PASTE (like in Excel), and then you are left with BLANK rows on your original sheet? I cannot think of any other LOGICAL reason why this would happen. The users enter the data from an Intake Form, it gets placed onto this sheet. They do…
Hi. I have a sheet where I am sorting dates by ascending order. But the sorting functionality doesn't seem to be working. Instead of bringing all items with date values to the top of the sheeting and sorting them in ascending order, it leaves a gap. Is it a result of the "Next Review Due" column containing a column formula…