Pulling data from another workbook

F

Frustrated

I need to find out how to have Workbook A update automatically when opened
with data from Workbook B. At this point when i open Workbook A it currently
asks if i would like for it to update and if i click yes, it doesn't update
it changes all my formulas to #VALUE. But if i go open Workbook B myself,
Workbook A corrects itself. How can i fix this?
 
P

Pete_UK

What are the formulae like that you use to access the data? Some
functions do not work with closed workbooks.

Pete
 
T

Tom Hutchins

Some functions, such as INDIRECT and SUMIF, need the linked workbooks open to
return a value. If your links are in formulas with this limitation, that
would cause the #VALUE error if the linked workbooks aren't also open.

SUMIF can be replaced with SUMPRODUCT, which does work with closed
workbooks. Without knowing the nature of your links (which formulas are using
them), it's hard to give specific advice.

Hope this helps,

Hutch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top