Sign in to join the conversation:
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'm trying to create a formula that will output a Product category. Below is the formula and I've provided a screenshot of the columns involved. =IF(AND(Folder1 ="default", [Cost Category]1="Printer : Plex", ISNUMBER(FIND("Color",[Cost Option]1))), "Color Impressions", If(AND(Folder1="default", [Cost Category]1="Printer :…
Hi All, I have a project plan with a column called "Owner" that has a column type of contact list. The contacts are from multiple companies. It's a large project plan. I have created columns that have a column type of checkbox. I want to check the box if the owner is from a certain company (which can be determined by the…
Hello, I am trying to use JOIN-COLLECT to populate a cell with a contact by pulling from another sheet. However, when I use this formula it populates the cell with the name of the contact as a text string, but does not populate the cell with the contact itself. Both the column of cells being populated and the column the…