PC Review


Reply
Thread Tools Rate Thread

Concatenate cells with text and numbers/decimals

 
 
rrupp
Guest
Posts: n/a
 
      19th Jun 2008
I have a column with letters and another column with numbers with decimals
that I have concatenated. But, the zero's after the decimal drop off.
For example.

Column A
Bob

Column B
452.00

If the numeral is a decimal with anything other than zero, it comes across
but above, it shows as Bob452, I need the decimal so Bob452.00

Any suggestions? I searched the site but couldn't find what I needed.
Thanks for your time.

 
Reply With Quote
 
 
 
 
DReid
Guest
Posts: n/a
 
      19th Jun 2008
Covert the number to text and then add the two values together

"rrupp" wrote:

> I have a column with letters and another column with numbers with decimals
> that I have concatenated. But, the zero's after the decimal drop off.
> For example.
>
> Column A
> Bob
>
> Column B
> 452.00
>
> If the numeral is a decimal with anything other than zero, it comes across
> but above, it shows as Bob452, I need the decimal so Bob452.00
>
> Any suggestions? I searched the site but couldn't find what I needed.
> Thanks for your time.
>

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      19th Jun 2008
=A1&" "&TEXT(B1,"#,##0.00") returns bob 425.00


Gord Dibben MS Excel MVP


On Thu, 19 Jun 2008 10:56:03 -0700, rrupp <(E-Mail Removed)>
wrote:

>I have a column with letters and another column with numbers with decimals
>that I have concatenated. But, the zero's after the decimal drop off.
>For example.
>
>Column A
>Bob
>
>Column B
>452.00
>
>If the numeral is a decimal with anything other than zero, it comes across
>but above, it shows as Bob452, I need the decimal so Bob452.00
>
>Any suggestions? I searched the site but couldn't find what I needed.
>Thanks for your time.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't concatenate text and numbers on certain worksheets. bruceceng@gmail.com Microsoft Excel Programming 1 24th Feb 2009 08:29 PM
Concatenate large numbers of cells Seldonian Crisis Microsoft Excel Misc 4 27th Nov 2007 04:44 PM
VBA to concatenate Text and/or Numbers and/or dates etc donoteventry;removes;pam@ameritech.net Microsoft Excel Misc 2 25th Jul 2006 02:46 AM
How do I merge 2 cells to 1 when contents are numbers AND retain decimals huruta Microsoft Excel Misc 3 28th Jan 2006 07:37 PM
Concatenate text and numbers? CLR Microsoft Excel Worksheet Functions 8 6th May 2005 02:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:23 AM.