Hi,
Lets say I have the following directory structure
--Main
-----DirA
-----DirB
And lets say in DirA I have A.xls and in DirB I have B.xls
When I am working in DirA I would like to reference data in DirB .. so currently it is done something like this:
DirA -> Cell A1 -> ='C:\Users\myname\DirB\Sheet1'!$A$2
The problem that I am having is that when I send this file to a co-worker with the same folder structure .. I am having a problem with the path: 'C:\Users\myname\DirB\Sheet1'!$A$2 ... where it should be 'C:\Users\HISname\DirB\Sheet1'!$A$2 so the links are not working
Is there a way that I can do relative paths?
something like this?
'..\DirB\Sheet1'!$A$2
Lets say I have the following directory structure
--Main
-----DirA
-----DirB
And lets say in DirA I have A.xls and in DirB I have B.xls
When I am working in DirA I would like to reference data in DirB .. so currently it is done something like this:
DirA -> Cell A1 -> ='C:\Users\myname\DirB\Sheet1'!$A$2
The problem that I am having is that when I send this file to a co-worker with the same folder structure .. I am having a problem with the path: 'C:\Users\myname\DirB\Sheet1'!$A$2 ... where it should be 'C:\Users\HISname\DirB\Sheet1'!$A$2 so the links are not working
Is there a way that I can do relative paths?
something like this?
'..\DirB\Sheet1'!$A$2