Forum Discussion
ellie5225
Apr 24, 2022Copper Contributor
HYPERLINK w/XLOOKUP Receiving ERR_INVALID_RESPONSE "The site can't be reached"
I have a shared excel workbook on a SharePoint site that has several tabs. TabA = Projects listed and direct urls to Project IDs in a SharePoint list for updating quickly. TabB = References TabA...
- Apr 25, 2022
Sorry, forgot # in front. Depends on which kind of references you use it could be
Please check in attached file.
SergeiBaklan
Apr 24, 2022Diamond Contributor
In HYPERLINK first parameters is the text, not returned reference. That could be like
= HYPERLINK( CELL("address", XLOOKUP(C476,Table3[Projects],Table3[Ref]) ) )
ellie5225
Apr 25, 2022Copper Contributor
Thank you. However, I am getting #VALUE! now.
- SergeiBaklanApr 25, 2022Diamond Contributor
Sorry, forgot # in front. Depends on which kind of references you use it could be
Please check in attached file.
- ellie5225Apr 25, 2022Copper ContributorThank you so much!
- SergeiBaklanApr 25, 2022Diamond Contributor
ellie5225 , you are welcome