![]() |
"000" + number + "."
Hi. Here's the number list. 5 203 3450 4498 12358 This time, I need add extra "0" to the number until it has 6 digits & a dot at the end of the number, eg: 5 -- 000005. 203 -- 000203. How to do? Thank you! -- Additional info about my computer: - Office XP - Windows XP Pro |
"000" + number + "."
One way
=TEXT(A2,"000000.") -- Regards, Peo Sjoblom http://nwexcelsolutions.com "0-0 Wai Wai ^-^" wrote in message ... Hi. Here's the number list. 5 203 3450 4498 12358 This time, I need add extra "0" to the number until it has 6 digits & a dot at the end of the number, eg: 5 -- 000005. 203 -- 000203. How to do? Thank you! -- Additional info about my computer: - Office XP - Windows XP Pro |
"000" + number + "."
=TEXT(A1,"000000")&"."
-- Kind regards, Niek Otten "0-0 Wai Wai ^-^" wrote in message ... | | Hi. | Here's the number list. | 5 | 203 | 3450 | 4498 | 12358 | | This time, I need add extra "0" to the number until it has 6 digits & a dot at | the end of the number, eg: | 5 -- 000005. | 203 -- 000203. | | How to do? | Thank you! | | | -- | Additional info about my computer: | - Office XP | - Windows XP Pro | | |
"000" + number + "."
"Niek Otten" ¦b¶l¥ó ¤¤¼¶¼g... =TEXT(A1,"000000")&"." Excellent! The 000000 works like a charm! Thanks! |
"000" + number + "."
Thanks for your help!
|
All times are GMT +1. The time now is 05:49 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com