Sign in to join the conversation:
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
SSFeatures has a Column Templates feature that could help here. You could save the columns as a template once, then paste them into each of your 25 sheets. It keeps column types and properties intact.
Another option with SSFeatures - You can set up the column once, and then copy and paste it into your other 25 sheets.
Best!
Disclosure: I'm the creator of SSFeatures.
@Paul Newcome , Hope you are well. Question for you, meant to ask quite some time ago but forgot. You had shared this right after Engage 2025. I'm unfamiliar with the view and how to create it. Can you tell me about this view?
I am trying to change owner on a Smartsheet sheet to the owner of the workspace it is located in. I keep getting an error message stating the permissions need to be managed at the workspace level. I am unable to change owner for the sheet at the workspace level. Not sure how to accomplish this change. HELP!
I would like to add two dynamic filters as a widget within my Dashboard to define a date range (start and end date) which would then return a count value to that same Dashboard. I have been searching for answers but am not coming up with the solution I'm looking for. What is the cleanest way to configure this?