R
Rakesh
How do I link two excel files so that I can use the data
stored in both the files?
stored in both the files?
Frank Kabel said:Hi
are you looking for linking individual cells. If yes use something like
the following formula
='path_name\[workbookname]worksheetname'!cell_reference
e.g
='C:\temp\[test_wbk.xls]sheet1'!A1
--
Regards
Frank Kabel
Frankfurt, Germany
How do I link two excel files so that I can use the data
stored in both the files?
-----Original Message-----
Hi
are you looking for linking individual cells. If yes use something like
the following formula
='path_name\[workbookname]worksheetname'!cell_reference
e.g
='C:\temp\[test_wbk.xls]sheet1'!A1
--
Regards
Frank Kabel
Frankfurt, Germany
How do I link two excel files so that I can use the data
stored in both the files?
.