Thanks for the reply, I can not seem to do this with text though, I would
like to put 2 letters before a number.
ie add nb to a list of numbers
thanks tim
"Earl Kiosterud" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Tim,
>
> The following formula will put 123 in front of the number in A2. Copy
> down with the Fill Handle.
>
> =VALUE(123 & A2)
>
> For a permanent change, copy this column, then over the original column,
> do Edit - Paste special - Values. Now you don't need the formula column
> any more.
>
> --
> Earl Kiosterud
> www.smokeylake.com
>
> "Tim" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi Wondering if there is any easy way of adding some numbers in
>> front of a whole list of numbers, thanks tim
>>
>
>