ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Number formatting (https://www.excelbanter.com/excel-discussion-misc-queries/144467-number-formatting.html)

pm

Number formatting
 
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

Number formatting
 
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

pm

Number formatting
 
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



All times are GMT +1. The time now is 07:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com