how to put zero

  • Thread starter Thread starter vishal
  • Start date Start date
Maybe you can use a custom number format.

Select the range (entire column???)
In xl2003 menus:
Format|Cells|number tab|custom category
000000
 
Vishal,

Not sure if there is an easier way but I would simply create another column
with "0" in and then concatenate the 0 with you number eg:

CELL A1: 0
CELL A2: 25652
CELL A3: =concatenate(A1,A2) this would return 025652

is this what your looking for???
 
Yes, there is an easier way. If you want to use concatenation, you don't
need to put 0 in A1. You could use =CONCATENATE(0,A2), or just =0&A2.
 

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

Similar Threads


Back
Top