Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

join two colums on different sheets and make hyperlink 1

Status
Not open for further replies.

max1x

Programmer
Jan 12, 2005
366
US
In sheet1, coulum A I have
a
b
c
d
e
In sheet2, colum I have

In sheet1, I did the following in column B
HYPERLINK("sheet2!A1"&"sheet2!A1",A1)
which creates

The problem is that when I copy the forumla down in the column on sheet1, colB, it keep on adding 1 to the sheet2 lookup, which I don't want to happen.

Any ideas.
 
I'm not sure that is your formula as it would not do as you describe but I think you just need to change A1 to $A$1

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Thank you for your help. I played aroudn with it and got it to work.

=HYPERLINK(workSheetName!A$1&colToConc,valOfcolToConc)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top