Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do I replicate text from one sheet to another like "=sheet!F2"

To copy or link mathematimatical functions to a blank worksheet I use =then
click the worksheet and the cell or group of cells I want to copy or link. To
copy or link text on a cell or group of cells gives me an error. please help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default how do I replicate text from one sheet to another like "=sheet!F2"

It should work in a similar fashion. If cell A1 in Sheet1 contains:

Hello World

then enter in cell A1 in Sheet2:

=Sheet1!A1
--
Gary''s Student - gsnu200780


"copying text within excel worksheets" wrote:

To copy or link mathematimatical functions to a blank worksheet I use =then
click the worksheet and the cell or group of cells I want to copy or link. To
copy or link text on a cell or group of cells gives me an error. please help

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default how do I replicate text from one sheet to another like "=sheet!F2"

If you're pointing at multiple cells on the "sending" sheet, you could select
the same size range in the "receiving" sheet and hit ctrl-shift-enter to make
sure you're array entering this formula.

Personally, I don't think I'd do that.

I'd select the sending cells
edit|Copy
I'd select the top left corner of the receiving range
edit|Paste special|Paste link

============
But I don't like the formulas that either of these methods return.

I don't like:
=sheet2!a1
I like:
=if(sheet2!a1="","",sheet2!a1)

This keeps the receiving cell from showing 0 if the sending cell is empty.

copying text within excel worksheets wrote:

To copy or link mathematimatical functions to a blank worksheet I use =then
click the worksheet and the cell or group of cells I want to copy or link. To
copy or link text on a cell or group of cells gives me an error. please help


--

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
how to eliminate E-mail "To" & "CC" boxes at top of Excel Sheet BillFitz Excel Discussion (Misc queries) 10 March 24th 08 11:42 AM
"='sheet 1'!D4" auto fill sheet to sheet ='sheet 2'!D4 mistewalker Excel Worksheet Functions 5 January 6th 08 11:36 PM
Excel "Move or Copy" and "Delete" sheet functions dsiama Excel Worksheet Functions 1 December 28th 07 01:57 PM
How do i enable "Group" & "Ungroup" in a protected sheet ruddojo Excel Discussion (Misc queries) 0 June 2nd 06 01:01 AM
Questionnaire sheet: Select "yes" or "no," and only one can be selected bpatterson Excel Worksheet Functions 2 April 13th 06 11:04 PM


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