PC Review


Reply
Thread Tools Rate Thread

concatenate numerics and text

 
 
Kris
Guest
Posts: n/a
 
      23rd Jun 2008
i need to concatenate numbers and text but don't want the numbers to lose
formatting. For example this is what I want a single cell to say:
The minimum = 22,309.09; the maximum = 36,999.30; the standard deviation =
5,559.59
Where the numbers and text will all be concantenated separately b/c the min,
max, and stdev are coming from separate columns. I can get these all
together using concatenate but then the numbers lose their commas. Does
anyone have advice?
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      23rd Jun 2008
Try this:

="The minimum = "&TEXT(A1,"#,000.00")&"; the maximum = "&TEXT(B1,"#,
000.00")&"; the standard deviation = "&TEXT(C1,"#,000.00")

where I have assumed cells A1, B1 and C1 hold your values - adjust to
suit.

Hope this helps.

Pete

On Jun 23, 5:25*pm, Kris <K...@discussions.microsoft.com> wrote:
> i need to concatenate numbers and text but don't want the numbers to lose
> formatting. *For example this is what I want a single cell to say:
> The minimum = 22,309.09; the maximum = 36,999.30; the standard deviation =
> 5,559.59
> Where the numbers and text will all be concantenated separately b/c the min,
> max, and stdev are coming from separate columns. *I can get these all
> together using concatenate but then the numbers lose their commas. *Does
> anyone have advice?


 
Reply With Quote
 
Kris
Guest
Posts: n/a
 
      23rd Jun 2008
Thanks Pete! That worked!!

"Pete_UK" wrote:

> Try this:
>
> ="The minimum = "&TEXT(A1,"#,000.00")&"; the maximum = "&TEXT(B1,"#,
> 000.00")&"; the standard deviation = "&TEXT(C1,"#,000.00")
>
> where I have assumed cells A1, B1 and C1 hold your values - adjust to
> suit.
>
> Hope this helps.
>
> Pete
>
> On Jun 23, 5:25 pm, Kris <K...@discussions.microsoft.com> wrote:
> > i need to concatenate numbers and text but don't want the numbers to lose
> > formatting. For example this is what I want a single cell to say:
> > The minimum = 22,309.09; the maximum = 36,999.30; the standard deviation =
> > 5,559.59
> > Where the numbers and text will all be concantenated separately b/c the min,
> > max, and stdev are coming from separate columns. I can get these all
> > together using concatenate but then the numbers lose their commas. Does
> > anyone have advice?

>
>

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      23rd Jun 2008
You're welcome, Kris - thanks for feeding back.

Pete

On Jun 23, 5:48*pm, Kris <K...@discussions.microsoft.com> wrote:
> Thanks Pete! *That worked!!
>

 
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
text to numerics Adam Microsoft Access 2 1st May 2009 02:32 PM
Ignore text but not numerics on SUM() function KLZA Microsoft Excel Worksheet Functions 1 2nd Aug 2007 01:18 PM
Formula with text and numerics Leslie Isaacs Microsoft Excel Worksheet Functions 3 17th Nov 2006 01:02 PM
Reading linked spreadsheet numerics as text ML Microsoft Access VBA Modules 0 8th Jun 2006 05:10 AM
I want to export a text file (Access2003) and have the numerics r. =?Utf-8?B?RE5XLUhBUExFU1MtTUFJTkZSQU1FLVVTRVI=?= Microsoft Access Macros 2 9th Dec 2004 04:35 PM


Features
 

Advertising
 

Newsgroups
 


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