Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Trying to link a cell in one worksheet to a cell in another worksheet using
the equals sign. Sometimes it works, other times I get a #VALUE! Sometimes it woks in one colum of a worksheet and not another. When it doesn't work, I will sometimes get a 0 value instead of the #VALUE result. The cell I'm linking to is a group of merged cells. Any help |
#2
![]() |
|||
|
|||
![]() "marty53" wrote: Trying to link a cell in one worksheet to a cell in another worksheet using the equals sign. Sometimes it works, other times I get a #VALUE! Sometimes it woks in one colum of a worksheet and not another. When it doesn't work, I will sometimes get a 0 value instead of the #VALUE result. The cell I'm linking to is a group of merged cells. Any help |
#3
![]() |
|||
|
|||
![]()
Just noticed that when the link does work it's always in the same column as
the data being linked. Does that mean you can't link data from one worksheet to another without the link being in the same column? "marty53" wrote: Trying to link a cell in one worksheet to a cell in another worksheet using the equals sign. Sometimes it works, other times I get a #VALUE! Sometimes it woks in one colum of a worksheet and not another. When it doesn't work, I will sometimes get a 0 value instead of the #VALUE result. The cell I'm linking to is a group of merged cells. Any help |
#4
![]() |
|||
|
|||
![]()
Hi!
Post some examples of "links" that work and some of those that don't. It helps when you're specific! Biff "marty53" wrote in message ... Just noticed that when the link does work it's always in the same column as the data being linked. Does that mean you can't link data from one worksheet to another without the link being in the same column? "marty53" wrote: Trying to link a cell in one worksheet to a cell in another worksheet using the equals sign. Sometimes it works, other times I get a #VALUE! Sometimes it woks in one colum of a worksheet and not another. When it doesn't work, I will sometimes get a 0 value instead of the #VALUE result. The cell I'm linking to is a group of merged cells. Any help |
#5
![]() |
|||
|
|||
![]()
Sheet I'm linking to is Capital (3). Cell I'm trying to link to is a merged
cell, G3:N3. when I link from column G in any other worksheet, the link works. If I try to link from columns H through N, I get a "zero" result. From any other column, I get a #VALUE! error. I notice that in the fx window the reference is ='Capital (3)'!G3:N3. If I remove the :N3 portion of the reference, the link works. Recreated a portion of this project in a new workbook and the links work fine and the reference includes the G3 but not the N3 portion. Looked at the formatting of the cells and columns and couldn't come up with anything. Have a problem even with the links that work, that is, those that are in the same column (G); this is a forms design project and if I have to insert or delete a column, I lose the links because it puts the linked cells in a different column again. Would appreciate any help in figuring out why it's acting like it is. It might be a quirk in Excel 2003 but probably it's something I did. I just tried somehting else and it looks like i can get the links to work using the "copy" and "paste link" icons on the formatting toolbar but it means redoing everything. And I would still like to know why it isn't working with the "equals" key. Any help will be appreciated. "marty53" wrote: Trying to link a cell in one worksheet to a cell in another worksheet using the equals sign. Sometimes it works, other times I get a #VALUE! Sometimes it woks in one colum of a worksheet and not another. When it doesn't work, I will sometimes get a 0 value instead of the #VALUE result. The cell I'm linking to is a group of merged cells. Any help |
#6
![]() |
|||
|
|||
![]()
1. Avoid merged cells.
2. If G3:N3 is merged you just need a reference to G3. The ":N3" is unnecessary and probably the cause of the problem. -- Vasant "marty53" wrote in message ... Sheet I'm linking to is Capital (3). Cell I'm trying to link to is a merged cell, G3:N3. when I link from column G in any other worksheet, the link works. If I try to link from columns H through N, I get a "zero" result. From any other column, I get a #VALUE! error. I notice that in the fx window the reference is ='Capital (3)'!G3:N3. If I remove the :N3 portion of the reference, the link works. Recreated a portion of this project in a new workbook and the links work fine and the reference includes the G3 but not the N3 portion. Looked at the formatting of the cells and columns and couldn't come up with anything. Have a problem even with the links that work, that is, those that are in the same column (G); this is a forms design project and if I have to insert or delete a column, I lose the links because it puts the linked cells in a different column again. Would appreciate any help in figuring out why it's acting like it is. It might be a quirk in Excel 2003 but probably it's something I did. I just tried somehting else and it looks like i can get the links to work using the "copy" and "paste link" icons on the formatting toolbar but it means redoing everything. And I would still like to know why it isn't working with the "equals" key. Any help will be appreciated. "marty53" wrote: Trying to link a cell in one worksheet to a cell in another worksheet using the equals sign. Sometimes it works, other times I get a #VALUE! Sometimes it woks in one colum of a worksheet and not another. When it doesn't work, I will sometimes get a 0 value instead of the #VALUE result. The cell I'm linking to is a group of merged cells. Any help |
#7
![]() |
|||
|
|||
![]()
Thanks for the input. Will use the format toolbar in future
"Vasant Nanavati" wrote: 1. Avoid merged cells. 2. If G3:N3 is merged you just need a reference to G3. The ":N3" is unnecessary and probably the cause of the problem. -- Vasant "marty53" wrote in message ... Sheet I'm linking to is Capital (3). Cell I'm trying to link to is a merged cell, G3:N3. when I link from column G in any other worksheet, the link works. If I try to link from columns H through N, I get a "zero" result. From any other column, I get a #VALUE! error. I notice that in the fx window the reference is ='Capital (3)'!G3:N3. If I remove the :N3 portion of the reference, the link works. Recreated a portion of this project in a new workbook and the links work fine and the reference includes the G3 but not the N3 portion. Looked at the formatting of the cells and columns and couldn't come up with anything. Have a problem even with the links that work, that is, those that are in the same column (G); this is a forms design project and if I have to insert or delete a column, I lose the links because it puts the linked cells in a different column again. Would appreciate any help in figuring out why it's acting like it is. It might be a quirk in Excel 2003 but probably it's something I did. I just tried somehting else and it looks like i can get the links to work using the "copy" and "paste link" icons on the formatting toolbar but it means redoing everything. And I would still like to know why it isn't working with the "equals" key. Any help will be appreciated. "marty53" wrote: Trying to link a cell in one worksheet to a cell in another worksheet using the equals sign. Sometimes it works, other times I get a #VALUE! Sometimes it woks in one colum of a worksheet and not another. When it doesn't work, I will sometimes get a 0 value instead of the #VALUE result. The cell I'm linking to is a group of merged cells. Any help |
#8
![]() |
|||
|
|||
![]()
If you want the appearance of merged cells without actually merging
them....works horizontally only FormatCellsAlignment Under Text alignmenthorizontal Select Center across selection. This gives the appearance of merged cells without all the "baggage". Biff "marty53" wrote in message ... Thanks for the input. Will use the format toolbar in future "Vasant Nanavati" wrote: 1. Avoid merged cells. 2. If G3:N3 is merged you just need a reference to G3. The ":N3" is unnecessary and probably the cause of the problem. -- Vasant "marty53" wrote in message ... Sheet I'm linking to is Capital (3). Cell I'm trying to link to is a merged cell, G3:N3. when I link from column G in any other worksheet, the link works. If I try to link from columns H through N, I get a "zero" result. From any other column, I get a #VALUE! error. I notice that in the fx window the reference is ='Capital (3)'!G3:N3. If I remove the :N3 portion of the reference, the link works. Recreated a portion of this project in a new workbook and the links work fine and the reference includes the G3 but not the N3 portion. Looked at the formatting of the cells and columns and couldn't come up with anything. Have a problem even with the links that work, that is, those that are in the same column (G); this is a forms design project and if I have to insert or delete a column, I lose the links because it puts the linked cells in a different column again. Would appreciate any help in figuring out why it's acting like it is. It might be a quirk in Excel 2003 but probably it's something I did. I just tried somehting else and it looks like i can get the links to work using the "copy" and "paste link" icons on the formatting toolbar but it means redoing everything. And I would still like to know why it isn't working with the "equals" key. Any help will be appreciated. "marty53" wrote: Trying to link a cell in one worksheet to a cell in another worksheet using the equals sign. Sometimes it works, other times I get a #VALUE! Sometimes it woks in one colum of a worksheet and not another. When it doesn't work, I will sometimes get a 0 value instead of the #VALUE result. The cell I'm linking to is a group of merged cells. Any help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tab key don't work in unprotected cells in a protected sheet | Excel Discussion (Misc queries) | |||
Some Excel links don't work | Excel Discussion (Misc queries) | |||
# sign in a cell | Excel Discussion (Misc queries) | |||
creating an invoice for work | Excel Worksheet Functions | |||
Linking items GREATER THAN O on another worksheet in the same Work | Excel Discussion (Misc queries) |