View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Add more numbers

Correction to the second suggestion:
=7090000000+A2 and format as 0###-####-###
--
David Biddulph

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
="0709-"&TEXT(A2,"####-###") will give a text result,
or =7090000000+A2 and format as ####-####-###
--
David Biddulph

"Golfinray" wrote in message
...
I have a column that is numbers in ####-### format, like 3454-982. I would
like to add 0709- to the front of all these numbers, like 0709-3454-982.
How?
Thanks a bunch!!!!