Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a workbook where numbers are entered as whole numbers (includes cents
but no decimal point) on one worksheet. These numbers are pulled into another worksheet and I need the numbers to have decimal points before the last two numbers. From another post, I found out I can do this by formatting these cells as Custom = 0\.00 . Is there a way to have the comma appear before the thousands? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No.
When you ask Excel to insert commas into a number, it will do so in groups of three before the decimal point. However, Excel thinks your decimal point is after the cent, not after the dollar. So you would end up with something like 145,0.06, which isn't what you want. When the numbers are "pulled into another worksheet" why don't you just divide by 100, then format normally? Regards, Fred "Sheba" wrote in message ... I have a workbook where numbers are entered as whole numbers (includes cents but no decimal point) on one worksheet. These numbers are pulled into another worksheet and I need the numbers to have decimal points before the last two numbers. From another post, I found out I can do this by formatting these cells as Custom = 0\.00 . Is there a way to have the comma appear before the thousands? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Upon further reflection, perhaps the answer is "maybe". Try the following
custom format: [<100000]0\.00;[<100000000]#\,##0\.00;#\,###\,##0\.00 This will work for "numbers" up to 999,999,999.99 Regards, Fred "Fred Smith" wrote in message ... No. When you ask Excel to insert commas into a number, it will do so in groups of three before the decimal point. However, Excel thinks your decimal point is after the cent, not after the dollar. So you would end up with something like 145,0.06, which isn't what you want. When the numbers are "pulled into another worksheet" why don't you just divide by 100, then format normally? Regards, Fred "Sheba" wrote in message ... I have a workbook where numbers are entered as whole numbers (includes cents but no decimal point) on one worksheet. These numbers are pulled into another worksheet and I need the numbers to have decimal points before the last two numbers. From another post, I found out I can do this by formatting these cells as Custom = 0\.00 . Is there a way to have the comma appear before the thousands? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It worked! Thank you soooo much!
"Fred Smith" wrote: Upon further reflection, perhaps the answer is "maybe". Try the following custom format: [<100000]0\.00;[<100000000]#\,##0\.00;#\,###\,##0\.00 This will work for "numbers" up to 999,999,999.99 Regards, Fred "Fred Smith" wrote in message ... No. When you ask Excel to insert commas into a number, it will do so in groups of three before the decimal point. However, Excel thinks your decimal point is after the cent, not after the dollar. So you would end up with something like 145,0.06, which isn't what you want. When the numbers are "pulled into another worksheet" why don't you just divide by 100, then format normally? Regards, Fred "Sheba" wrote in message ... I have a workbook where numbers are entered as whole numbers (includes cents but no decimal point) on one worksheet. These numbers are pulled into another worksheet and I need the numbers to have decimal points before the last two numbers. From another post, I found out I can do this by formatting these cells as Custom = 0\.00 . Is there a way to have the comma appear before the thousands? . |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback.
Regards, Fred "Sheba" wrote in message ... It worked! Thank you soooo much! "Fred Smith" wrote: Upon further reflection, perhaps the answer is "maybe". Try the following custom format: [<100000]0\.00;[<100000000]#\,##0\.00;#\,###\,##0\.00 This will work for "numbers" up to 999,999,999.99 Regards, Fred "Fred Smith" wrote in message ... No. When you ask Excel to insert commas into a number, it will do so in groups of three before the decimal point. However, Excel thinks your decimal point is after the cent, not after the dollar. So you would end up with something like 145,0.06, which isn't what you want. When the numbers are "pulled into another worksheet" why don't you just divide by 100, then format normally? Regards, Fred "Sheba" wrote in message ... I have a workbook where numbers are entered as whole numbers (includes cents but no decimal point) on one worksheet. These numbers are pulled into another worksheet and I need the numbers to have decimal points before the last two numbers. From another post, I found out I can do this by formatting these cells as Custom = 0\.00 . Is there a way to have the comma appear before the thousands? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format Cell as custom type but data doesn't display like I custom. | Excel Discussion (Misc queries) | |||
Comma Format | Excel Discussion (Misc queries) | |||
Comma separator for custom Currency | Excel Discussion (Misc queries) | |||
Comma separator for custom Currency (Indian Rupee) | Excel Discussion (Misc queries) | |||
Creating custom list with a comma in it | Excel Discussion (Misc queries) |