Sign in to join the conversation:
I am trying to get a sheet to link into another however we want to be able to use the sheet over and over again and have it where it will link in new rows.
Is there a way to do this?
Please Help
Thanks
Hi Justin,
You'll need to use a formula with a cross-sheet reference instead of a cell link.
Depending on how the source sheet is structured and the information contained (e.g. are there a fixed number of rows/cells or will new rows be continually added to this sheet as well) will determine the way you go about this.
Could you please tell us a little more about what your sheets look like?
Kind regards,
Chris McKay
I have attached two files for you to assist me with. I would like the Project Check in sheet to be the sheet we keep using over and over again. The Project Information Sheet is the sheet I would like to use as the master.
I also would like to use the Project Check in sheet as a URL link from another sheet and then link it to the project information sheet as well.
I have attached a copy of where I would like to use the URL Link as well for the Project Check in form for each project.
Chris,
Is there anything I can do for the information I provided above?
So just to be clear (as you've not clearly included the sheet names in both images):
Assuming this, is the following what you're looking to achieve:
If this is correct, you will first need to add a unique identifier column into the Project Information sheet. Essentially a Project Code. This will ensure that you only one possible row can exist for each project. This would prevent issues with the one Contract Holder (Firm Name) having more than one contract. Maybe use an Autonumber column?
So if I'm on the right track, you'd want to do the following in your Project Check-in sheet template:
When I put the following formula in to the project check in sheet because that is where I would like all the information to go into from the Project Information Sheet I am getting an INVALID REF
Here is the formula:
=INDEX({Project Information Sheet Range 1}, MATCH([Project Code]1, {{Project Information Sheet Range 2}))
Chris
I actually got it working now. I do have one more question. Will the cross reference information work if we fill out a form rather than a sheet?
Glad to hear you got things working. Yes a sheet that is populated via a form will still work.
Good afternoon, I am trying to utilize Linked Dropdown Columns for a manual process we have. We have many sheets that use a "Client Name" column with a dropdown list. Whenever a new client comes on or exits, we have to manually update every sheet that has a Client Name column and update the dropdown list. We do not have…
I'm trying to create a graph chart that captures monthly count of records by divisions (Northeast, West and Central) that should be stacked with a legend displaying each by different color like a presented in Excel. When I attempt to duplicate the process in Smartsheet I receive the following results. In Excel, I created…
This should be straightforward information but I can't find it anywhere. How do the Automation triggers work for attachments? I assumed: An attachment is Added = New attachment An attachment is Changed = New version of existing attachment. But I just had an 'Added' attachment notification trigger when I uploaded a new…