Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Cell Validation List & Linked Cell VLOOKUP | Excel Discussion (Misc queries) | |||
Replacing Linked Cell Values w/ Current Values | Excel Worksheet Functions | |||
Making path of linked cell dynamic | Excel Discussion (Misc queries) | |||
Copying linked cell references. | Excel Worksheet Functions | |||
Linked cell location of hyperlink | Excel Worksheet Functions |