Answers for "how to add 0 in front of number in excel"

8

excel add 0

=TEXT(A2,"00000000000")

or format only with 
	CTRL+1 > Number > Custom > Type > 00000000000
Posted by: Guest on May-13-2021
0

how to add 0 in front of number in excel

change the data type input string
Posted by: Guest on April-23-2021

Code answers related to "how to add 0 in front of number in excel"

Browse Popular Code Answers by Language