E
Eddie
I replied to an eartlier post and didn't want it to get
buried so reposting. Sorry if breaking etiquette.
How do you do a sum? I am getting errors with this:
=SUM('\\share\ACCT[04Timecards.xls]Linda'!C2:C10)
I have tried moving the quotes, changing to dbl quotes,
removing them altogether with no luck. The file is on a
shared drive, not mapped. Maybe it has to be a mapped
drive? It is on a local PC that another PC has to
reference to.
Thanks!
buried so reposting. Sorry if breaking etiquette.
How do you do a sum? I am getting errors with this:
=SUM('\\share\ACCT[04Timecards.xls]Linda'!C2:C10)
I have tried moving the quotes, changing to dbl quotes,
removing them altogether with no luck. The file is on a
shared drive, not mapped. Maybe it has to be a mapped
drive? It is on a local PC that another PC has to
reference to.
Thanks!
-----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?