combine values of 2 columns

  • Thread starter Thread starter daveigh
  • Start date Start date
D

daveigh

i have two columns in my worksheets, the 1st one contains a link
something that goes like:
http://www.somewhere.com/page.asp?=

then my 2nd column contains a product id. like: 1062

i wish to combine both columsn to give me an exact url for page. how d
i do this in excel? i've been testing all the function but no use.
quite confused. thanks
 
Try this

With you link in cell A2 and your id # in B2 place the followin
formula in C2.

=A2&B2

Good luck
B
 
Back
Top