#1   Report Post  
Posted to microsoft.public.excel.misc
ROW ROW is offline
external usenet poster
 
Posts: 1
Default #N/A in linked cell

I have a destination workbook with links to multiple source workbooks. The
majority of links work correctly in the destination workbook to display
information that is in the cells of the source workbooks, even when the
source workbooks are closed. However, there are several cells in the
destination workbook that return #N/A from the linked source workbook if the
source workbook is closed. If I open the source workbook the cells display
the correct values. Why do the linked cells in the destination workbook
display correctly in some cells and return #N/A in others? How can change it?
BTW, the linked source workbooks where I'm having the problem contain text
values.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default #N/A in linked cell

Some XL functions don't work if linked to closed workbooks.

Best practice is to avoid links to external workbooks, for this reason.

Dave
--
Brevity is the soul of wit.


"ROW" wrote:

I have a destination workbook with links to multiple source workbooks. The
majority of links work correctly in the destination workbook to display
information that is in the cells of the source workbooks, even when the
source workbooks are closed. However, there are several cells in the
destination workbook that return #N/A from the linked source workbook if the
source workbook is closed. If I open the source workbook the cells display
the correct values. Why do the linked cells in the destination workbook
display correctly in some cells and return #N/A in others? How can change it?
BTW, the linked source workbooks where I'm having the problem contain text
values.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default #N/A in linked cell

There are some functions that only work across workbooks when both are open.
I don't know that there is a list of them.

Need to see what types of formulas are giving you troubles. There are
usually work-arounds.

"ROW" wrote:

I have a destination workbook with links to multiple source workbooks. The
majority of links work correctly in the destination workbook to display
information that is in the cells of the source workbooks, even when the
source workbooks are closed. However, there are several cells in the
destination workbook that return #N/A from the linked source workbook if the
source workbook is closed. If I open the source workbook the cells display
the correct values. Why do the linked cells in the destination workbook
display correctly in some cells and return #N/A in others? How can change it?
BTW, the linked source workbooks where I'm having the problem contain text
values.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default #N/A in linked cell

You must determine the reason from the source files. As an example, #NA is
returned when you use the vlookup function and cannot find a match. The
solution here would be to add the item to the lookup table, or include the
condition in the lookup formula - in this case you would use ISNA ie if the
formula returns #NA put 0 or "" if text is desired.

ROW wrote:
I have a destination workbook with links to multiple source workbooks. The
majority of links work correctly in the destination workbook to display
information that is in the cells of the source workbooks, even when the
source workbooks are closed. However, there are several cells in the
destination workbook that return #N/A from the linked source workbook if the
source workbook is closed. If I open the source workbook the cells display
the correct values. Why do the linked cells in the destination workbook
display correctly in some cells and return #N/A in others? How can change it?
BTW, the linked source workbooks where I'm having the problem contain text
values.


--
Message posted via http://www.officekb.com

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default #N/A in linked cell

Some formulas don't work with closed workbooks. (As others have told you.)

But lots of times, there are replacement formulas that do work with closed
workbooks.

=sumif(), =countif() can be replaced with =sumproduct().

=offset() might be able to be replaced with =index().

(I got #value! errors trying to use =sumif() and =countif() with a closed
workbook.)

You may want to share the formula you're using. Maybe someone can come up with
an alternative.



ROW wrote:

I have a destination workbook with links to multiple source workbooks. The
majority of links work correctly in the destination workbook to display
information that is in the cells of the source workbooks, even when the
source workbooks are closed. However, there are several cells in the
destination workbook that return #N/A from the linked source workbook if the
source workbook is closed. If I open the source workbook the cells display
the correct values. Why do the linked cells in the destination workbook
display correctly in some cells and return #N/A in others? How can change it?
BTW, the linked source workbooks where I'm having the problem contain text
values.


--

Dave Peterson
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
In Cell Validation List & Linked Cell VLOOKUP BEEZ Excel Discussion (Misc queries) 7 July 1st 07 07:17 PM
Replacing Linked Cell Values w/ Current Values TomCat Excel Worksheet Functions 6 April 10th 06 12:20 PM
Making path of linked cell dynamic Negentropy Excel Discussion (Misc queries) 3 September 24th 05 09:02 PM
Copying linked cell references. Shams Excel Worksheet Functions 0 February 3rd 05 01:53 PM
Linked cell location of hyperlink Jerry Excel Worksheet Functions 1 December 20th 04 05:01 PM


All times are GMT +1. The time now is 07:04 AM.

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

About Us

"It's about Microsoft Excel"