help with excel

Soldato
Joined
22 Jun 2005
Posts
9,068
Location
Nottinghamshire
I have some skills in excel, but only basic ones unfortunatley.

I have a spreadsheet with catalogue numbers in column a

In column B I need to do the following.

www.xyz.com/<CAT NO>

The <CAT NO> needs to be copied from column A on that row, any ideas on how to do that?

Thanks!
 
A1 = <cat no>
B1 = www.xyz.com
C1 = =B1&A1

then use select cell C1 and use the little handle thing to drag it down to bottom

then edit as you see fit.

lame way to do it but works :)



*damn*

beaten with a cleverererer way :(
 
Back
Top Bottom