Has the cloning of a column within the same sheet feature been developed? I saw the discussion back in 2016.
Thanks
Christi
Hi Christi,
There isn't a way to clone a column so that it would copy all of the column data over to a new column in the same sheet.
You could create a new column and add a formula such as =[referenced column]@row with the "referenced column" being the column you would like to clone.
You could also duplicate a conditional formatting rule and change the column name. Details on conditional formatting rules can be found in our Help Center: http://help.smartsheet.com/articles/516359-conditional-formatting
When you have a moment, please submit a product enhancement request to let our Product team know that you'd like the ability to clone columns. The product enhancement request form is located in the Quick Links section to the right of this discussion.
Cheers!
Corinne
Hello, I am unsure of the feasibility of this goal but am hoping someone could provide some insight. Within my organization we have the following structure Workspace → Workspace → Folder. Within this folder we have additional folders that are added through an API integration we have setup. I am hoping we would be able to…
Hi, I have a large Smartsheet, I want to generate a row report that reduces information displayed down to a specific group. For that Row Report, if I were to generate an API token and share it to a third party, will that third part have access to the information on the original 'Grid' sheet, or will it be reduced to what…
Up until last week, the totalPages and totalCount parameters functioned as expected when performing a simple GET call to /sheets. If there were 150 sheets, then it would show "totalPages": 2, "totalCount": 150. As of Friday of last week, it seems like it is showing "totalPages": 1, "totalCount": 100 any time there are more…