Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Stephen POWELL
 
Posts: n/a
Default Baffling problem with links

1. Working in a network environment.
2. My dependent workbook in one subdirectory links to several source
workbooks all in one other directory (this has never been a problem before).
3. All such linking formulas show "#REF!". But everything worked fine last
week when I created the dependent workbook with its links.
4. Formula in dependent workbook is:
SUM(INDEX(...BLAH...BLAH):INDEX(...BLAH...BLAH))
5. I have used TOOLS/FORMULA AUDITING/EVALUATE FORMULA to confirm that the
INDEX arguments within the SUM formula each evaluate to the proper cells in
the source workbooks. In other words, I proceeded through EVALUATE FORMULA
until I got
SUM('path\[filename]\worksheet'!$C$27:'path\[filename]\worksheet'!$J$27) and
the next EVALUATE step produced the "REF!".

Any suggestions?
Many thanks,
Stephen Powell
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
this is not a valid reference you have created. The valid reference
would look like:
SUM('path\[filename]\worksheet'!$C$27:$J$27)

You may post the complete formula

--
Regards
Frank Kabel
Frankfurt, Germany

"Stephen POWELL" schrieb im
Newsbeitrag ...
1. Working in a network environment.
2. My dependent workbook in one subdirectory links to several source
workbooks all in one other directory (this has never been a problem

before).
3. All such linking formulas show "#REF!". But everything worked

fine last
week when I created the dependent workbook with its links.
4. Formula in dependent workbook is:
SUM(INDEX(...BLAH...BLAH):INDEX(...BLAH...BLAH))
5. I have used TOOLS/FORMULA AUDITING/EVALUATE FORMULA to confirm

that the
INDEX arguments within the SUM formula each evaluate to the proper

cells in
the source workbooks. In other words, I proceeded through EVALUATE

FORMULA
until I got

SUM('path\[filename]\worksheet'!$C$27:'path\[filename]\worksheet'!$J$27
) and
the next EVALUATE step produced the "REF!".

Any suggestions?
Many thanks,
Stephen Powell


  #3   Report Post  
Stephen POWELL
 
Posts: n/a
Default

Thanks, Frank. I forgot to mention that when I open all the source workbooks
the linking formulas in the destination workbook produce the correct results.
You may be on to something so I went back and re-performed the EVALUATE
FORMULA and the way I first presented it is accurate. I'm still baffled.

"Frank Kabel" wrote:

Hi
this is not a valid reference you have created. The valid reference
would look like:
SUM('path\[filename]\worksheet'!$C$27:$J$27)

You may post the complete formula

--
Regards
Frank Kabel
Frankfurt, Germany

"Stephen POWELL" schrieb im
Newsbeitrag ...
1. Working in a network environment.
2. My dependent workbook in one subdirectory links to several source
workbooks all in one other directory (this has never been a problem

before).
3. All such linking formulas show "#REF!". But everything worked

fine last
week when I created the dependent workbook with its links.
4. Formula in dependent workbook is:
SUM(INDEX(...BLAH...BLAH):INDEX(...BLAH...BLAH))
5. I have used TOOLS/FORMULA AUDITING/EVALUATE FORMULA to confirm

that the
INDEX arguments within the SUM formula each evaluate to the proper

cells in
the source workbooks. In other words, I proceeded through EVALUATE

FORMULA
until I got

SUM('path\[filename]\worksheet'!$C$27:'path\[filename]\worksheet'!$J$27
) and
the next EVALUATE step produced the "REF!".

Any suggestions?
Many thanks,
Stephen Powell



  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
this is just the usage of your syntax. Your kind of cell reference is
just not correct for closed workbooks

--
Regards
Frank Kabel
Frankfurt, Germany

"Stephen POWELL" schrieb im
Newsbeitrag ...
Thanks, Frank. I forgot to mention that when I open all the source

workbooks
the linking formulas in the destination workbook produce the correct

results.
You may be on to something so I went back and re-performed the

EVALUATE
FORMULA and the way I first presented it is accurate. I'm still

baffled.

"Frank Kabel" wrote:

Hi
this is not a valid reference you have created. The valid reference
would look like:
SUM('path\[filename]\worksheet'!$C$27:$J$27)

You may post the complete formula

--
Regards
Frank Kabel
Frankfurt, Germany

"Stephen POWELL" schrieb

im
Newsbeitrag

...
1. Working in a network environment.
2. My dependent workbook in one subdirectory links to several

source
workbooks all in one other directory (this has never been a

problem
before).
3. All such linking formulas show "#REF!". But everything worked

fine last
week when I created the dependent workbook with its links.
4. Formula in dependent workbook is:
SUM(INDEX(...BLAH...BLAH):INDEX(...BLAH...BLAH))
5. I have used TOOLS/FORMULA AUDITING/EVALUATE FORMULA to confirm

that the
INDEX arguments within the SUM formula each evaluate to the

proper
cells in
the source workbooks. In other words, I proceeded through

EVALUATE
FORMULA
until I got


SUM('path\[filename]\worksheet'!$C$27:'path\[filename]\worksheet'!$J$27
) and
the next EVALUATE step produced the "REF!".

Any suggestions?
Many thanks,
Stephen Powell




  #5   Report Post  
Stephen POWELL
 
Posts: n/a
Default

Frank:
Then you're saying it is not possible to do what I want using the structure
SUM(INDEX(...):INDEX(...)). How unjust!!!
The alternative would be hiding twelve columns (one for each month) in the
destination workbook each of which picks up only one cell in the source
workbook and my INDEX function would operate in the thirteenth column to SUM
the correct number of columns depending on which months I want.
Would working with ARRAY help here?
Thanks,
Stephen

"Frank Kabel" wrote:

Hi
this is just the usage of your syntax. Your kind of cell reference is
just not correct for closed workbooks

--
Regards
Frank Kabel
Frankfurt, Germany

"Stephen POWELL" schrieb im
Newsbeitrag ...
Thanks, Frank. I forgot to mention that when I open all the source

workbooks
the linking formulas in the destination workbook produce the correct

results.
You may be on to something so I went back and re-performed the

EVALUATE
FORMULA and the way I first presented it is accurate. I'm still

baffled.

"Frank Kabel" wrote:

Hi
this is not a valid reference you have created. The valid reference
would look like:
SUM('path\[filename]\worksheet'!$C$27:$J$27)

You may post the complete formula

--
Regards
Frank Kabel
Frankfurt, Germany

"Stephen POWELL" schrieb

im
Newsbeitrag

...
1. Working in a network environment.
2. My dependent workbook in one subdirectory links to several

source
workbooks all in one other directory (this has never been a

problem
before).
3. All such linking formulas show "#REF!". But everything worked
fine last
week when I created the dependent workbook with its links.
4. Formula in dependent workbook is:
SUM(INDEX(...BLAH...BLAH):INDEX(...BLAH...BLAH))
5. I have used TOOLS/FORMULA AUDITING/EVALUATE FORMULA to confirm
that the
INDEX arguments within the SUM formula each evaluate to the

proper
cells in
the source workbooks. In other words, I proceeded through

EVALUATE
FORMULA
until I got


SUM('path\[filename]\worksheet'!$C$27:'path\[filename]\worksheet'!$J$27
) and
the next EVALUATE step produced the "REF!".

Any suggestions?
Many thanks,
Stephen Powell






  #6   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi Stephen
it would help if you could post the complete formula. There's probably
a different way

--
Regards
Frank Kabel
Frankfurt, Germany

"Stephen POWELL" schrieb im
Newsbeitrag ...
Frank:
Then you're saying it is not possible to do what I want using the

structure
SUM(INDEX(...):INDEX(...)). How unjust!!!
The alternative would be hiding twelve columns (one for each month)

in the
destination workbook each of which picks up only one cell in the

source
workbook and my INDEX function would operate in the thirteenth column

to SUM
the correct number of columns depending on which months I want.
Would working with ARRAY help here?
Thanks,
Stephen

"Frank Kabel" wrote:

Hi
this is just the usage of your syntax. Your kind of cell reference

is
just not correct for closed workbooks

--
Regards
Frank Kabel
Frankfurt, Germany

"Stephen POWELL" schrieb

im
Newsbeitrag

...
Thanks, Frank. I forgot to mention that when I open all the

source
workbooks
the linking formulas in the destination workbook produce the

correct
results.
You may be on to something so I went back and re-performed the

EVALUATE
FORMULA and the way I first presented it is accurate. I'm still

baffled.

"Frank Kabel" wrote:

Hi
this is not a valid reference you have created. The valid

reference
would look like:
SUM('path\[filename]\worksheet'!$C$27:$J$27)

You may post the complete formula

--
Regards
Frank Kabel
Frankfurt, Germany

"Stephen POWELL"

schrieb
im
Newsbeitrag

...
1. Working in a network environment.
2. My dependent workbook in one subdirectory links to several

source
workbooks all in one other directory (this has never been a

problem
before).
3. All such linking formulas show "#REF!". But everything

worked
fine last
week when I created the dependent workbook with its links.
4. Formula in dependent workbook is:
SUM(INDEX(...BLAH...BLAH):INDEX(...BLAH...BLAH))
5. I have used TOOLS/FORMULA AUDITING/EVALUATE FORMULA to

confirm
that the
INDEX arguments within the SUM formula each evaluate to the

proper
cells in
the source workbooks. In other words, I proceeded through

EVALUATE
FORMULA
until I got



SUM('path\[filename]\worksheet'!$C$27:'path\[filename]\worksheet'!$J$27
) and
the next EVALUATE step produced the "REF!".

Any suggestions?
Many thanks,
Stephen Powell





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Update Links - Problem Metallo Links and Linking in Excel 2 January 25th 05 04:42 PM
Row Autofit problem Excel 2003 Matthias Klaey Excel Discussion (Misc queries) 0 January 19th 05 05:33 PM
Baffling formula problem Ken Schmidt Excel Discussion (Misc queries) 2 December 21st 04 07:52 AM
Links in formulas change when another user runs a workbook L Mehl Excel Discussion (Misc queries) 2 November 27th 04 09:27 PM
Why do my links break when I burn multiple Excel files to a CD? akrr-rasmussen Excel Worksheet Functions 1 November 17th 04 02:39 AM


All times are GMT +1. The time now is 11:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"