Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Format amount in string

In cell A1 I have the value 10271,623 formatted as a number so it is
displayed as 10.272

In cell A2 I want to display some text and the formatted amount in cell
A1, something like:

="My text: "& A1

If I do it as above it is displayed as "My text: 10271,623" instead of
"My text: 10.272". How can I change that?

Regards,

S

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Format amount in string

I got this one to work:
="mytext "&TEXT(A1,"0.000,,")

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Format amount in string

In cell A2 type the following:

="My Text: "&TEXT(ROUND(A1/1000000,3),"##.###")
--
Kevin Backmann


" wrote:

In cell A1 I have the value 10271,623 formatted as a number so it is
displayed as 10.272

In cell A2 I want to display some text and the formatted amount in cell
A1, something like:

="My text: "& A1

If I do it as above it is displayed as "My text: 10271,623" instead of
"My text: 10.272". How can I change that?

Regards,

S


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
copy with format horst New Users to Excel 16 September 25th 06 09:43 PM
How do I convert numeric data to string format (without VBA)? LissaC Excel Worksheet Functions 1 March 20th 06 07:44 PM
How to convert amount in word format (Like 40.00 is Rs. Forty ) Dinesh Excel Discussion (Misc queries) 2 December 29th 05 11:17 AM
Conditional Format Not Working KMH Excel Discussion (Misc queries) 0 December 22nd 05 05:32 PM
Format monetary amount to 9 digits with No decimals without rounding [email protected] Excel Worksheet Functions 4 December 20th 05 11:14 PM


All times are GMT +1. The time now is 07:15 AM.

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"