Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Linking spreadsheets and returning value to "0" if no info

Okay, let's see if I can explain this right.
I have one worksheet that I am keeping running totals of other worksheets
with multiple sheets. So, when i open the one it has multiple tabs across
the bottom to represent each week of the month. The other worksheet I have a
column for each month and I need to link to a month and each tab within the
month. I believe I have that okay, however I need to tell this to read zero
if there is nothing in the cells that I link.

Thanks.
V
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Linking spreadsheets and returning value to "0" if no info

Perhaps:
=IF(CellYouReferTo=0,0,Yourformula)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"vtrud" wrote:

Okay, let's see if I can explain this right.
I have one worksheet that I am keeping running totals of other worksheets
with multiple sheets. So, when i open the one it has multiple tabs across
the bottom to represent each week of the month. The other worksheet I have a
column for each month and I need to link to a month and each tab within the
month. I believe I have that okay, however I need to tell this to read zero
if there is nothing in the cells that I link.

Thanks.
V

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Linking spreadsheets and returning value to "0" if no info

This didn't work. Thanks for trying, though. I was hoping it would.

"Luke M" wrote:

Perhaps:
=IF(CellYouReferTo=0,0,Yourformula)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"vtrud" wrote:

Okay, let's see if I can explain this right.
I have one worksheet that I am keeping running totals of other worksheets
with multiple sheets. So, when i open the one it has multiple tabs across
the bottom to represent each week of the month. The other worksheet I have a
column for each month and I need to link to a month and each tab within the
month. I believe I have that okay, however I need to tell this to read zero
if there is nothing in the cells that I link.

Thanks.
V

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Linking spreadsheets and returning value to "0" if no info

vtrud wrote:
Okay, let's see if I can explain this right.
I have one worksheet that I am keeping running totals of other worksheets
with multiple sheets. So, when i open the one it has multiple tabs across
the bottom to represent each week of the month. The other worksheet I have a
column for each month and I need to link to a month and each tab within the
month. I believe I have that okay, however I need to tell this to read zero
if there is nothing in the cells that I link.

Thanks.
V


What is your current formula? What result are you getting?
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Linking spreadsheets and returning value to "0" if no info

Post some examples of your current formulas. Where they are entered and on
which sheet(s).

BTW..........I think you have some syntax problems.

"other worksheets" cannot have multiple sheets.

Do your mean "other workbooks" with multiple worksheets?


Gord Dibben MS Excel MVP

On Mon, 12 Jan 2009 12:44:00 -0800, vtrud
wrote:

Okay, let's see if I can explain this right.
I have one worksheet that I am keeping running totals of other worksheets
with multiple sheets. So, when i open the one it has multiple tabs across
the bottom to represent each week of the month. The other worksheet I have a
column for each month and I need to link to a month and each tab within the
month. I believe I have that okay, however I need to tell this to read zero
if there is nothing in the cells that I link.

Thanks.
V




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Linking spreadsheets and returning value to "0" if no info

Current formula is: ='[Dec 08.xls]12-5'!$Q$44+'[Dec 08.xls]12-12'!$Q$44+'[Dec
08.xls]12-19'!$Q$44+'[Dec 08.xls]12-26'!$Q$44

The result I am getting is #VALUE!

Each cell that it is pulling from has a formula in it and displays nothing
if there isn't a value greater than zero. Does this have something to do
with it?



"Glenn" wrote:

vtrud wrote:
Okay, let's see if I can explain this right.
I have one worksheet that I am keeping running totals of other worksheets
with multiple sheets. So, when i open the one it has multiple tabs across
the bottom to represent each week of the month. The other worksheet I have a
column for each month and I need to link to a month and each tab within the
month. I believe I have that okay, however I need to tell this to read zero
if there is nothing in the cells that I link.

Thanks.
V


What is your current formula? What result are you getting?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Linking spreadsheets and returning value to "0" if no info

Yes, very sorry. I mean workbooks. The workbook I am trying to put this in
is just the one worksheet and looks like this:
Jan Feb Mar
Comp earned
Comp used
Total Comp available 0.00 0.00 0.00
0.00 0.00 0.00
Sick time used
Vacation used
Personal Days (hours)

The workbook I am pulling from looks like this:
"Account
Code" M T W Th F Sa Su "Total Hours"
100
103
104
200
300
400
500
600
And this workbook has a tab/worksheet for each week of the month.
See my formula in the previous post. Does this help?

"Gord Dibben" wrote:

Post some examples of your current formulas. Where they are entered and on
which sheet(s).

BTW..........I think you have some syntax problems.

"other worksheets" cannot have multiple sheets.

Do your mean "other workbooks" with multiple worksheets?


Gord Dibben MS Excel MVP

On Mon, 12 Jan 2009 12:44:00 -0800, vtrud
wrote:

Okay, let's see if I can explain this right.
I have one worksheet that I am keeping running totals of other worksheets
with multiple sheets. So, when i open the one it has multiple tabs across
the bottom to represent each week of the month. The other worksheet I have a
column for each month and I need to link to a month and each tab within the
month. I believe I have that okay, however I need to tell this to read zero
if there is nothing in the cells that I link.

Thanks.
V



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
isna vlookup returning"0" instead of " " Martha Excel Worksheet Functions 3 April 20th 07 09:31 PM
Retrieving info from "child" to a "parent" document create button to unhide rows Excel Discussion (Misc queries) 0 January 21st 07 10:40 PM
problem with Linking workbooks via "copy" and "paste link" Arkitek Excel Discussion (Misc queries) 0 December 19th 06 10:03 PM
Returning a distance from a tabel, given "from" and "To"? Max Excel Worksheet Functions 4 June 21st 06 11:52 AM
After using "= A1" how do you merge info from the 2 spreadsheets? plittle Setting up and Configuration of Excel 1 May 16th 06 08:09 PM


All times are GMT +1. The time now is 06:05 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"