How can I concatenate text with leading zeros

  • Thread starter Thread starter Dick
  • Start date Start date
D

Dick

When I concatenate a number with leading zeros, the zeros are removed. How
can I retain them?
 
If the numbers have leading zeros they are already text so should not drop the
zeros.

Unless, of course, the numbers are just formatted to show leading zeros.

In that case =TEXT(G7,"000000")&TEXT(G8,"000000")


Gord Dibben MS Excel MVP
 
Back
Top