Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rookie_User
 
Posts: n/a
Default Links not updating with formula - HELP PLEASE

I need to have this done by tomorrow. I have two files, basically each
employee has there own "log", it logs hours spent on a project A, B, C, etc.
Then I have one master file that has all the project codes (ie. A, B,C,etc)
and descriptions. I want the master file to link to each individual file and
do a sumIF formula that will sum if it meets the criteria. My current system
displays an error of #VALUE when the linked document is closed. When its
open it then displays the real values. I don't know what is wrong, please
help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
davesexcel
 
Posts: n/a
Default Links not updating with formula - HELP PLEASE


the linked file needs to be opened

run the maco recorder and open the file
then insert this code in the workbook open event,
so whenever the main workbook opens, it will open the other workbok as
well,
search your forum and search for open workbooks when opening an excel
file,
or opening workbooks in open workbook event, its done all the time.
there are ways to link files to a closed workbook, but that takes a
while to explain, If you really want to do that then search your forum,
for linking closed workbooks


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=519573

  #3   Report Post  
Posted to microsoft.public.excel.misc
jwh
 
Posts: n/a
Default Links not updating with formula - HELP PLEASE



"davesexcel" wrote:


the linked file needs to be opened

run the maco recorder and open the file
then insert this code in the workbook open event,
so whenever the main workbook opens, it will open the other workbok as
well,
search your forum and search for open workbooks when opening an excel
file,
or opening workbooks in open workbook event, its done all the time.
there are ways to link files to a closed workbook, but that takes a
while to explain, If you really want to do that then search your forum,
for linking closed workbooks


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=519573


Dave,
Seriously, the main workbook needs to open all the other workbooks - this is
like 25 workbooks that all feed into the summaries. What value is linking
them if you need to open them all up to get data to transfer. Do you know if
this is just because I am using the sumif? because if I link, general
formulas and/or text it works as expected?
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Links not updating with formula - HELP PLEASE

There are some worksheet functions that don't work with closed workbooks.

=indirect(), =sumif(), =countif() are a few.

But maybe you could use a different formula:

=SUMproduct(--('C:\yourfolder\[book1.xls]Sheet1'!$A1:$A99,A3),
('C:\yourfolder\[book1.xls]Sheet1'!$B1:$B99))

Adjust the range to match--but you can't use the whole column.

If you create the formula with the book1.xls workbook open, you may find it
easier. Excel will adjust the formula when you close that workbook.

Rookie_User wrote:

I need to have this done by tomorrow. I have two files, basically each
employee has there own "log", it logs hours spent on a project A, B, C, etc.
Then I have one master file that has all the project codes (ie. A, B,C,etc)
and descriptions. I want the master file to link to each individual file and
do a sumIF formula that will sum if it meets the criteria. My current system
displays an error of #VALUE when the linked document is closed. When its
open it then displays the real values. I don't know what is wrong, please
help?


--

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
Updating data makes formula wrong a_moron Excel Discussion (Misc queries) 4 January 27th 06 08:03 AM
Copy sheet - Break Links to Old Workbook - Retain Formula. Mr Anonymouse Setting up and Configuration of Excel 1 October 15th 05 01:00 AM
Links updating? Kimmerz321 Excel Discussion (Misc queries) 3 September 1st 05 01:31 PM
index & match with links for updating to other workbooks wrpalmer Excel Worksheet Functions 3 July 20th 05 03:18 PM
Updating Automatic links doesn't work with arrays Mats Samson Excel Discussion (Misc queries) 0 December 18th 04 03:17 PM


All times are GMT +1. The time now is 10:33 PM.

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

About Us

"It's about Microsoft Excel"