#1   Report Post  
Posted to microsoft.public.excel.misc
OC OC is offline
external usenet poster
 
Posts: 18
Default Links

I have two spreadsheets linked together as vacation planners....the worksheet
cells that the link is copied to default to "0"....I am wondering if there is
a way to still have the sheets linked but that the cell stays blank vs. a "0"
and would only reflect the actual entry once entered in the main spreadsheet.

Thank you,



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Links

Hi
Something like this : =if(sheet1!a1="","",your formula. change range to your
need.
HTH
John
"OC" wrote in message
...
I have two spreadsheets linked together as vacation planners....the
worksheet
cells that the link is copied to default to "0"....I am wondering if there
is
a way to still have the sheets linked but that the cell stays blank vs. a
"0"
and would only reflect the actual entry once entered in the main
spreadsheet.

Thank you,



  #3   Report Post  
Posted to microsoft.public.excel.misc
OC OC is offline
external usenet poster
 
Posts: 18
Default Links

I'm sure this works ... but not sure I understand what to do ... sorry to ask
I'm assuming I paste this formula in the main workbook. My range is from
c20:m383.

Can you help?



"John" wrote:

Hi
Something like this : =if(sheet1!a1="","",your formula. change range to your
need.
HTH
John
"OC" wrote in message
...
I have two spreadsheets linked together as vacation planners....the
worksheet
cells that the link is copied to default to "0"....I am wondering if there
is
a way to still have the sheets linked but that the cell stays blank vs. a
"0"
and would only reflect the actual entry once entered in the main
spreadsheet.

Thank you,




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default Links

HI OC
The cells that are showing 0 there is a formula in those cells.
Just add what i typed to your formula e.g. =if(sheet1!a1="","",
HTH
John
"OC" wrote in message
...
I'm sure this works ... but not sure I understand what to do ... sorry to
ask
I'm assuming I paste this formula in the main workbook. My range is from
c20:m383.

Can you help?



"John" wrote:

Hi
Something like this : =if(sheet1!a1="","",your formula. change range to
your
need.
HTH
John
"OC" wrote in message
...
I have two spreadsheets linked together as vacation planners....the
worksheet
cells that the link is copied to default to "0"....I am wondering if
there
is
a way to still have the sheets linked but that the cell stays blank vs.
a
"0"
and would only reflect the actual entry once entered in the main
spreadsheet.

Thank you,





  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Links

In C20 enter =IF(Sheet1!A1="","",Sheet1!A1)

Means if Sheet1!A1 is blank, return a blank, else return what is in A1

If in another workbook, preface the range with the workbook name also

=IF([Book2]Sheet1!A1="","",[Book2]Sheet1!A1)

Copy across to M20 then down to M383


Gord Dibben MS Excel MVP

On Mon, 2 Feb 2009 09:44:01 -0800, OC wrote:

I'm sure this works ... but not sure I understand what to do ... sorry to ask
I'm assuming I paste this formula in the main workbook. My range is from
c20:m383.

Can you help?



"John" wrote:

Hi
Something like this : =if(sheet1!a1="","",your formula. change range to your
need.
HTH
John
"OC" wrote in message
...
I have two spreadsheets linked together as vacation planners....the
worksheet
cells that the link is copied to default to "0"....I am wondering if there
is
a way to still have the sheets linked but that the cell stays blank vs. a
"0"
and would only reflect the actual entry once entered in the main
spreadsheet.

Thank you,





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
Update links box gives Continue or Edit Links dialog KarenF Excel Discussion (Misc queries) 0 May 18th 07 01:17 PM
Edit Links: Changing links on a protected worksheet Halibut68 Excel Discussion (Misc queries) 0 April 28th 06 11:03 AM
Links: Re-establishing Links smasbell Excel Discussion (Misc queries) 0 January 31st 06 03:43 PM
EXCEL - LINKS cannot easily get list of all links & names in book Tuba Joe Excel Worksheet Functions 1 September 29th 05 10:33 PM
can't update links...can't find links GJR3599 Excel Discussion (Misc queries) 1 April 4th 05 04:56 PM


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

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"