• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Offset one cell to right

change the 8 to a 9:
Code:
=HYPERLINK("#"&LEFT(A2,2)&"!"&ADDRESS(MATCH("Total",INDIRECT(CONCATENATE("'",LEFT(A2,2),"'","!H:$H")),0),9),CONCATENATE("Pmts day ",LEFT(A2,2)))
Highlighting doesn't show in the above so:
=HYPERLINK("#"&LEFT(A2,2)&"!"&ADDRESS(MATCH("Total",INDIRECT(CONCATENATE("'",LEFT(A2,2),"'","!H:$H")),0),9),CONCATENATE("Pmts day ",LEFT(A2,2)))
 
change the 8 to a 9:
Code:
=HYPERLINK("#"&LEFT(A2,2)&"!"&ADDRESS(MATCH("Total",INDIRECT(CONCATENATE("'",LEFT(A2,2),"'","!H:$H")),0),9),CONCATENATE("Pmts day ",LEFT(A2,2)))
Highlighting doesn't show in the above so:
=HYPERLINK("#"&LEFT(A2,2)&"!"&ADDRESS(MATCH("Total",INDIRECT(CONCATENATE("'",LEFT(A2,2),"'","!H:$H")),0),9),CONCATENATE("Pmts day ",LEFT(A2,2)))
Very simple... Thanks a lot p45cal !!!
 
Back
Top