Zeor to the end of 4 digit number
Solved/Closed
Related:
- Zeor to the end of 4 digit number
- Pluraleyes 4 - Download - Video editing
- Samsung mobile reset code 4 digit - Guide
- Diablo 4 free download - Download - Role playing
- 4 elements trainer - Download - Adult games
- Fan xpert 4 - Download - Cleaning and optimization
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 26, 2010 at 02:10 PM
Feb 26, 2010 at 02:10 PM
use this formula
Let say value is in A1
then in B1
write
for post fixing 0
=LEFT(A1 & "00000", 5)
for prefixing 0
=RIGHT("00000" & A1, 5)
If you do not want formula, once its it done, copy the cell and paste special as values and then delete your A column so it will be back to as you original status (plus the extra 0)
Let say value is in A1
then in B1
write
for post fixing 0
=LEFT(A1 & "00000", 5)
for prefixing 0
=RIGHT("00000" & A1, 5)
If you do not want formula, once its it done, copy the cell and paste special as values and then delete your A column so it will be back to as you original status (plus the extra 0)