Hi All.
I started a new job where it heavily relies on Excel (and no one seems to know much about it anyway). So I'm stuck with no one able to help me...
I'm created a "dashboard" to collate all the information from different reporting sheets. All sheets have identical structure so it shouldn't be an issue aggregating the information in one place. I created a sheet for each project where it should placed strategically in a certain structure. For example:
Main Projects Folder
---PRJ0001
------PRJ0001-PCW.xlsx
---PRJ0002
------PRJ0002-PCW.xlsx
and so on
When I create the dashboard, I use the following HLOOKUP to search through the file fields:
=HLOOKUP($A5,'https://something.sharepoint.com/Shared Documents/ES Projects/PRJ0001/[PRJ0001-PCW.xlsx]PCW'!$A:$B,Variables!E$16,FALSE)
What I'm trying to do is to take the "PRJ0001" from a different field within the same row. I've tried & and CONCATENATE but they seem to break the "link" since the source is an external source.
Any ideas of how I can achieve this?
Thank you
I started a new job where it heavily relies on Excel (and no one seems to know much about it anyway). So I'm stuck with no one able to help me...
I'm created a "dashboard" to collate all the information from different reporting sheets. All sheets have identical structure so it shouldn't be an issue aggregating the information in one place. I created a sheet for each project where it should placed strategically in a certain structure. For example:
Main Projects Folder
---PRJ0001
------PRJ0001-PCW.xlsx
---PRJ0002
------PRJ0002-PCW.xlsx
and so on
When I create the dashboard, I use the following HLOOKUP to search through the file fields:
=HLOOKUP($A5,'https://something.sharepoint.com/Shared Documents/ES Projects/PRJ0001/[PRJ0001-PCW.xlsx]PCW'!$A:$B,Variables!E$16,FALSE)
What I'm trying to do is to take the "PRJ0001" from a different field within the same row. I've tried & and CONCATENATE but they seem to break the "link" since the source is an external source.
Any ideas of how I can achieve this?
Thank you