Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Connecting to specific cells in Excel

I have successfully established a link between two cells of two different
workbooks in Excel. I need to be able to just copy and paste in order to
change my source data when I am updating my figures. When I copy and paste
the new sheet into my source sheet, the linked cell shows "0" instead of the
updated number. Is there a way I can prevent this from happening or can I
create a data connection for one cell in particular? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Connecting to specific cells in Excel

You end up with a formula that looks like:
=[book2.xls]Sheet1!$A$1

You can modify this formula to hide the 0.
=if([book2.xls]Sheet1!$A$1="","",[book2.xls]Sheet1!$A$1)

(the formula will include the path if the "sending" workbook is closed.)

Stonewall wrote:

I have successfully established a link between two cells of two different
workbooks in Excel. I need to be able to just copy and paste in order to
change my source data when I am updating my figures. When I copy and paste
the new sheet into my source sheet, the linked cell shows "0" instead of the
updated number. Is there a way I can prevent this from happening or can I
create a data connection for one cell in particular? Thanks.


--

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
connecting wordpad and excel Jan Excel Discussion (Misc queries) 1 May 4th 07 01:37 PM
connecting multiple cells to new sheet (VLOOKUP?IF?) Gregula Excel Worksheet Functions 1 August 18th 06 08:03 PM
hide specific cells in Excel Espo Excel Worksheet Functions 1 May 25th 06 03:12 PM
Connecting a form to an Excel workbook... Mr. Smiley Excel Discussion (Misc queries) 2 November 3rd 05 12:46 PM
How do I protect specific cells from changes in Excel? LarryH Excel Discussion (Misc queries) 2 January 25th 05 10:10 PM


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