Leading zero is suppressed when I merge 2 cells

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

When i merge two cells i get this example:

A1 B1 C1
124 05 1245

What I want is this:

A1 B1 C1
124 05 12405

I used this formula to merge A1 & B1 but it supresses the
leading zeros in column B
 
Hi Jeff

i'm guessing its because the 05 is displayed through cell formatting (custom
number format of "00") rather than actually being there in the cell .. in
this case try
=A1 & text(b1,"00")

Cheers
JulieD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top