Help in linked spreadsheets

tbones

New Member
Joined
Jul 18, 2008
Messages
43
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet that is linked to another workbooks spreadsheet. On the spreadsheet where it copies the data from the linked workbooks spread sheet I have a formula that creates a value from another cell on the data sheet that copies from the linked spread sheet .
Without the linked workbooks spread sheet the formula works fine but as soon as the spreadsheet is linked then the formula does not work.

Here is the formula

=IF(OR(C3="",D3=""),"",IF(AND(C3=I3,D3=J3),1,"0"))

So in essence without the linked workbooks spread sheet what this does is basically match the data in C3 and D3 with date in I3 and J3 and which gives a value of 1 or if it does not match gives a value of 0 and also if cells C3 and/or D3 are blank then I3 and J3 will be blank.

The values 1 or 0 or blank once populated goes into cell M3.

However when I link C3 and D3 to a separate workbooks spread sheet (basically it copies what is on the other spreadsheet) if the other spreadsheet is blank it then makes the cell M3 =1 which is not what I want to do.
It looks like when linking the data from another workbooks spreadsheet it seems to corrupt the value of cell M3

To link the cells C3 i use the formula ='Sign in to your Microsoft account 0 0 Football Prediction League 2021 to 2022/Football project link/[Player 1 1.xlsm]Sheet1'!C3

Any help would be appreciated or if you need more info then I can give it.

Here is a picture of the worksheet I am linking to

1686209385011.png



Here is a picture of the linked workbooks spread sheet


1686209180575.png
 

Attachments

  • 1686209125930.png
    1686209125930.png
    31.2 KB · Views: 4
  • 1686209295286.png
    1686209295286.png
    33.5 KB · Views: 4

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
I think I have managed to resolve it by using this formula =IF(OR('[Player 1.xlsm]Sheet1'!$C$5=""),"",'[Player 1.xlsm]Sheet1'!$C$5) and that seemed to work.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,069
Messages
6,122,958
Members
449,096
Latest member
Anshu121

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