I have a column with about 300 rows of random 5 digit numbers, for eg 43581</p> Each of these numbers I have to prefix with WKS, for eg the above number needs to become WKS43581</p> Is there an easy way to do this please ?</p> Regards</p> Excel Numpty</p>
I'd make another column, type the prefix in the top row. In another column type =Cell1&Cell2, then drag down all 300 rows. Or look at Concatenate, however you spell it.
Enter =CONCATENATE("WKS",A2) and drag the formula down. where A2 is the cell reference of the number you want to use as a suffix.
Cheers chaps, I typed...... =A1&""&B1 in cell A3, then dragged A3 down all 300 rows. Sorted. Thanks</p> Couldn't get concatenate to work, though I am sure I have used it before.</p>