Simple Hyperlink function using an indirect address

mario92

New Member
Joined
Oct 16, 2011
Messages
43
Office Version
  1. 365
Platform
  1. Windows
Hi,
I want to reference a cell with a formula that will take the link to the bottom of a sheet where the last row is filled in but also want it to be dynamic. I have the last row in a cell (with a dynamic formula) in which i want hyperlink to reference. Below is what i've been trying. Q1's cell has the formula that displays the last row (=ROW(OFFSET(A10,COUNTA(A$10:A$1048576)-1,0))). When Q1 updates i would like the hyperlink to update as well.
=HYPERLINK(INDIRECT(Q1), "bottom")

I've looked for some time and haven't found anything. I would think its a simple issue and any help would be greatly appreciated
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
How about
Excel Formula:
=HYPERLINK("#A"&Q1,"Bottom")
 
Upvote 0
sorry, i still get reference isnt valid
what does #A do?
 
Upvote 0
What is the value in Q1?
 
Upvote 0
Again the formula is this
(=ROW(OFFSET(A10,COUNTA(A$10:A$1048576)-1,0)))

the actual value in the cell is 769
 
Upvote 0
How do you get that value with the formula you have shown?
 
Upvote 0
im really sorry, this is the formula.

=ADDRESS(MAX((A1:A10001<>"")*(ROW(A1:A10001))),COLUMN(A1:A10001))
 
Upvote 0
i got it now, i just removed the A.

=HYPERLINK("#"&Q1, "Bottom")

this works. Sorry to waste your time
 
Upvote 0
Glad you sorted it & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,669
Messages
6,120,828
Members
448,990
Latest member
rohitsomani

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top