ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formating numbers (https://www.excelbanter.com/excel-discussion-misc-queries/56485-formating-numbers.html)

Daveed

formating numbers
 
i have a huge list of numbers that appear as, for example 12345-1, but would
like to
change them so they appear as 0012345-001. help please

Gary''s Student

formating numbers
 
If your value is in cell A1, then in another cell enter:

="00" & LEFT(A1,6) & "00" & RIGHT(A1,1)

and you will have your desired result.
--
Gary's Student


"Daveed" wrote:

i have a huge list of numbers that appear as, for example 12345-1, but would
like to
change them so they appear as 0012345-001. help please


Dave Peterson

formating numbers
 
You have a few replies at your other post in .excel.

Daveed wrote:

i have a huge list of numbers that appear as, for example 12345-1, but would
like to
change them so they appear as 0012345-001. help please


--

Dave Peterson


All times are GMT +1. The time now is 10:12 PM.

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