A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

#Value error when linking workbooks



 
 
Thread Tools Display Modes
  #1  
Old September 13th, 2005, 12:51 AM
FOLALD
external usenet poster
 
Posts: n/a
Default #Value error when linking workbooks


Hello All,

Hope you can assist.

Excel 2003, SP1
XP Home



---I am using '=Countif' to extract only 1 criteria from another
workbook, and from 1 column only.

--- =COUNTIF([Book2.xls]Sheet1!$B:$B,A2)

---Both Source & Formula bboks are same version.

---When source book is open, formula returns correct results.

---When source book closed & formula book is closed & opened, I get the
Unable to find source error.

---To get around this for now, I am using the edit, links, startup
prompt as the sheet will remain unchanged for the moment [until I sort
this issue out :-)]

=========
Question is?
=========

Does the Countif function enable source sheets to update automatically.
If not, is there a formula that does?


Thanks for taking the time to read this,

Regards


--
FOLALD


------------------------------------------------------------------------
FOLALD's Profile: http://www.excelforum.com/member.php...o&userid=27191
View this thread: http://www.excelforum.com/showthread...hreadid=466979

  #2  
Old September 13th, 2005, 02:17 AM
Dave Peterson
external usenet poster
 
Posts: n/a
Default

=countif() will work with open workbooks.

It'll update as ofter as you recalculate
(tools|options|calculation tab|check automatic???)

You could use a different worksheet function:

=sumproduct(--([Book2.xls]Sheet1!$B1:B999=A2))

You can't use the whole column, though.

(Build the formula with Book2.xls open and excel will adjust the formula when
you close that workbook.)

FOLALD wrote:

Hello All,

Hope you can assist.

Excel 2003, SP1
XP Home

---I am using '=Countif' to extract only 1 criteria from another
workbook, and from 1 column only.

--- =COUNTIF([Book2.xls]Sheet1!$B:$B,A2)

---Both Source & Formula bboks are same version.

---When source book is open, formula returns correct results.

---When source book closed & formula book is closed & opened, I get the
Unable to find source error.

---To get around this for now, I am using the edit, links, startup
prompt as the sheet will remain unchanged for the moment [until I sort
this issue out :-)]

=========
Question is?
=========

Does the Countif function enable source sheets to update automatically.
If not, is there a formula that does?

Thanks for taking the time to read this,

Regards

--
FOLALD

------------------------------------------------------------------------
FOLALD's Profile: http://www.excelforum.com/member.php...o&userid=27191
View this thread: http://www.excelforum.com/showthread...hreadid=466979


--

Dave Peterson
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
linking to multiple workbooks cwwolfdog General Discussion 4 April 18th, 2005 05:29 PM
Linking Workbooks Dede McEachern Worksheet Functions 0 January 21st, 2005 08:27 PM
Linking Between Workbooks - Errors in Preservation Vanessa General Discussion 0 September 8th, 2004 07:38 PM
Linking Workbooks Jasmine Worksheet Functions 4 April 28th, 2004 09:09 PM
Linking workbooks Keith Blazek Setting up and Configuration 0 February 4th, 2004 04:57 PM


All times are GMT +1. The time now is 11:16 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.