Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to display thousands format (25,000.00) as 250. I can get it to
display as 25.0 by using this format: _(* #,##0.0,_);_(* (#,##0.0,);_(* "-"?_);_(@_) I've tried different ones, but can't get it to keep 25000 in the formula bar and display 250 in the cell. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, Mile
try to custom a format like this 00,0. or 00.0, depending of decimal separate signal hope this helps regards from Brazil Marcelo "Millie" escreveu: I need to display thousands format (25,000.00) as 250. I can get it to display as 25.0 by using this format: _(* #,##0.0,_);_(* (#,##0.0,);_(* "-"?_);_(@_) I've tried different ones, but can't get it to keep 25000 in the formula bar and display 250 in the cell. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No, I already tried both those, it doesn't work.
"Marcelo" wrote: Hi, Mile try to custom a format like this 00,0. or 00.0, depending of decimal separate signal hope this helps regards from Brazil Marcelo "Millie" escreveu: I need to display thousands format (25,000.00) as 250. I can get it to display as 25.0 by using this format: _(* #,##0.0,_);_(* (#,##0.0,);_(* "-"?_);_(@_) I've tried different ones, but can't get it to keep 25000 in the formula bar and display 250 in the cell. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() or ###,"0" -- VBA Noob ------------------------------------------------------------------------ VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833 View this thread: http://www.excelforum.com/showthread...hreadid=553344 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, that worked!!
Thanks!! "VBA Noob" wrote: or ###,"0" -- VBA Noob ------------------------------------------------------------------------ VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833 View this thread: http://www.excelforum.com/showthread...hreadid=553344 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Number Format | Excel Discussion (Misc queries) | |||
Custom Number format question | Excel Discussion (Misc queries) | |||
Custom number format - Accounting | Excel Worksheet Functions | |||
Custom number format always defaults last number to 0. | Excel Discussion (Misc queries) | |||
How do I format a cell for a custom part number? | Excel Discussion (Misc queries) |