Formula returns address of last non-blank cell in column A: ="A"&MATCH(2,1/(A:A<>""),1)
e.g.: A1000
Trying to turn it into a Hyperlink with: =HYPERLINK("A"&MATCH(2,1/(A:A<>""),1))
results in below error, when clicking on it.
How to turn last non-blank cell address formula into a Hyperlink that works?
e.g.: A1000
Trying to turn it into a Hyperlink with: =HYPERLINK("A"&MATCH(2,1/(A:A<>""),1))
results in below error, when clicking on it.
How to turn last non-blank cell address formula into a Hyperlink that works?