Hello fellow excel junkies,
I have the following formula in H4 in sheet 1:
=IF(COUNTIF(sheet2!$C$2:$C$300,$C2)>0,HYPERLINK("#sheet2!"&ADDRESS(MATCH($C2,sheet2!$C:$C,0),3),"Click Here"),"")
As you can see, H4 in sheet 1 will search column c in sheet2 for the value of cell C2 in sheet 1. I have the hyperlink working correctly in H4, so if it finds a match it will say "click here" and will take you to sheet 2 and highlight the matching cell in column C. however, it will not center on the cell, sometimes not even coming close.
Is there a way to use the hyperlink function that I have here, and just change/add to it so that it will center on the matching cell when I hit the "click here" text?
Bookmarks