G Guest Nov 16, 2007 #1 when I merge cells that begin with zeros, my merged cell will not show the zeros, how can i get around this
when I merge cells that begin with zeros, my merged cell will not show the zeros, how can i get around this
D Dave Peterson Nov 16, 2007 #2 You could use something like: =text(a1,"00000")&" change the format to what you need" To keep 5 digits.
You could use something like: =text(a1,"00000")&" change the format to what you need" To keep 5 digits.