Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sleepy Sheep
 
Posts: n/a
Default shortcut for transfering info from one worksheet to another?

It's been years, but I remember that there was a shortcut for moving cell
info from one worksheet to another-so that when I changed info on the primary
worksheet, it changed the corresponding info on other worksheets. I don't
remember the long way to do this, much less the shortcut.

If you have any input, I surely would appreciate it.

Thanks, Dave
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default shortcut for transfering info from one worksheet to another?

Hi!

You want Sheet1 cell A1 to also appear on Sheet2 in cell G20:

On Sheet2 in cell G20 enter this formula:

=IF(Sheet1!A1="","",Sheet1!A1)

You could just use:

=Sheet1!A1

But if the cell is empty the formula will return 0. Using the IF formula
accounts for that and will leave the cell blank.

Another method that will do the same thing (except for testing for empty
cells):

Copy the source cell and navigate to the target cell.
Then do: EditPaste specialPaste link

Biff

"Sleepy Sheep" <Sleepy wrote in message
...
It's been years, but I remember that there was a shortcut for moving cell
info from one worksheet to another-so that when I changed info on the
primary
worksheet, it changed the corresponding info on other worksheets. I don't
remember the long way to do this, much less the shortcut.

If you have any input, I surely would appreciate it.

Thanks, Dave



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
Extracting data from one Worsheet to Another Worksheet with common link value Edwin Mashiringwani Excel Discussion (Misc queries) 1 November 25th 05 03:14 AM
How do I extract text info from 1 excel worksheet into many? DG Excel Discussion (Misc queries) 1 November 22nd 05 11:11 AM
Search a worksheet, extract rows using a list from another sheet bobf Excel Discussion (Misc queries) 9 August 31st 05 04:56 AM
Copy info from worksheet 1 to other sheets John Excel Worksheet Functions 2 February 12th 05 07:43 PM
Worksheet name and Backward compatibility Rich Excel Discussion (Misc queries) 3 November 30th 04 06:10 PM


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

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"