Surprised to see this as a top search on Google but with no answer.
Anyway, here's the method I found that works for me: combine Hyperlink with values from a different column using the &, a basic example is shown below:

Surprised to see this as a top search on Google but with no answer.
Anyway, here's the method I found that works for me: combine Hyperlink with values from a different column using the &, a basic example is shown below:

If you are trying to automatically generate direct URL's to specific sheets based on their name, and do not want to use scripts, you are out of luck. Currently, the only way to link directly to specific sheets is by appending the correct gid number to the spreadsheet URL. A gid must be either copied manually from the active sheet's URL, or automatically extracted with a custom function, created using scripts.
How to create dynamic link in Google Sheets that based on value in another cell? - Google Docs Editors Community
Dynamic Links Between Sheets
Creating dynamic URL for linking externally
Can links to cells be created dynamically?
Does Coefficient work with both Google Sheets and Excel?
What is Coefficient's AI Sheets Assistant?
How does Coefficient's automated refresh work?
Videos
Problem: I'm creating a sheet where there's a master sheet that has data (like a game bingo board layout) to be copied onto "team sheets". Everything is fine and dandy using ={'Master Sheet'!A1:B300} However, in some of these cells I have a hyperlink: =HYPERLINK("#gid=" & SHEETGID() & "&range=A301", "Game Text Here") Where SHEETGID() returns the sheet ID (ex: 1069862204). Unfortunately when this is copied over to the team sheets (via the array formula) it just copies the master sheet link and I would like it to be dynamic to each individual teams sheet.
Solution needed: Is there a way to copy data from one sheet to another while simultaneously having a dynamic link to another part of the sheet?
Side note: The idea behind the master sheet is if I need to make changes, I'd only need to do it on one page and not 20 team pages.
(Let me know if I need to clarify anything, I struggled to figure out how to articulate my issue to someone not familiar with how the data works)
Sample link: https://docs.google.com/spreadsheets/d/1jvIUZn857lOIb1PSw00AxBXQJ8LEKpYeXiFnj1NYrhU/edit?usp=drivesdk