question

MrMJ-5923 avatar image
0 Votes"
MrMJ-5923 asked emizhang-msft commented

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

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.


office-excel-itprooffice-itprooffice-scripts-excel-dev
picture1.png (909.5 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello

For better understanding, do you want a hyperlink to cell (D15) and a dynamic entry add-on link to the next row?

0 Votes 0 ·

1 Answer

emizhang-msft avatar image
0 Votes"
emizhang-msft answered emizhang-msft commented

Hi @MrMJ-5923,
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.


image.png (39.1 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @MrMJ-5923,
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.

0 Votes 0 ·