Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
kier
 
Posts: n/a
Default need help cancatenating numerical values

I am trying to combine values from many cells into one, but the values have
zero places that get lost after combining them. For example, I need to
combine "00"&"00"&"01" so that the new value reads 000001. But when I do this
with the concatenate function, I lose the 1st zero in every cell so that it
reads 001.
Can anyone help?
Thanks!
-Kier
  #2   Report Post  
 
Posts: n/a
Default

Hi

I'm guessing that the cells contain only 0 but are formatted to display 00.
Try something like this:
=TEXT(C6,"00")&TEXT(C7,"00")&TEXT(C8,"00")

Andy.

"kier" wrote in message
...
I am trying to combine values from many cells into one, but the values have
zero places that get lost after combining them. For example, I need to
combine "00"&"00"&"01" so that the new value reads 000001. But when I do
this
with the concatenate function, I lose the 1st zero in every cell so that
it
reads 001.
Can anyone help?
Thanks!
-Kier



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

You already asked that yesterday and you got answers too

--
Regards,

Peo Sjoblom


"kier" wrote in message
...
I am trying to combine values from many cells into one, but the values have
zero places that get lost after combining them. For example, I need to
combine "00"&"00"&"01" so that the new value reads 000001. But when I do
this
with the concatenate function, I lose the 1st zero in every cell so that
it
reads 001.
Can anyone help?
Thanks!
-Kier


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
#N/A Values : Returned by Formulas vs Entered Manually monir Charts and Charting in Excel 8 July 7th 05 01:16 AM
Assign numerical values to text codes Bridget Excel Worksheet Functions 3 April 18th 05 11:33 PM
Second serie doesn't use X-as values JackRnl Charts and Charting in Excel 1 January 20th 05 01:04 AM
How do I stop excel replacing numerical values with the date? Becca C Excel Discussion (Misc queries) 2 December 21st 04 12:12 PM
MS Excel should allow you to format numerical values to thousand. Elias Nunez Excel Worksheet Functions 1 December 2nd 04 04:06 PM


All times are GMT +1. The time now is 04:47 PM.

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

About Us

"It's about Microsoft Excel"