2 workbooks not talking to each other??

richard hales

Board Regular
Joined
Feb 18, 2009
Messages
55
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
hi all
i have 2 work books:
work book 1 and work book 2 both have the same sheet1 lay out, i would like to use paste link to feed the information from work book1 sheet1 to work book 2 sheet1 but when i use paste link its leaving 0:00 in the blank cells is there any way which if a cell in workbook 1 sheet1 is blank it stays blank in workbook2 sheet1
The area i would like to paste link is Columns A to AL and Rows 1 to 106
below is the formlua which paste links puts into work book2 sheet1
='[workbook1.xls]sheet1!A1
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
If a cell contains a formula it can't be blank, but you can try:

=IF([workbook1.xls]sheet1!A1,[workbook1.xls]sheet1!A1,"")
 
Upvote 0

Forum statistics

Threads
1,214,965
Messages
6,122,500
Members
449,090
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top