Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column of numbers, for instance 1.21, that i need formatted to
decimal 9.6. Any ideas? Thanks. Should look like 000000001210000 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about using a helper cell:
=TEXT(A1*10^6,REPT("0",15)) pm wrote: I have a column of numbers, for instance 1.21, that i need formatted to decimal 9.6. Any ideas? Thanks. Should look like 000000001210000 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Dave that worked.
"Dave Peterson" wrote: How about using a helper cell: =TEXT(A1*10^6,REPT("0",15)) pm wrote: I have a column of numbers, for instance 1.21, that i need formatted to decimal 9.6. Any ideas? Thanks. Should look like 000000001210000 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number Formatting | Excel Discussion (Misc queries) | |||
formatting cell number based on previous cell number | Excel Discussion (Misc queries) | |||
Number formatting | Excel Discussion (Misc queries) | |||
Number Formatting | Excel Worksheet Functions | |||
Number Formatting | Excel Discussion (Misc queries) |