wallmaxmer
New Member
- Joined
- Apr 9, 2023
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I have used the following formulas in my worksheet and both bring back the correct text and a hyperlink, but the hyperlink does not work.
=HYPERLINK(INDEX('CM Data'!B3:E153,MATCH(C18,'CM Data'!B3:B153,0),4))
=HYPERLINK(VLOOKUP($C16,Generate!$B$2:$G$100,4,),'CM Data'!E9)
I've tested the hyperlinks on all the cells in the "CM DATA" sheet and they all work correctly. When I click on the hyperlink in the "WEEK 1" sheet, where I need the hyperlink to be pulled into, it looks like it completely changes the link and says the following, "The webpage at might be temporarily down or it may have moved permanently to a new web address". The address it pulls up is entirely different than the hyperlinks in the "CM DATA" sheet. For example, I changed one just to be as simple as, "www.google.com" and then I run the formula and it brings back the error with the long HTTPS address I just mentioned. It actually looks like its my SharePoint address on my computer that it changes it to.
Can someone point me in the right direction? Thank you!
=HYPERLINK(INDEX('CM Data'!B3:E153,MATCH(C18,'CM Data'!B3:B153,0),4))
=HYPERLINK(VLOOKUP($C16,Generate!$B$2:$G$100,4,),'CM Data'!E9)
I've tested the hyperlinks on all the cells in the "CM DATA" sheet and they all work correctly. When I click on the hyperlink in the "WEEK 1" sheet, where I need the hyperlink to be pulled into, it looks like it completely changes the link and says the following, "The webpage at might be temporarily down or it may have moved permanently to a new web address". The address it pulls up is entirely different than the hyperlinks in the "CM DATA" sheet. For example, I changed one just to be as simple as, "www.google.com" and then I run the formula and it brings back the error with the long HTTPS address I just mentioned. It actually looks like its my SharePoint address on my computer that it changes it to.
Can someone point me in the right direction? Thank you!