#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default sharing cell values

I have a spreadsheet with 2 tabs and I need the values from the first sheet
to automatically fill in on the 2nd sheet. what is the formula to share cell
values from one tab to another?
  #2   Report Post  
Posted to microsoft.public.excel.misc
KC KC is offline
external usenet poster
 
Posts: 94
Default sharing cell values

say you want A1 in sheet2 to show the value of A1 from sheet1 then
use the below formula in Sheet2 A1
=Sheet1!A1

-kc
*Click YES if this helps


"laurah" wrote:

I have a spreadsheet with 2 tabs and I need the values from the first sheet
to automatically fill in on the 2nd sheet. what is the formula to share cell
values from one tab to another?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default sharing cell values

Awesome, this worked. Now is there anyway I can do a column at a time, or
do I have to do each individual cell separately?

"KC" wrote:

say you want A1 in sheet2 to show the value of A1 from sheet1 then
use the below formula in Sheet2 A1
=Sheet1!A1

-kc
*Click YES if this helps


"laurah" wrote:

I have a spreadsheet with 2 tabs and I need the values from the first sheet
to automatically fill in on the 2nd sheet. what is the formula to share cell
values from one tab to another?

  #4   Report Post  
Posted to microsoft.public.excel.misc
KC KC is offline
external usenet poster
 
Posts: 94
Default sharing cell values

Good!
now, once your done with first step.
i.e., A1 in Sheet2 has the formula =Sheet1!A1

place your cursor near the bottom right corner of the A1 cell, you will get
a small plus sign, click and hold onto it and drag it to as many columns you
want and the release the mouse (don't click anywhere else), again hold the
plus sign and drag it to as many rows you want.

this should copy the formulas across all the cells you have draggred.

-kc
*Click YES if this helps


"laurah" wrote:

Awesome, this worked. Now is there anyway I can do a column at a time, or
do I have to do each individual cell separately?

"KC" wrote:

say you want A1 in sheet2 to show the value of A1 from sheet1 then
use the below formula in Sheet2 A1
=Sheet1!A1

-kc
*Click YES if this helps


"laurah" wrote:

I have a spreadsheet with 2 tabs and I need the values from the first sheet
to automatically fill in on the 2nd sheet. what is the formula to share cell
values from one tab to another?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default sharing cell values

my fault, i wasn't clear. first cell is =sheet1!A1, but the next one needs
to be =sheet1!A2, then the next =sheet1!A3 etc. is it cell by cell then, or
just copying this formula and going back and changing that one number?
thanks for your help, i have been searching the site for 3 hrs now trying to
find on my own!

"KC" wrote:

Good!
now, once your done with first step.
i.e., A1 in Sheet2 has the formula =Sheet1!A1

place your cursor near the bottom right corner of the A1 cell, you will get
a small plus sign, click and hold onto it and drag it to as many columns you
want and the release the mouse (don't click anywhere else), again hold the
plus sign and drag it to as many rows you want.

this should copy the formulas across all the cells you have draggred.

-kc
*Click YES if this helps


"laurah" wrote:

Awesome, this worked. Now is there anyway I can do a column at a time, or
do I have to do each individual cell separately?

"KC" wrote:

say you want A1 in sheet2 to show the value of A1 from sheet1 then
use the below formula in Sheet2 A1
=Sheet1!A1

-kc
*Click YES if this helps


"laurah" wrote:

I have a spreadsheet with 2 tabs and I need the values from the first sheet
to automatically fill in on the 2nd sheet. what is the formula to share cell
values from one tab to another?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default sharing cell values

I appologize, this did work, I wrote you back before it asked me for the next
step. thanks so much!

"KC" wrote:

Good!
now, once your done with first step.
i.e., A1 in Sheet2 has the formula =Sheet1!A1

place your cursor near the bottom right corner of the A1 cell, you will get
a small plus sign, click and hold onto it and drag it to as many columns you
want and the release the mouse (don't click anywhere else), again hold the
plus sign and drag it to as many rows you want.

this should copy the formulas across all the cells you have draggred.

-kc
*Click YES if this helps


"laurah" wrote:

Awesome, this worked. Now is there anyway I can do a column at a time, or
do I have to do each individual cell separately?

"KC" wrote:

say you want A1 in sheet2 to show the value of A1 from sheet1 then
use the below formula in Sheet2 A1
=Sheet1!A1

-kc
*Click YES if this helps


"laurah" wrote:

I have a spreadsheet with 2 tabs and I need the values from the first sheet
to automatically fill in on the 2nd sheet. what is the formula to share cell
values from one tab to another?

  #7   Report Post  
Posted to microsoft.public.excel.misc
KC KC is offline
external usenet poster
 
Posts: 94
Default sharing cell values

no problem!
you're welcome.

-kc

"laurah" wrote:

I appologize, this did work, I wrote you back before it asked me for the next
step. thanks so much!

"KC" wrote:

Good!
now, once your done with first step.
i.e., A1 in Sheet2 has the formula =Sheet1!A1

place your cursor near the bottom right corner of the A1 cell, you will get
a small plus sign, click and hold onto it and drag it to as many columns you
want and the release the mouse (don't click anywhere else), again hold the
plus sign and drag it to as many rows you want.

this should copy the formulas across all the cells you have draggred.

-kc
*Click YES if this helps


"laurah" wrote:

Awesome, this worked. Now is there anyway I can do a column at a time, or
do I have to do each individual cell separately?

"KC" wrote:

say you want A1 in sheet2 to show the value of A1 from sheet1 then
use the below formula in Sheet2 A1
=Sheet1!A1

-kc
*Click YES if this helps


"laurah" wrote:

I have a spreadsheet with 2 tabs and I need the values from the first sheet
to automatically fill in on the 2nd sheet. what is the formula to share cell
values from one tab to another?

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
VLookup multiple values - sum returned values into single cell se7098 Excel Worksheet Functions 12 April 2nd 23 07:32 PM
Copy values from a cell based on values of another cell Spence10169 Excel Discussion (Misc queries) 4 January 13th 09 10:01 AM
How to assign values to a cell based on values in another cell? Joao Lopes Excel Worksheet Functions 1 December 5th 07 09:02 PM
Replacing Linked Cell Values w/ Current Values TomCat Excel Worksheet Functions 6 April 10th 06 12:20 PM


All times are GMT +1. The time now is 06:06 AM.

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

About Us

"It's about Microsoft Excel"