![]() |
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 |
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 |
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