View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CJN CJN is offline
external usenet poster
 
Posts: 8
Default Concatenate Question

OK, I am beginning to understand. More specifically, if I have adjacent
columns that have these values:
9 30 000 01

What would the formula be to create a value of 93000001 in a cell?

"David Biddulph" wrote:

=TEXT(A1,"000")&TEXT(A2,"000")
--
David Biddulph

"CJN" wrote in message
...
I am trying to concatenate some cells that have 000 in them. When I get the
result the 000 becomes 0. I need to retain the t digits in the result. How
may I do this?

Many Thanks,