Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Cell Referencing Error.

I have a spreadsheet that references cells on a main spreadsheet for all
of its information. When I open this spreadsheet some of the cells do not
update correctly and display a #N/A. All of the cell references have the
same format so why do some update correctly and others do not? If I open the
main (referenced)spreadsheet the dependent document updates correctly,
immediately.
I will need to correct this issue. I was thinking as a last resort I
could have an automatic macro that opens and closes the source document
invisibly just to ensure the cells update correctly but I am sure there is a
better way to fix this problem (like fixing the cell references!). Any
ideas?
--
Michael J. Nowak
Energy Systems/Dow Chemical
Texas City, TX
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,069
Default Cell Referencing Error.

Are the references which do not update correctly contained in formulas with
Excel functions? Some functions, such as COUNT and COUNTIF, do not work with
closed workbooks. COUNT, COUNTA, or COUNTIF could be replaced with an
equivalent SUMPRODUCT formula, which does work with closed workbooks.

Hope this helps,

Hutch

"Mike" wrote:

I have a spreadsheet that references cells on a main spreadsheet for all
of its information. When I open this spreadsheet some of the cells do not
update correctly and display a #N/A. All of the cell references have the
same format so why do some update correctly and others do not? If I open the
main (referenced)spreadsheet the dependent document updates correctly,
immediately.
I will need to correct this issue. I was thinking as a last resort I
could have an automatic macro that opens and closes the source document
invisibly just to ensure the cells update correctly but I am sure there is a
better way to fix this problem (like fixing the cell references!). Any
ideas?
--
Michael J. Nowak
Energy Systems/Dow Chemical
Texas City, TX

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Cell Referencing Error.

No, all of the references are the same and they do not contain functions.
The cells of the "output" document reference selected cells on a "source"
document. The source document is a full list while the output document
contains selections from the full source document. There are short
paragraphs in the source document cells that I want to show up on the output
documents. It is relatively straight forward this cell equals that cell. I
am curious what sorts of problems cause the #na error? Could it be a
difference in the formatting of the cells of both documents that causes the
problem?
--
Michael J. Nowak
Energy Systems/Dow Chemical
Texas City, TX


"Tom Hutchins" wrote:

Are the references which do not update correctly contained in formulas with
Excel functions? Some functions, such as COUNT and COUNTIF, do not work with
closed workbooks. COUNT, COUNTA, or COUNTIF could be replaced with an
equivalent SUMPRODUCT formula, which does work with closed workbooks.

Hope this helps,

Hutch

"Mike" wrote:

I have a spreadsheet that references cells on a main spreadsheet for all
of its information. When I open this spreadsheet some of the cells do not
update correctly and display a #N/A. All of the cell references have the
same format so why do some update correctly and others do not? If I open the
main (referenced)spreadsheet the dependent document updates correctly,
immediately.
I will need to correct this issue. I was thinking as a last resort I
could have an automatic macro that opens and closes the source document
invisibly just to ensure the cells update correctly but I am sure there is a
better way to fix this problem (like fixing the cell references!). Any
ideas?
--
Michael J. Nowak
Energy Systems/Dow Chemical
Texas City, TX

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
Referencing Error MikeChicago Excel Worksheet Functions 0 August 8th 08 12:06 AM
Cell Referencing Code Error? MPS0525 Excel Worksheet Functions 0 August 17th 06 04:39 PM
Range error when referencing non active worksheet SP[_5_] Excel Programming 7 October 29th 05 07:07 PM
Referencing error Purnima Excel Programming 3 July 11th 05 05:16 PM
#VALUE error when referencing spreadsheet on sharepoint library Lois Johns Excel Worksheet Functions 2 May 19th 05 05:38 PM


All times are GMT +1. The time now is 05:14 PM.

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"