Forum Discussion
JMWDBA
Advocate II
8 years agoKeep Leading Zeros
Other than converting a number column to Text is there any other way to keep the leading zeros on numbers in a column and also keep the column formatted as a Whole Number? The ID's are supposed to ...
Ashish_Mathur
Super User
8 years agoHi,
In a calculated column, write this formula
=FORMAT(Data[column],"0000000")
Hope this helps.
Greg_Deckler
Community Champion
8 years agoAshish_Mathur- That converts it to Text, which is what he is trying to avoid.