Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 66
Default Links to another workbook returning 0

I have four managers who fill in identical sheets, the boss wants one
workbook with links to each managers sheet, so he can check team progress.
The trouble is if there is nothing in the source cell, the link returns 0
which SOMETIMES is valid! What I want is if the source cell is empty to get
nothing and only get 0 if that is what is in the source cell.
On the source sheet I use conditional formatting to highlight an empty cell
if a (logically) related cell has a value in it. (the cells are Job No &
Shift - 0 is a valid shift value)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Links to another workbook returning 0

You'll have to modify your formulas:

with in the same workbook:
=if(sheet1!a1="","",sheet1!a1)

workbook open:
=if([book5.xls]Sheet1!$A$1="","",[book5.xls]Sheet1!$A$1)
or
workbook closed:
=if('C:\My Documents\excel\[book5.xls]Sheet1'!$A$1="","",
'C:\My Documents\excel\[book5.xls]Sheet1'!$A$1)




Graham Y wrote:

I have four managers who fill in identical sheets, the boss wants one
workbook with links to each managers sheet, so he can check team progress.
The trouble is if there is nothing in the source cell, the link returns 0
which SOMETIMES is valid! What I want is if the source cell is empty to get
nothing and only get 0 if that is what is in the source cell.
On the source sheet I use conditional formatting to highlight an empty cell
if a (logically) related cell has a value in it. (the cells are Job No &
Shift - 0 is a valid shift value)


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 66
Default Links to another workbook returning 0

Dave thanks, is that hungry on resources, I have hundreds of links!

Is it better to link to the result of a calculation or to have the formula
in the summary sheet?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Links to another workbook returning 0

If the choice is keeping the calculation in the original workbook and bringing
back one value

or

bringing back 100's of values and doing the calculation in the "receiving"
workbook

Then I would try to bring back the one value.

And depending on where the workbook is (on a server far away???) and whether
that workbook is open, you may be disappointed how slow it can be.

But if you have no other options, you can open the sending workbook first, then
open the receiving workbook and it'll be very fast.

If I were you, I'd experiment with a few formulas before making a decision.



Graham Y wrote:

Dave thanks, is that hungry on resources, I have hundreds of links!

Is it better to link to the result of a calculation or to have the formula
in the summary sheet?


--

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
Returning contents of a cell in another sheet in same workbook Annette[_2_] Excel Discussion (Misc queries) 1 March 14th 07 04:04 PM
Searching in another workbook for a string and returning with the contents of the cell next to it. [email protected] Excel Worksheet Functions 1 January 12th 07 07:50 PM
My workbook links are not updating (its 30,000 KB size workbook). rselena Excel Discussion (Misc queries) 1 August 14th 06 09:14 PM
Workbook Links pavlai Excel Worksheet Functions 1 March 14th 06 03:44 PM
UDF not returning proper value - circular reference/multi workbook Jeff Setting up and Configuration of Excel 1 February 1st 06 12:52 AM


All times are GMT +1. The time now is 10:21 AM.

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"