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
I have a Pro plan but I cannot create ANY reports. The system does not allow me to choose a folder, and consequently a sheet to create a row report and suggests an upgrade to Business or Enterprise. I'm quite new to Smartsheet and feel a bit disappointed with this limitation, or maybe I'm just doing something wrong. Alberto
I have multiple items that each have their own statuses and that roll up to "workstreams" or swimlanes. On the dashboard, I would like to show the progress of the items by swimlane without breaking it out into separate widgets for each. This would ideally be a stacked bar where each bar represented the Items and was broken…
Hello, I use Smartsheet in such way that people are asked to provide data on many records and then that data needs to be approved by one other person (always the same person). I would like to set up an automation that, each morning, checks to see if there are records waiting to be approved, and if there are, sends an…