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  

How to put value in cell in Sheet 1 into cell in Sheet2



 
 
Thread Tools Display Modes
  #1  
Old December 2nd, 2003, 05:45 PM
Juan Melero
external usenet poster
 
Posts: n/a
Default How to put value in cell in Sheet 1 into cell in Sheet2

Does anybody know a way of getting the value of a cell in
Sheet 1 of Workbook 1 into a cell in Sheet 2 of Workbook 1
without writting code. If there is no way to do it
without code can someone please give me some clues on how
to write the code.
Example
Cell A10 in sheet 1 holds the Average of cells A1:A9. I
want to put the value of cell A10 in Sheet 1 into Cell A1
in Sheet 2. All this is in the same workbook.
  #2  
Old December 2nd, 2003, 05:56 PM
Randall Roberts
external usenet poster
 
Posts: n/a
Default How to put value in cell in Sheet 1 into cell in Sheet2

in cell A1 sheet two type

=Sheet1!A10

Randall


On Tue, 2 Dec 2003 09:45:54 -0800, "Juan Melero"
wrote:

Does anybody know a way of getting the value of a cell in
Sheet 1 of Workbook 1 into a cell in Sheet 2 of Workbook 1
without writting code. If there is no way to do it
without code can someone please give me some clues on how
to write the code.
Example
Cell A10 in sheet 1 holds the Average of cells A1:A9. I
want to put the value of cell A10 in Sheet 1 into Cell A1
in Sheet 2. All this is in the same workbook.


  #3  
Old December 2nd, 2003, 06:16 PM
Juan
external usenet poster
 
Posts: n/a
Default How to put value in cell in Sheet 1 into cell in Sheet2

Thanks. Worked like a charm.
-----Original Message-----
in cell A1 sheet two type

=Sheet1!A10

Randall


On Tue, 2 Dec 2003 09:45:54 -0800, "Juan Melero"
wrote:

Does anybody know a way of getting the value of a cell

in
Sheet 1 of Workbook 1 into a cell in Sheet 2 of Workbook

1
without writting code. If there is no way to do it
without code can someone please give me some clues on

how
to write the code.
Example
Cell A10 in sheet 1 holds the Average of cells A1:A9. I
want to put the value of cell A10 in Sheet 1 into Cell

A1
in Sheet 2. All this is in the same workbook.


.

  #4  
Old December 4th, 2003, 01:40 AM
Jim
external usenet poster
 
Posts: n/a
Default How to put value in cell in Sheet 1 into cell in Sheet2


-----Original Message-----
Does anybody know a way of getting the value of a cell in
Sheet 1 of Workbook 1 into a cell in Sheet 2 of Workbook

1
without writting code. If there is no way to do it
without code can someone please give me some clues on how
to write the code.
Example
Cell A10 in sheet 1 holds the Average of cells A1:A9. I
want to put the value of cell A10 in Sheet 1 into Cell A1
in Sheet 2. All this is in the same workbook.
.
Go to sheet 2, select the cell you want: in your case A1.

Type "=", then mouse to sheet1, select cell A10 (or
whatever you want to use), then hit Enter. If you want to
be able to add rows to the 1-through-9 grouping, you're
done. If you want sheet 2 cell A1 to always refer to sheet
1 A10, then tap the F4 function key before hitting Enter.
That locks the reference to that cell, no matter what else
you do to sheet1. Try it in a new blank workbook first -
it's easy.
 




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 01:15 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.