Categories
How to create a hyperlink to another sheet within same excel -BIP report Excel template

Summary:
I am trying to create an Excel template in which there are 2 tabs. One will have budget control balance details and other sheet will have PO details. Expected functionality is 'If we click on resource name in sheet1, it should navigate to first instance of same resource name in sheet 2.
Content (please ensure you mask any confidential information):
I used below syntax, but it is not allowing me to dynamically print the resource name
--1# In the sample template, I have used the syntax =HYPERLINK("#'Sheet2'!$A$3","Somewhere in another worksheet") to create hyperlink to another sheet.
It works but it is overriding the actual field value of <?RESOURCE_NAME?>. I want resource value to be displayed, and it should have hyperlink which points to another sheet.
--2# Then if there is a resource with value (eg.) '12345' in sheet1, then I want to point to the same resource in Sheet2
Please let me know if this is achievable and how to do that.
Version (include the version you are using, if applicable):
24C (11.13.24.07.0)
Code Snippet (add any code snippets that support your topic, if applicable):