G
Guest
I have 2 Excel files, sitting in the same folder. There is a formula in file
A that looks for a value in file B and updates file A accordingly. The
formula works like a charm when users in my office open file A, select update
links, etc. However, when 'remote' users attempt to go thru the same
motions, the links error and wont update. I'm sure it's due to the pathing
embedded in the formula that gets the user to file B but to no avail have
solved for it. Any suggestions. There's got to be a way to make this work.
Remote open:
=IF(ISERROR(COUNTIF('\\ad1.prod\hig\Shared\Continuous Performance
Improvement\CE Site Reviews (2007)\ALGL\San Antonio\RIS Compltd\[RIS
Compltd.xls]RIS
Completed'!$B:$B,D12)),"OpnRISfile",IF(COUNTIF('\\ad1.prod\hig\Shared\Continuous
Performance Improvement\CE Site Reviews (2007)\ALGL\San Antonio\RIS
Compltd\[RIS Compltd.xls]RIS Completed'!$B:$B,D12)>0,"Yes","No"))
Local open:
'=IF(ISERROR(COUNTIF('S:\Shared\Continuous Performance Improvement\CE Site
Reviews (2007)\ALGL\San Antonio\RIS Compltd\[RIS Compltd.xls]RIS
Completed'!$B:$B,D15)),"OpnRISfile",IF(COUNTIF('S:\Shared\Continuous
Performance Improvement\CE Site Reviews (2007)\ALGL\San Antonio\RIS
Compltd\[RIS Compltd.xls]RIS Completed'!$B:$B,D15)>0,"Yes","No"))
A that looks for a value in file B and updates file A accordingly. The
formula works like a charm when users in my office open file A, select update
links, etc. However, when 'remote' users attempt to go thru the same
motions, the links error and wont update. I'm sure it's due to the pathing
embedded in the formula that gets the user to file B but to no avail have
solved for it. Any suggestions. There's got to be a way to make this work.
Remote open:
=IF(ISERROR(COUNTIF('\\ad1.prod\hig\Shared\Continuous Performance
Improvement\CE Site Reviews (2007)\ALGL\San Antonio\RIS Compltd\[RIS
Compltd.xls]RIS
Completed'!$B:$B,D12)),"OpnRISfile",IF(COUNTIF('\\ad1.prod\hig\Shared\Continuous
Performance Improvement\CE Site Reviews (2007)\ALGL\San Antonio\RIS
Compltd\[RIS Compltd.xls]RIS Completed'!$B:$B,D12)>0,"Yes","No"))
Local open:
'=IF(ISERROR(COUNTIF('S:\Shared\Continuous Performance Improvement\CE Site
Reviews (2007)\ALGL\San Antonio\RIS Compltd\[RIS Compltd.xls]RIS
Completed'!$B:$B,D15)),"OpnRISfile",IF(COUNTIF('S:\Shared\Continuous
Performance Improvement\CE Site Reviews (2007)\ALGL\San Antonio\RIS
Compltd\[RIS Compltd.xls]RIS Completed'!$B:$B,D15)>0,"Yes","No"))