Forum Discussion

Marcus_Booth's avatar
Marcus_Booth
Brass Contributor
May 30, 2024

Link from Drop Down List to first blank cell on a specific worksheet (same WB)

Hello! I'm have a workbook with many data entry tables, each in a separate worksheet in the workbook. I need to set up a directory with a list of each of the 'Tabs' that will function as a hyperlink ...
  • djclements's avatar
    Jun 01, 2024

    Marcus_Booth Use the HYPERLINK function to create a clickable link to the last used cell in the specified worksheet. For example, with the target sheet name in cell A2:

     

    =HYPERLINK("#"&ADDRESS(COUNTA(INDIRECT("'"&A2&"'!A:A"))+1,1,,,A2))

     

    See attached example file...

Resources