Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default =CONCATENATE(50*10^9*121, "yen")

The above formula, a conversion of US dollars to Japanese yen, is returned as
"6050000000000 yen" (6.05 trillion yen) as opposed to 6,050,000,000,000 yen

Is there a way to force the commas to appear? Right now, as the formula
stands, CONCATENATE treats 50*10^9*121 as text, not a number. (121 is the
amount of USD per 1 JPY).

(Yes this question could be avoided by formatting the calculation as
currency and giving it the yen symbol. But I've been asked to do it this
way. Odd, I know.)

Thanks for any ideas.

Dave

--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default =CONCATENATE(50*10^9*121, "yen")

=CONCATENATE(TEXT(50*10^9*121,"#,#,#,#"), " yen")
--
David Biddulph

"Dave F" wrote in message
...
The above formula, a conversion of US dollars to Japanese yen, is returned
as
"6050000000000 yen" (6.05 trillion yen) as opposed to 6,050,000,000,000
yen

Is there a way to force the commas to appear? Right now, as the formula
stands, CONCATENATE treats 50*10^9*121 as text, not a number. (121 is the
amount of USD per 1 JPY).

(Yes this question could be avoided by formatting the calculation as
currency and giving it the yen symbol. But I've been asked to do it this
way. Odd, I know.)

Thanks for any ideas.

Dave



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default =CONCATENATE(50*10^9*121, "yen")

Use the text function to specify the formatting:
=TEXT(50 * 10 ^ 9 * 121,"#,###") & " yen"


"Dave F" wrote:

The above formula, a conversion of US dollars to Japanese yen, is returned as
"6050000000000 yen" (6.05 trillion yen) as opposed to 6,050,000,000,000 yen

Is there a way to force the commas to appear? Right now, as the formula
stands, CONCATENATE treats 50*10^9*121 as text, not a number. (121 is the
amount of USD per 1 JPY).

(Yes this question could be avoided by formatting the calculation as
currency and giving it the yen symbol. But I've been asked to do it this
way. Odd, I know.)

Thanks for any ideas.

Dave

--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default =CONCATENATE(50*10^9*121, "yen")

Great, thanks.
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"David Biddulph" wrote:

=CONCATENATE(TEXT(50*10^9*121,"#,#,#,#"), " yen")
--
David Biddulph

"Dave F" wrote in message
...
The above formula, a conversion of US dollars to Japanese yen, is returned
as
"6050000000000 yen" (6.05 trillion yen) as opposed to 6,050,000,000,000
yen

Is there a way to force the commas to appear? Right now, as the formula
stands, CONCATENATE treats 50*10^9*121 as text, not a number. (121 is the
amount of USD per 1 JPY).

(Yes this question could be avoided by formatting the calculation as
currency and giving it the yen symbol. But I've been asked to do it this
way. Odd, I know.)

Thanks for any ideas.

Dave




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default =CONCATENATE(50*10^9*121, "yen")

Thanks.
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"bpeltzer" wrote:

Use the text function to specify the formatting:
=TEXT(50 * 10 ^ 9 * 121,"#,###") & " yen"


"Dave F" wrote:

The above formula, a conversion of US dollars to Japanese yen, is returned as
"6050000000000 yen" (6.05 trillion yen) as opposed to 6,050,000,000,000 yen

Is there a way to force the commas to appear? Right now, as the formula
stands, CONCATENATE treats 50*10^9*121 as text, not a number. (121 is the
amount of USD per 1 JPY).

(Yes this question could be avoided by formatting the calculation as
currency and giving it the yen symbol. But I've been asked to do it this
way. Odd, I know.)

Thanks for any ideas.

Dave

--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.

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
Macro to concatenate into "B1" B2 thru B"x" based on new data in "Col A" Dennis Excel Discussion (Misc queries) 0 July 17th 06 02:38 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 10:01 PM
Insert "-" in text "1234567890" to have a output like this"123-456-7890" Alwyn Excel Discussion (Misc queries) 3 October 25th 05 11:36 PM


All times are GMT +1. The time now is 09:45 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"