number format

A

afdmello

I have a number 000702 but in the cell only 702 appears. How do I format to
see the preceeding zeros

Afd
 
P

Pete_UK

You can either apply a custom format to the cell of "000000", in which
case the value in the cell will still be a number, or you can set the
cell to a Text format and re-enter the data (or enter it with a
leading apostrophe like '000702) in which case it will be a text
value.

Hope this helps.

Pete
 
T

Thomas

If you have many cell values that needs to be reformated you can
insert a new column and write the formula =right([cellreference]
+1000000;6). If the value in the cellrefrence is 702 this formula will
return "000702" as it returns the 6 characters from right of the value
"1000702".

/Thomas
 

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

Fomula to copy every third cell in col 2
Showing latest date in Pivot chart with total for all dates 1
how to date 4
number to text- looping off zeros 3
date calculation 9
hyperlink 4
Clearing contents 2
counting 8

Top