Sign in to join the conversation:
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
Dear Community, i have a question, is there anyway to pull the Form link automatic into a sheet or call it by API? Of course i understand that is i have multiple Forms in One Sheet i have multiple adress Like Sheet 1 Adress 78654654 Form A — 4788 Form B — 47654 Is there any logic in the adress so we can match it and pull?
Hi all, We have an account on the Business Plan and are using the List Users API to retrieve user details. However, when we make the API call, only a few fields are returned, matching what's documented in the API docs. Additionally, when we try to use the planId query parameter, the API returns a 502 error with the…
Hello, I'm trying to use the Smartsheet API to get a list of sheets in a workspace using: https://api.smartsheet.com/2.0/workspaces/{workspaceId}/ However, my workspaces are organized with folders and this only returns the top level folder and nothing else. How can I have this return every child object in the workspace no…