Hi Folks,
Is there a way to get the full URL of the current sheet so that path can be put in to a cell using a formula?
Hi,
How would you use it? What's your use case?
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi Andree,
We have a master file, each row in that file has a project list sheet.
There are cross sheet formulas to feed data fro each project file back to the master file
One of the things we want is from the Master File, being able to click on the link to get to the project sheet for that row quickly. So if I can put the URL of the sheet in a cell that is linked back to the master file, there will be no need to cut and past the URL in manually each time back to the master sheet to show where the project sheet is.
Ok.
You could set it up with Cross-Sheet formulas.
Would that work?
I am wanting to calculate Netdays but only if there is data in 'Corrective Action 1' I am currently using this formula: =IF(ISBLANK([Date Action 1 Complete]@row ), NETDAYS([Date of Event]@row , TODAY()), NETDAYS([Date of Event]@row , [Date Action 1 Complete]@row )) How do I adjust it to only pull a date when Corrective…
I have Concept phase projects that can result in multiple Phase 1 projects being generated from one Concept Review. I want to calculate the time in the Concept Phase for the first project from that Concept (the Approved Gate 0 UID), but mark it N/A for any subsequent references to that UID. I figured out the formula below…
I need to extract and split the contents of a cell in a Smartsheet into three separate columns to a new smartsheet. The cell entries are originally submitted through a form.