ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   no comma separator for ="total"&"$ "&sum(a1:a10) (https://www.excelbanter.com/excel-worksheet-functions/104091-no-comma-separator-%3D-total-%24-sum-a1-a10.html)

Jeff

no comma separator for ="total"&"$ "&sum(a1:a10)
 
I'm trying to put a word "Total" before a summation of cells. This is
working but I get a solid number back. I'd like to have the number show a
comma separator.

I get Total $187242

I'd like to get

Total $187,242

Any ideas?

David Billigmeier

no comma separator for ="total"&"$ "&sum(a1:a10)
 
="Total "&TEXT(SUM(A1:A10),"$0,0")


--
Regards,
Dave


"Jeff" wrote:

I'm trying to put a word "Total" before a summation of cells. This is
working but I get a solid number back. I'd like to have the number show a
comma separator.

I get Total $187242

I'd like to get

Total $187,242

Any ideas?


Alan

no comma separator for ="total"&"$ "&sum(a1:a10)
 
I assume youre using something like ="Total $"&SUM(A1:A5) - This returns
text, not a number, try Custom Formatting as
"Total $"000,000
This will return a number,
Regards,
Alan.
"Jeff" wrote in message
...
I'm trying to put a word "Total" before a summation of cells. This is
working but I get a solid number back. I'd like to have the number show a
comma separator.

I get Total $187242

I'd like to get

Total $187,242

Any ideas?




RagDyeR

no comma separator for ="total"&"$ "&sum(a1:a10)
 
Custom format the cell to:

"Total " $#,##0

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Jeff" wrote in message
...
I'm trying to put a word "Total" before a summation of cells. This is
working but I get a solid number back. I'd like to have the number show a
comma separator.

I get Total $187242

I'd like to get

Total $187,242

Any ideas?




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

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