Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I copy a cell from one worksheet to the others in same work

I know that this is a really dumb question, but i just can't get it to work.
I am trying to perform a simple function and it's been a while so i just
can't figure what I'm doing wrong. What I have is a workbook with several
sheets that are identical. I have a cell where i enter a name and I need for
that name to automatically be entered into the same cell on each of the
remaining worksheets. I thought that I could enter

=Sheet 1!O6

into the cell that I want to copy to. This is not working. What do I do?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default How do I copy a cell from one worksheet to the others in same work

try typing
=sheet1!o6
without the space between sheet & 1.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default How do I copy a cell from one worksheet to the others in same work

If there is a space in the name of the worksheet, then you'll have to enclose
the name in single quotes. For example:

='Sheet 1'!O6

HTH,
Elkar


"Marshaann_82" wrote:

I know that this is a really dumb question, but i just can't get it to work.
I am trying to perform a simple function and it's been a while so i just
can't figure what I'm doing wrong. What I have is a workbook with several
sheets that are identical. I have a cell where i enter a name and I need for
that name to automatically be entered into the same cell on each of the
remaining worksheets. I thought that I could enter

=Sheet 1!O6

into the cell that I want to copy to. This is not working. What do I do?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default How do I copy a cell from one worksheet to the others in same work

Or just type the equals sign & then click in the cell from which you want to
pick up the data.
--
David Biddulph

"Elkar" wrote in message
...
If there is a space in the name of the worksheet, then you'll have to
enclose
the name in single quotes. For example:

='Sheet 1'!O6


"Marshaann_82" wrote:

I know that this is a really dumb question, but i just can't get it to
work.
I am trying to perform a simple function and it's been a while so i just
can't figure what I'm doing wrong. What I have is a workbook with
several
sheets that are identical. I have a cell where i enter a name and I need
for
that name to automatically be entered into the same cell on each of the
remaining worksheets. I thought that I could enter

=Sheet 1!O6

into the cell that I want to copy to. This is not working. What do I
do?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default How do I copy a cell from one worksheet to the others in same work

Or you could give the cell O6 in Sheet1 a name (by Insert | Name |
Define), eg your_name, and then in the other worksheets all you would
need to do is enter:

=your_name

Hope this helps.

Pete

David Biddulph wrote:
Or just type the equals sign & then click in the cell from which you want to
pick up the data.
--
David Biddulph

"Elkar" wrote in message
...
If there is a space in the name of the worksheet, then you'll have to
enclose
the name in single quotes. For example:

='Sheet 1'!O6


"Marshaann_82" wrote:

I know that this is a really dumb question, but i just can't get it to
work.
I am trying to perform a simple function and it's been a while so i just
can't figure what I'm doing wrong. What I have is a workbook with
several
sheets that are identical. I have a cell where i enter a name and I need
for
that name to automatically be entered into the same cell on each of the
remaining worksheets. I thought that I could enter

=Sheet 1!O6

into the cell that I want to copy to. This is not working. What do I
do?




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I copy a cell from one worksheet to the others in same

I tried that too. i knew that it might need to be named, but no luck there
either


"Pete_UK" wrote:

Or you could give the cell O6 in Sheet1 a name (by Insert | Name |
Define), eg your_name, and then in the other worksheets all you would
need to do is enter:

=your_name

Hope this helps.

Pete

David Biddulph wrote:
Or just type the equals sign & then click in the cell from which you want to
pick up the data.
--
David Biddulph

"Elkar" wrote in message
...
If there is a space in the name of the worksheet, then you'll have to
enclose
the name in single quotes. For example:

='Sheet 1'!O6


"Marshaann_82" wrote:

I know that this is a really dumb question, but i just can't get it to
work.
I am trying to perform a simple function and it's been a while so i just
can't figure what I'm doing wrong. What I have is a workbook with
several
sheets that are identical. I have a cell where i enter a name and I need
for
that name to automatically be entered into the same cell on each of the
remaining worksheets. I thought that I could enter

=Sheet 1!O6

into the cell that I want to copy to. This is not working. What do I
do?



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I copy a cell from one worksheet to the others in same

I tried this. I thought it would work, but for some reason it isn't. Thanks
all for the advice. I haven't been able to work with that sheet today. I'll
try tomorrow to see if i can get it going.

"David Biddulph" wrote:

Or just type the equals sign & then click in the cell from which you want to
pick up the data.
--
David Biddulph

"Elkar" wrote in message
...
If there is a space in the name of the worksheet, then you'll have to
enclose
the name in single quotes. For example:

='Sheet 1'!O6


"Marshaann_82" wrote:

I know that this is a really dumb question, but i just can't get it to
work.
I am trying to perform a simple function and it's been a while so i just
can't figure what I'm doing wrong. What I have is a workbook with
several
sheets that are identical. I have a cell where i enter a name and I need
for
that name to automatically be entered into the same cell on each of the
remaining worksheets. I thought that I could enter

=Sheet 1!O6

into the cell that I want to copy to. This is not working. What do I
do?




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
How to copy text box from one worksheet to cell pfa Excel Worksheet Functions 0 June 21st 06 09:51 PM
How do I copy a date in a worksheet cell to another worksheet? JennLee Excel Worksheet Functions 3 February 17th 06 05:38 PM
macro help thephoenix12 Excel Discussion (Misc queries) 4 July 15th 05 05:57 PM
Copy from worksheet to another x times Union70 Excel Discussion (Misc queries) 0 March 7th 05 09:03 PM
Using a cell reference to refernce worksheet in another work book [email protected] Excel Worksheet Functions 5 January 6th 05 06:26 PM


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