0
turtlespeed

Excel help . . .

Recommended Posts

What is the formula that I can use if I want to enter data in a cell on one worksheet and have it calculate to another worksheet.

Like if on Sheet1 and wanted to take the value that I entered into A1 and have it calculated onto a cell in Sheet2.
I'm not usually into the whole 3-way thing, but you got me a little excited with that. - Skymama
BTR #1 / OTB^5 Official #2 / Hellfish #408 / VSCR #108/Tortuga/Orfun

Share this post


Link to post
Share on other sites
Go to Sheet 2. Click on the cell you want the value calculated into.

Put in that cell:

=sum(Sheet1!A1:A3)

Sheet1! would be which sheet the values are coming from.

A1:A3 would be the range of the values that you want calculated.

Have fun.
Life is short! Break the rules! Forgive quickly! Kiss slowly! Love truly, Laugh uncontrollably. And never regret anything that made you smile.

Share this post


Link to post
Share on other sites
I believe what you are asking is only in the theoretical stage of development.

This may take years and millions of valuable IT dollars.
L.A.S.T. #24
Co-Founder Biscuit Brothers Freefly Team
Electric Toaster #3
Co-Founder Team Non Sequitor
Co-Founder Team Happy Sock

Share this post


Link to post
Share on other sites
Go to the help section and study up on links and, especially, external reference. (look up 'reference' in the index under help).

That'll get you there.

...
Driving is a one dimensional activity - a monkey can do it - being proud of your driving abilities is like being proud of being able to put on pants

Share this post


Link to post
Share on other sites
Easiest way is to do it step-by-step with Microsoft's Help Index open.

Out of Microsoft's Help Index:

Create a name that refers to cells in another workbook

When you define a name that refers to a cell or range of cells in another workbook, you create a link known as an external reference. When you do this procedure, make sure the workbook you want to refer to is open and that it has been saved.

1. In the workbook in which you want to create the external reference, point to Name on the Insert menu, and then click Define.

2. In the Names in workbook box, enter the name for the external reference.

3. If the Refers to box contains a reference, select the equal sign (=) and the reference and press BACKSPACE.

4. Activate the workbook that contains the cell you want to refer to by clicking the name of the workbook on the Window menu.

5. Select the cell or range of cells you want to refer to.

6. In the Define Name dialog box, click Add.

Viola!
Life is short! Break the rules! Forgive quickly! Kiss slowly! Love truly, Laugh uncontrollably. And never regret anything that made you smile.

Share this post


Link to post
Share on other sites
Quote

Easiest way is to do it step-by-step with Microsoft's Help Index open.

Out of Microsoft's Help Index:

Create a name that refers to cells in another workbook

When you define a name that refers to a cell or range of cells in another workbook, you create a link known as an external reference. When you do this procedure, make sure the workbook you want to refer to is open and that it has been saved.

1. In the workbook in which you want to create the external reference, point to Name on the Insert menu, and then click Define.

2. In the Names in workbook box, enter the name for the external reference.

3. If the Refers to box contains a reference, select the equal sign (=) and the reference and press BACKSPACE.

4. Activate the workbook that contains the cell you want to refer to by clicking the name of the workbook on the Window menu.

5. Select the cell or range of cells you want to refer to.

6. In the Define Name dialog box, click Add.

Viola!



Cora, ok, pretend that I'm in fifth grade (prolly not a good analogy) but lets pretend.
Could you give me an example. Pretty Please.

(Man I feel Dumb)
I'm not usually into the whole 3-way thing, but you got me a little excited with that. - Skymama
BTR #1 / OTB^5 Official #2 / Hellfish #408 / VSCR #108/Tortuga/Orfun

Share this post


Link to post
Share on other sites
Do it the same way I suggested before. Lets say you want data from Book1 to appear on Book2. Go to the cell you want to put the data on book2. Type "=". Then go to Book1, find the cell you want to take data from, and click on it. Then press enter. Your cell in book2 will now contain: =[Book1]Sheet1!$A$1 (or whatever the book is called and the selected cells are).

Dave

Share this post


Link to post
Share on other sites
:D:D ** Biting tongue ** :P :D:D

Ok...let's start out at the basics. What are you trying to do? Display text from one workbook into another? Sum data? What? :)

Edited: Ignore this post. Just noticed you got it working.
Life is short! Break the rules! Forgive quickly! Kiss slowly! Love truly, Laugh uncontrollably. And never regret anything that made you smile.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0