How to use hyperlink function to jump to the other cell within a certain range?

Mr.MJ 1 Reputation point
2022-04-17T03:05:45.843+00:00

Hi,

Within a range of table, how to use hyperlink function to jump to the first cell of the raw where under the of the last row with data?

As show below, there have a range of data within the table (D3:G17), then I want to use hyperlink function in H1, click to jump to the first cell (D15) of the row when under the last row with data D14:G14).
193604-picture1.png

Here is the files as reference:
https://1drv.ms/x/s!AibaAz5STOvFiC3FkpIx6cFZ11vZ?e=dMVPLk

How can I build the function or formula please?

Many thanks

J.

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | Excel | For business | Windows
{count} votes

1 answer

Sort by: Most helpful
  1. Emi Zhang-MSFT 30,046 Reputation points Microsoft External Staff
    2022-04-18T09:21:58+00:00

    Hi @Mr.MJ ,
    Try this formula:

    =HYPERLINK(INDIRECT(CHAR(64+COLUMN(Table1[[#All],[Column1]]))&(MAX(LOOKUP(1,0/(D:D<>""),ROW(1:65535)),LOOKUP(1,0/(E:E<>""),ROW(1:65535)),LOOKUP(1,0/(F:F<>""),ROW(1:65535)),LOOKUP(1,0/(G:G<>""),ROW(1:65535)))+1)),"TEST")  
    

    193813-image.png
    Just checking in to see if the information was helpful. Please let us know if you would like further assistance.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.