A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Linking Columns between worksheets



 
 
Thread Tools Display Modes
  #1  
Old May 25th, 2010, 11:11 PM posted to microsoft.public.excel.worksheet.functions
malcolm
external usenet poster
 
Posts: 106
Default Linking Columns between worksheets

I have a workbook and I would like to do the following: sheet 1 named “End
Bal” has 8 columns. In 2 of the columns; cells B5:B22 and H5:H21 contain one
of the following; S, C/O, or BLOCK (text only). These designations are random
and change from day-to-day. I would like to link these cells to another
worksheet named “Hsk Assign”; with the cells C10:C27 and I10:I26. How is this
done? I am using Excel 2007.

Regards,
Malcolm

  #2  
Old May 26th, 2010, 01:57 PM posted to microsoft.public.excel.worksheet.functions
Otto Moehrbach[_2_]
external usenet poster
 
Posts: 716
Default Linking Columns between worksheets

Malcolm
Lets call the first one of the cells in "Hsk Assign" the destination
cell and the corresponding cell in the "End Bal" sheet the source cell. Go
to the destination cell. Type an equal sign. DO NOT HIT ENTER. Go to the
source cell and click on it. Hit ENTER now. That's it. Now in the
destination sheet, drag that formula down by the fill handle as far as
needed. HTH Otto
"Malcolm" wrote in message
...
I have a workbook and I would like to do the following: sheet 1 named “End
Bal” has 8 columns. In 2 of the columns; cells B5:B22 and H5:H21 contain
one
of the following; S, C/O, or BLOCK (text only). These designations are
random
and change from day-to-day. I would like to link these cells to another
worksheet named “Hsk Assign”; with the cells C10:C27 and I10:I26. How is
this
done? I am using Excel 2007.

Regards,
Malcolm


  #3  
Old May 27th, 2010, 09:15 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Linking Columns between worksheets

I am not sure I understood you correctly. In Hsk Assign!C10 and Hsk
Assign!I10 apply the below formulas respectively and copy down

='End Bal'!B5

='End Bal'!H5

--
Jacob (MVP - Excel)


"Malcolm" wrote:

I have a workbook and I would like to do the following: sheet 1 named “End
Bal” has 8 columns. In 2 of the columns; cells B5:B22 and H5:H21 contain one
of the following; S, C/O, or BLOCK (text only). These designations are random
and change from day-to-day. I would like to link these cells to another
worksheet named “Hsk Assign”; with the cells C10:C27 and I10:I26. How is this
done? I am using Excel 2007.

Regards,
Malcolm

  #4  
Old May 27th, 2010, 09:37 PM posted to microsoft.public.excel.worksheet.functions
malcolm
external usenet poster
 
Posts: 106
Default Linking Columns between worksheets

Jacob, Hi,
I’m sorry that I my example was unclear (it definitely was.) What I want to
do is the following: as I type the text into the End Bal sheet I want it to
be entered into the Hsk Assign sheet. I tried using the =’End Bal’!B5 formula
but it returns a “0” into the H5 cell of the Hsk Assign sheet until I type
either S, C/O, or BLOCK into C 5 of the End Bal sheet. This would be ok, but
if I have a blank cell such as B7, I’m still stuck with a zero in H7 of the
Hsk Assign sheet. How do I get around this.
END BAL
4 B C D E F G H
5 S BLOCK
6 S
7 C/O
8 C/O
9 C/O S

Thanks,
Malcolm


My apologies

"Jacob Skaria" wrote:

I am not sure I understood you correctly. In Hsk Assign!C10 and Hsk
Assign!I10 apply the below formulas respectively and copy down

='End Bal'!B5

='End Bal'!H5

--
Jacob (MVP - Excel)


"Malcolm" wrote:

I have a workbook and I would like to do the following: sheet 1 named “End
Bal” has 8 columns. In 2 of the columns; cells B5:B22 and H5:H21 contain one
of the following; S, C/O, or BLOCK (text only). These designations are random
and change from day-to-day. I would like to link these cells to another
worksheet named “Hsk Assign”; with the cells C10:C27 and I10:I26. How is this
done? I am using Excel 2007.

Regards,
Malcolm

  #5  
Old May 27th, 2010, 09:39 PM posted to microsoft.public.excel.worksheet.functions
malcolm
external usenet poster
 
Posts: 106
Default Linking Columns between worksheets

Jacob,

Oops, I confused myself the cells are C5:C22, H5:H21 for End Bal and the
same cells in Hsk Assign (C5:C22, H5:H21).

"Malcolm" wrote:

Jacob, Hi,
I’m sorry that I my example was unclear (it definitely was.) What I want to
do is the following: as I type the text into the End Bal sheet I want it to
be entered into the Hsk Assign sheet. I tried using the =’End Bal’!B5 formula
but it returns a “0” into the H5 cell of the Hsk Assign sheet until I type
either S, C/O, or BLOCK into C 5 of the End Bal sheet. This would be ok, but
if I have a blank cell such as B7, I’m still stuck with a zero in H7 of the
Hsk Assign sheet. How do I get around this.
END BAL
4 B C D E F G H
5 S BLOCK
6 S
7 C/O
8 C/O
9 C/O S

Thanks,
Malcolm


My apologies

"Jacob Skaria" wrote:

I am not sure I understood you correctly. In Hsk Assign!C10 and Hsk
Assign!I10 apply the below formulas respectively and copy down

='End Bal'!B5

='End Bal'!H5

--
Jacob (MVP - Excel)


"Malcolm" wrote:

I have a workbook and I would like to do the following: sheet 1 named “End
Bal” has 8 columns. In 2 of the columns; cells B5:B22 and H5:H21 contain one
of the following; S, C/O, or BLOCK (text only). These designations are random
and change from day-to-day. I would like to link these cells to another
worksheet named “Hsk Assign”; with the cells C10:C27 and I10:I26. How is this
done? I am using Excel 2007.

Regards,
Malcolm

  #6  
Old May 27th, 2010, 10:34 PM posted to microsoft.public.excel.worksheet.functions
malcolm
external usenet poster
 
Posts: 106
Default Linking Columns between worksheets

Otto, Hi,
I followed the steps you gave me exactly. I went to the destination cell in
"Hsk Assign" and typed the equal sign, without hitting enter I switched to
the source cell in the "End Bal" sheet and clicked on it, then I hit enter.
When I went back to the destination cell in "Hsk Assign" I found the
following; ='End Bal'!B5. I'm falling deeper into the rabbit hole here. Now I
can't even type in the formula the way I tried before. I made sure that the
sheets were unprotected before I tried these manuevers so I'm just lost.
PLease help!!

Thanks,
Malcolm


"Otto Moehrbach" wrote:

Malcolm
Lets call the first one of the cells in "Hsk Assign" the destination
cell and the corresponding cell in the "End Bal" sheet the source cell. Go
to the destination cell. Type an equal sign. DO NOT HIT ENTER. Go to the
source cell and click on it. Hit ENTER now. That's it. Now in the
destination sheet, drag that formula down by the fill handle as far as
needed. HTH Otto
"Malcolm" wrote in message
...
I have a workbook and I would like to do the following: sheet 1 named “End
Bal” has 8 columns. In 2 of the columns; cells B5:B22 and H5:H21 contain
one
of the following; S, C/O, or BLOCK (text only). These designations are
random
and change from day-to-day. I would like to link these cells to another
worksheet named “Hsk Assign”; with the cells C10:C27 and I10:I26. How is
this
done? I am using Excel 2007.

Regards,
Malcolm


.

  #7  
Old May 27th, 2010, 11:42 PM posted to microsoft.public.excel.worksheet.functions
Otto Moehrbach[_2_]
external usenet poster
 
Posts: 716
Default Linking Columns between worksheets

Malcolm
I'm not sure that I understand the problem you have with the advice I
gave you. If you use the formula:
='End Bal'!B5
and you don't want it to display a 0 if B5 of End Bal is blank, modify the
formula to:
=If('End Bal'!B5="","",'End Bal'!B5 )
This simply says if B5 is blank, display a blank, if it is not blank display
its value. HTH Otto

"Malcolm" wrote in message
...
Jacob,

Oops, I confused myself the cells are C5:C22, H5:H21 for End Bal and the
same cells in Hsk Assign (C5:C22, H5:H21).

"Malcolm" wrote:

Jacob, Hi,
I’m sorry that I my example was unclear (it definitely was.) What I want
to
do is the following: as I type the text into the End Bal sheet I want it
to
be entered into the Hsk Assign sheet. I tried using the =’End Bal’!B5
formula
but it returns a “0” into the H5 cell of the Hsk Assign sheet until I
type
either S, C/O, or BLOCK into C 5 of the End Bal sheet. This would be ok,
but
if I have a blank cell such as B7, I’m still stuck with a zero in H7 of
the
Hsk Assign sheet. How do I get around this.
END BAL
4 B C D E F G H
5 S BLOCK
6 S
7 C/O
8 C/O
9 C/O S

Thanks,
Malcolm


My apologies

"Jacob Skaria" wrote:

I am not sure I understood you correctly. In Hsk Assign!C10 and Hsk
Assign!I10 apply the below formulas respectively and copy down

='End Bal'!B5

='End Bal'!H5

--
Jacob (MVP - Excel)


"Malcolm" wrote:

I have a workbook and I would like to do the following: sheet 1 named
“End
Bal” has 8 columns. In 2 of the columns; cells B5:B22 and H5:H21
contain one
of the following; S, C/O, or BLOCK (text only). These designations
are random
and change from day-to-day. I would like to link these cells to
another
worksheet named “Hsk Assign”; with the cells C10:C27 and I10:I26. How
is this
done? I am using Excel 2007.

Regards,
Malcolm

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.