ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   =CONCATENATE(50*10^9*121, "yen") (https://www.excelbanter.com/excel-discussion-misc-queries/130474-%3Dconcatenate-50%2A10%5E9%2A121-yen.html)

Dave F

=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.

David Biddulph

=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




bpeltzer

=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.


Dave F

=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





Dave F

=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.



All times are GMT +1. The time now is 03:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com