I know that is possible to generate hyperlinks programmatically with a script or a formula to a website taking a cell value as a reference. But in this case I need to generate a hyperlink to another existing sheet.
For example I have a cell with a "123" value, and an existing sheet named "123". I can generate the hyperlink with right click > insert a hyperlink in the cell, but I need to do that programmatically with another 200 rows based on its value.
The problem is that I don't know how to do that, as linking to a sheet doesn't generate a formula to copy. Do you know if it is possible to do that?