finding matching text in different sheet

  • Thread starter Thread starter Brian Shafer
  • Start date Start date
B

Brian Shafer

I am using excel 2007.
I have to sheets... the column A on both sheets is filled with text. I
want to loop throught each cell on sheet one.. and find the text on sheet2
and highlight or something. Last time I made it a hyperlink on sheet one and
it would take me to sheet 2 if the value was there.... but I lost that
function and am struggleing to figure this out again.
Any help would be great.
Thanks, Brian
 
In sheet1 cell B1 apply the below formula and copy down as required....

=IF(ISNA(MATCH(A1,Sheet2!A:A,0)),"",HYPERLINK("#Sheet2!A" &
MATCH(A1,Sheet2!A:A,0),"Go"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top