![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I currently have the number (in general format)
20307710.83 but I want it to be $20,308 I am currently using this as my format _($* #,_);_($* (#,);_($* "-"??_);_(@_) but that only results in $20308 How do I add the comma? Thanks in advance. |
| Ads |
|
#2
|
|||
|
|||
|
_($* #,##0,_);_($* (#,##0,);_($* "-"??_);_(@_)
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "todd" > wrote in message ... > I currently have the number (in general format) > 20307710.83 > but I want it to be > $20,308 > > I am currently using this as my format > _($* #,_);_($* (#,);_($* "-"??_);_(@_) > but that only results in > $20308 > > How do I add the comma? > Thanks in advance. > > > |
|
#3
|
|||
|
|||
|
In place of
#, Use ###,###, -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "todd" > wrote in message ... I currently have the number (in general format) 20307710.83 but I want it to be $20,308 I am currently using this as my format _($* #,_);_($* (#,);_($* "-"??_);_(@_) but that only results in $20308 How do I add the comma? Thanks in advance. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to format Doe,John to Doe, John (space after a comma) | asuncionw | Excel Worksheet Functions | 8 | November 4th 05 01:56 PM |
| How do I format cells to round to the nearest thousands without .. | excel user | Excel Discussion (Misc queries) | 1 | March 16th 05 08:10 PM |
| How can I change the default 'comma' format. Eg paranthesis inste. | Duncan | Excel Discussion (Misc queries) | 1 | December 4th 04 12:51 AM |
| .CSV file format - comma or semi-colon? | bavjean | Excel Worksheet Functions | 5 | November 12th 04 12:26 PM |
| .CSV file format - comma or semi-colon | antifashionpimp | Excel Worksheet Functions | 1 | November 10th 04 01:18 PM |