Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Linking one cell to another.

I'm trying to link a blank cell (which will eventually contain text) to
another blank cell - different sheet but same workbook. The result is always
a "0" in the new cell. I've cleared both cells of all contents and formatting
to no avail.

I'm using Excel 2003. I'm grateful for any assistance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Linking one cell to another.

Try it like this:
=IF(Sheet2!A1="","",Sheet2!A1)

instead of: =Sheet2!A1
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CarlaP" wrote:
I'm trying to link a blank cell (which will eventually contain text) to
another blank cell - different sheet but same workbook. The result is always
a "0" in the new cell. I've cleared both cells of all contents and formatting
to no avail.

I'm using Excel 2003. I'm grateful for any assistance.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Linking one cell to another.

Thanks, Max. Unfortunately it didn't work.
Carla

"Max" wrote:

Try it like this:
=IF(Sheet2!A1="","",Sheet2!A1)

instead of: =Sheet2!A1
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CarlaP" wrote:
I'm trying to link a blank cell (which will eventually contain text) to
another blank cell - different sheet but same workbook. The result is always
a "0" in the new cell. I've cleared both cells of all contents and formatting
to no avail.

I'm using Excel 2003. I'm grateful for any assistance.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Linking one cell to another.

Did you use the name of your worksheet to which you are linking? Might not
be sheet2.
Did you type the formula correctly?

If in cell B6 on Sheet1, you're linking to cell C14 on a worksheet named
Calcs2006, your formula in cell B6 on sheet1 has to be:
=IF(Calcs2006!C14="","",Calcs2006!C14)

Tyro

"CarlaP" wrote in message
...
Thanks, Max. Unfortunately it didn't work.
Carla

"Max" wrote:

Try it like this:
=IF(Sheet2!A1="","",Sheet2!A1)

instead of: =Sheet2!A1
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CarlaP" wrote:
I'm trying to link a blank cell (which will eventually contain text) to
another blank cell - different sheet but same workbook. The result is
always
a "0" in the new cell. I've cleared both cells of all contents and
formatting
to no avail.

I'm using Excel 2003. I'm grateful for any assistance.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Linking one cell to another.

I'd love to know exactly what "didn't work" means.

Wrong return ... NO return ... XL crashed ! ! !

Can you describe what you mean?
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"CarlaP" wrote in message
...
Thanks, Max. Unfortunately it didn't work.
Carla

"Max" wrote:

Try it like this:
=IF(Sheet2!A1="","",Sheet2!A1)

instead of: =Sheet2!A1
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CarlaP" wrote:
I'm trying to link a blank cell (which will eventually contain text) to
another blank cell - different sheet but same workbook. The result is
always
a "0" in the new cell. I've cleared both cells of all contents and
formatting
to no avail.

I'm using Excel 2003. I'm grateful for any assistance.





  #6   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Linking one cell to another.

It should have worked ok, Carla.
Maybe try it again, after your break?
Let us know further how it went ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CarlaP" wrote:
Thanks, Max. Unfortunately it didn't work.
Carla


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Linking one cell to another.

Hi all,

Thanks for your suggestions. To clarify, here are the steps I am following
(according to Excel Help):
- I select the cell which contains the information (it actually has nothing
in it but will eventually contain text)
- I copy (Control c)
- I go to cell on different worksheet (same workbook) that I want to
contain info from original cell
- I paste (Contol p)
- I click the resulting icon in the lower right corner of the cell that
looks like a little clipboard and select the option "link cells."
- The appropriate formula shows up in the formula bar.
Here is the problem:
Unless I make an entry in the original cell, the seond cell has a "0" in it.
If I do make an entry in the original cell, the linked cell will show that
entry. This workbook is a template and I do not want that "0" to be visible!
I have followed the above procedure with other workbooks without difficulty
and cannot figure out why this one isn't cooperating.
Any ideas?

Thanks again!

"Max" wrote:

It should have worked ok, Carla.
Maybe try it again, after your break?
Let us know further how it went ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CarlaP" wrote:
Thanks, Max. Unfortunately it didn't work.
Carla


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Linking one cell to another.

You have to do the linking manually and add a blank cell trap.

In Sheet2 select a cell and enter =IF(Sheet1!A1="","",Sheet1!A1)


Gord Dibben MS Excel MVP

On Fri, 5 Oct 2007 13:45:01 -0700, CarlaP
wrote:

Hi all,

Thanks for your suggestions. To clarify, here are the steps I am following
(according to Excel Help):
- I select the cell which contains the information (it actually has nothing
in it but will eventually contain text)
- I copy (Control c)
- I go to cell on different worksheet (same workbook) that I want to
contain info from original cell
- I paste (Contol p)
- I click the resulting icon in the lower right corner of the cell that
looks like a little clipboard and select the option "link cells."
- The appropriate formula shows up in the formula bar.
Here is the problem:
Unless I make an entry in the original cell, the seond cell has a "0" in it.
If I do make an entry in the original cell, the linked cell will show that
entry. This workbook is a template and I do not want that "0" to be visible!
I have followed the above procedure with other workbooks without difficulty
and cannot figure out why this one isn't cooperating.
Any ideas?

Thanks again!

"Max" wrote:

It should have worked ok, Carla.
Maybe try it again, after your break?
Let us know further how it went ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CarlaP" wrote:
Thanks, Max. Unfortunately it didn't work.
Carla



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
linking a cell Gábor Excel Worksheet Functions 4 September 7th 06 02:53 PM
linking to contents of a cell vs cell address AinSF Excel Worksheet Functions 0 September 6th 06 06:57 PM
linking to a cell within a text cell or comment BlueJ2005 Excel Worksheet Functions 0 May 11th 06 10:36 PM
linking a cell with a specific letter value to a cell with a formu tommo64 Excel Worksheet Functions 4 April 3rd 06 10:44 AM
Linking a cell to another workbook cell based on a variable name Brian Excel Discussion (Misc queries) 6 June 1st 05 11:54 PM


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