Sign in to join the conversation:
If you save a workspace as new and rename it, would you also have to rename the sheets that are in the workspace?
Just wondering if they were the same would that mess up any formulas?
Thanks,
Cheryl
Hi Cheryl,
Fortunately, no you don't need to rename the sheets it will continue to work.
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Cheryl,
In addition to what Andree mentioned, if you do need to rename sheets, reports, etc. it will not break any formulas or links.
I have a workspace that I use as a template for other programs and I need to change the names of the sheets to reflect the new program name for the end users.
To add to Marks clarification.
I would recommend that you have a naming convention because it will make it a lot easier to find what you need and it will also make it easier to set up reports, dashboards, cell-linking and more.
Andrée
I have a parent row that I'm using to sum all child row values where Children = 0 and Status = "Not Started". This is my formula. =IF(OR(ISBLANK(Status@row ), Hierarchy@row = 0), "", IF(Hierarchy@row = 1, SUM(CHILDREN()), IF(AND(Children@row = 0, Status@row = "Not Started"), 1, 0))) However, if any of my task rows are…
Hi, I am trying to get a column that provides the Date (easy with Record a Date) but I need the TIME as well. Most of my tables I just use the right function on the Modified Date because the only thing updating those tables are automations or data imports. But a few tables have automations, data imports, and manual inputs.…
I’m hoping to get a second set of eyes from the community in case I’m missing something obvious or there’s a cleaner pattern I should be using. I’ve used ChatGPT to try and help me group/organize my situation coherently…. Because at this point I feel crazy… I’ve literally worked on this for hours. Environment •Smartsheet…