Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I make currency (dollar sign) fixed or floating?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This will float the $ near the first digit:
$#,##0.00 This will right justify the number portion and left justify the $ portion: $* #,##0.00 The asterisk (*) says to pad using the next character (a space in this example) to fill the cell. RHiggs wrote: How do I make currency (dollar sign) fixed or floating? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If statement based on currency format | Excel Worksheet Functions | |||
Dollar sign alignment - Accounting vs Currency style | Excel Discussion (Misc queries) | |||
Incorrect Currency Displayed | Excel Discussion (Misc queries) | |||
Currency Conversion | Excel Worksheet Functions | |||
Currency Style button | Excel Discussion (Misc queries) |