I have a Google Sheets spreadsheet where I keep notes on monthly tasks, so each sheet represents one month. I always move the current month's sheet so that it's first in the spreadsheet. I want to be able to send my coworkers a hyperlink that always links to a cell or row the first/leftmost sheet, no matter what sheet that is.
For example, if I have a cell labeled "Customer 3," then I want the hyperlink to go to the "Customer 3" cell on the first/leftmost sheet in my spreadsheet regardless of whether it's the January, February, or March sheet. And when I create a new sheet - April - and move it to the leftmost position, I want the link to go to the "Customer 3" cell/row on the new April sheet.
I know how to link to a specific cell, to a specific sheet, and to a specific cell within a specific sheet. But I don't want to have to recreate the hyperlinks every month. Is there a way to accomplish this, either natively or with a Google Apps script?
Thanks.