Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default import data between worksheets

If I have 5 worksheets in a file and want to have the data in cell C5 of one
sheet displayed in a cell in another worksheet how do I get this done?
--
Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default import data between worksheets

Select the "sending" cell
Edit|copy
Select the "receiving" cell
edit|paste special|paste link

You'll see a formula that looks like:
=Sheet2!$C$5
If that sending cell is empty, you'll see the formula returns a 0.

You may want:
=if(Sheet2!$C$5="","",Sheet2!$C$5)
to hide the 0.

Kurt MN wrote:

If I have 5 worksheets in a file and want to have the data in cell C5 of one
sheet displayed in a cell in another worksheet how do I get this done?
--
Thank you


--

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 can i import worksheets from multiple workbooks davidp23 New Users to Excel 1 September 1st 06 08:49 PM
Amalgamate Several Worksheets into one file thru Data import M Imran Buhary Links and Linking in Excel 1 May 29th 06 11:08 AM
Amalgamate Several Worksheets into one file thru Data import M Imran Buhary Excel Discussion (Misc queries) 0 May 28th 06 11:29 AM
How do I import data from lotus123 & maintain formulas/worksheets Ineluctable Excel Discussion (Misc queries) 1 October 20th 05 05:11 PM
Import various Worksheets Mark J Excel Worksheet Functions 0 May 15th 05 03:53 PM


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