Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default Same cell but different worksheet

Hi All,

Can I make a cell the same as the cell, but in a different worksheet.
It's a text field.

For example A1 in worksheet Marketing Report should be the same as A1
in worksheet Students.

Thanks,

Michele
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Same cell but different worksheet

Like this
=Students!a1

The simplest way to do this is to let Excel create the cell address:
Type = (don't hit enter)
Now navigate to the cell you want "the same" (ie, click on the worksheet
tab, click on the cell)
Hit Enter

You will see that Excel has created the formula for you. Once you learn
this, you'll never type a cell address again.

Regards,
Fred

"mjones" wrote in message
...
Hi All,

Can I make a cell the same as the cell, but in a different worksheet.
It's a text field.

For example A1 in worksheet Marketing Report should be the same as A1
in worksheet Students.

Thanks,

Michele


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default Same cell but different worksheet

On Jan 10, 8:34*pm, "Fred Smith" wrote:
Like this
=Students!a1

The simplest way to do this is to let Excel create the cell address:
Type = (don't hit enter)
Now navigate to the cell you want "the same" (ie, click on the worksheet
tab, click on the cell)
Hit Enter

You will see that Excel has created the formula for you. Once you learn
this, you'll never type a cell address again.

Regards,
Fred

"mjones" wrote in message

...

Hi All,


Can I make a cell the same as the cell, but in a different worksheet.
It's a text field.


For example A1 in worksheet Marketing Report should be the same as A1
in worksheet Students.


Thanks,


Michele


Thanks a bunch. I should have thought of that.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Same cell but different worksheet

Just to add another way...

I like to select the cell on the "sending" sheet.
Edit|copy

Then go to the "receiving" cell.
Edit|paste special|paste link

And I'd end up with that same formula:
=Students!A1

You'll find that if A1 on the Students worksheet is empty, then you'll see a 0
in the receiving cell.

You can stop that by modifying the formula:

=if(students!a1="","",students!a1)





mjones wrote:

Hi All,

Can I make a cell the same as the cell, but in a different worksheet.
It's a text field.

For example A1 in worksheet Marketing Report should be the same as A1
in worksheet Students.

Thanks,

Michele


--

Dave Peterson
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
Can I click on a cell on one worksheet and make it take me to another worksheet steve12345 New Users to Excel 7 November 5th 12 06:45 PM
If in specific cell in any worksheet but worksheet one add to spec LiveUser Excel Worksheet Functions 3 January 24th 08 11:26 PM
copy data in a cell from worksheet A to worksheet B rajesh Excel Discussion (Misc queries) 1 February 21st 06 07:40 AM
How can I link cell colours from worksheet to worksheet/workbook? Evelyn Excel Worksheet Functions 1 July 5th 05 09:16 PM
Worksheet reference (i.e placing worksheet name in a cell) Roger Roger Excel Worksheet Functions 1 January 20th 05 03:40 PM


All times are GMT +1. The time now is 10:07 PM.

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"