Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CJN CJN is offline
external usenet poster
 
Posts: 8
Default Concatenate Question

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,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Concatenate Question

=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,



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Concatenate Question

=text(a1,"000")&" some text "&text(b1,"000")&" more text "&text(c1,"mm/dd/yyyy")

Same kind of thing with dates and money and number formats.

CJN wrote:

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,


--

Dave Peterson
  #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,




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Concatenate Question

=A1&B1&TEXT(C1,"000")&TEXT(D1,"00") if the cells contain integer values.

Otherwise, if you've rounded the values in A1 and B1 in the display
formatting, try
=TEXT(A1,"0")&TEXT(B1,"00")&TEXT(C1,"000")&TEXT(D1 ,"00")
--
David Biddulph

"CJN" wrote in message
...
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,






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenate question DianaL Excel Worksheet Functions 4 March 27th 08 02:26 PM
CONCATENATE Question Anthony Excel Discussion (Misc queries) 4 March 16th 08 11:31 PM
Concatenate Question Learningfast Excel Worksheet Functions 4 January 16th 08 06:14 AM
IF(ISTEXT Concatenate formula question SCrowley Excel Worksheet Functions 15 October 9th 07 02:43 AM
Concatenate question nick Excel Worksheet Functions 3 July 27th 06 11:40 PM


All times are GMT +1. The time now is 08:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"