![]() |
I need to convert a number to text but I need it to be 5 position
I need to convert a number to text but it needs to be 5 positions. For
example of the number is 100, I need the text value to be 00100. Any Ideas |
I need to convert a number to text but I need it to be 5 position
Use a help column and a formula
=TEXT(A1,"00000") where A1 holds 100, after you are done copying the formula, then select all formula results and copy them, then paste special as values in place -- Regards, Peo Sjoblom "Mike L." <Mike wrote in message ... I need to convert a number to text but it needs to be 5 positions. For example of the number is 100, I need the text value to be 00100. Any Ideas |
I need to convert a number to text but I need it to be 5 position
|
I need to convert a number to text but I need it to be 5 position
=TEXT(A1,"00000")
-- Kind regards, Niek Otten Microsoft MVP - Excel "Mike L." <Mike wrote in message ... |I need to convert a number to text but it needs to be 5 positions. For | example of the number is 100, I need the text value to be 00100. | | Any Ideas |
I need to convert a number to text but I need it to be 5 position
With
A1: 100 Try this: B1: =TEXT(A1,"00000") Is that something you can work with? Does that help? *********** Regards, Ron XL2002, WinXP "Mike L." wrote: I need to convert a number to text but it needs to be 5 positions. For example of the number is 100, I need the text value to be 00100. Any Ideas |
I need to convert a number to text but I need it to be 5 position
Format/Cells/Custom tab, enter 00000
Bob Umlas Excel MVP "Mike L." wrote: I need to convert a number to text but it needs to be 5 positions. For example of the number is 100, I need the text value to be 00100. Any Ideas |
All times are GMT +1. The time now is 11:16 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com