Trying to update External closed workbook link

ExcelNewbie_2023

New Member
Joined
Sep 11, 2023
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Trying to update the link automatically based off of values of $B$1&B4&$B$2. The issues is it gives me the text as the result instead of establishing the link. If I copy and past Values and add an = sign to the front of the text it will establish the link. What can I do to make this work automatically?

1694449234832.png
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Have you tried the Hyperlink function? If I understand your need that is what you should use.

Book1
ABCDEF
1Link Part 1https://www.mrexcel.com/
2Link Part 2board/help/xl2bb/
3
4https://www.mrexcel.com/board/help/xl2bb/
Sheet1
Cell Formulas
RangeFormula
B4B4=HYPERLINK(B1&B2)
 
Upvote 0
Have you tried the Hyperlink function? If I understand your need that is what you should use.

Book1
ABCDEF
1Link Part 1https://www.mrexcel.com/
2Link Part 2board/help/xl2bb/
3
4https://www.mrexcel.com/board/help/xl2bb/
Sheet1
Cell Formulas
RangeFormula
B4B4=HYPERLINK(B1&B2)

I am using hyperlinks to be able to go to the document. What I am trying to do is pull cell values into the current workbook from the external workbook. This can be done with an INDIRECT function but that only works if the external workbook is open. I am trying to figure out a way to do it with a closed external workbook.

If you look at cell C4, that is the link + look up cells that when typed directly into the formula bar as in D4 pulls in the value of the cell F15 of the closed workbook.
 
Upvote 0

Forum statistics

Threads
1,215,151
Messages
6,123,316
Members
449,094
Latest member
Chestertim

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