#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 189
Default Format Cell/Number

Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of the
cells in this column is set to "Special"; "Locale(Location): Chinese (PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of fx )is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the beginning
of the contents are removed.I wanna know if there is any way to change the
format cell to "text" or something else and at the same time keep the 0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Format Cell/Number

Assume these numbers are in column A. Insert a new column B if
necessary (temporarily) and put this formula in B1:

=TEXT(A1,"000000")

Then copy this down by double-clicking the fill handle (the small
black square in the botton right corner of the cursor). With the cells
in column B highlighted, click <copy, then Edit | Paste Special |
Values (check) | OK then <Esc. You can now delete column A, but if
you have formulae elsewhere which reference A, then copy B into A to
over-write the values, then delete column B to return your sheet to
how it was before.

Hope this helps.

Pete

On Jul 22, 12:31*am, peyman wrote:
Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of the
cells in this column is set to "Special"; "Locale(Location): Chinese (PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of fx * )is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", *the 0's at the beginning
of the contents are removed.I wanna know if there is any way to change the
format cell to "text" or something else and at the same time keep the 0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 189
Default Format Cell/Number

That's great Gord! but what type of COPY is that?! I mean doubleclicking on
the tiny black square.Any difference from regular copying like dragging down
the first cell's formula?
The format cell I have now is GENERAL not TEXT so if I need to re-enter a
new purchase order no. like 012345 in the column , the 0 will be removed.Any
solution?
Thanx

"Pete_UK" wrote:

Assume these numbers are in column A. Insert a new column B if
necessary (temporarily) and put this formula in B1:

=TEXT(A1,"000000")

Then copy this down by double-clicking the fill handle (the small
black square in the botton right corner of the cursor). With the cells
in column B highlighted, click <copy, then Edit | Paste Special |
Values (check) | OK then <Esc. You can now delete column A, but if
you have formulae elsewhere which reference A, then copy B into A to
over-write the values, then delete column B to return your sheet to
how it was before.

Hope this helps.

Pete

On Jul 22, 12:31 am, peyman wrote:
Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of the
cells in this column is set to "Special"; "Locale(Location): Chinese (PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of fx )is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the beginning
of the contents are removed.I wanna know if there is any way to change the
format cell to "text" or something else and at the same time keep the 0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Format Cell/Number

You are replying to Pete_UK's post but...................

Double-clicking is same as dragging but much faster if adjacent column has
data.

Pete's TEXT formula will preserve the leading zeros.

To enter a new number with a leading 0 in any cell preface the number with
an apostrophe before entering.

i.e. '012345

The apsostrophe won't show.


Gord Dibben MS Excel MVP

On Tue, 22 Jul 2008 08:45:00 -0700, peyman
wrote:

That's great Gord! but what type of COPY is that?! I mean doubleclicking on
the tiny black square.Any difference from regular copying like dragging down
the first cell's formula?
The format cell I have now is GENERAL not TEXT so if I need to re-enter a
new purchase order no. like 012345 in the column , the 0 will be removed.Any
solution?
Thanx

"Pete_UK" wrote:

Assume these numbers are in column A. Insert a new column B if
necessary (temporarily) and put this formula in B1:

=TEXT(A1,"000000")

Then copy this down by double-clicking the fill handle (the small
black square in the botton right corner of the cursor). With the cells
in column B highlighted, click <copy, then Edit | Paste Special |
Values (check) | OK then <Esc. You can now delete column A, but if
you have formulae elsewhere which reference A, then copy B into A to
over-write the values, then delete column B to return your sheet to
how it was before.

Hope this helps.

Pete

On Jul 22, 12:31 am, peyman wrote:
Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of the
cells in this column is set to "Special"; "Locale(Location): Chinese (PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of fx )is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the beginning
of the contents are removed.I wanna know if there is any way to change the
format cell to "text" or something else and at the same time keep the 0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 189
Default Format Cell/Number

Well, the procedure Pete posted me gives me a column with "GENERAL" format
cell at the end but,I just wanna know if there is any way to have it in
"TEXT" format? because I want to set the whole column's cells format to
"text" and enter the PO numbers with leading zeros without needing to enter
apsostrophe!!
Is it possible?
Thanx

"Gord Dibben" wrote:

You are replying to Pete_UK's post but...................

Double-clicking is same as dragging but much faster if adjacent column has
data.

Pete's TEXT formula will preserve the leading zeros.

To enter a new number with a leading 0 in any cell preface the number with
an apostrophe before entering.

i.e. '012345

The apsostrophe won't show.


Gord Dibben MS Excel MVP

On Tue, 22 Jul 2008 08:45:00 -0700, peyman
wrote:

That's great Gord! but what type of COPY is that?! I mean doubleclicking on
the tiny black square.Any difference from regular copying like dragging down
the first cell's formula?
The format cell I have now is GENERAL not TEXT so if I need to re-enter a
new purchase order no. like 012345 in the column , the 0 will be removed.Any
solution?
Thanx

"Pete_UK" wrote:

Assume these numbers are in column A. Insert a new column B if
necessary (temporarily) and put this formula in B1:

=TEXT(A1,"000000")

Then copy this down by double-clicking the fill handle (the small
black square in the botton right corner of the cursor). With the cells
in column B highlighted, click <copy, then Edit | Paste Special |
Values (check) | OK then <Esc. You can now delete column A, but if
you have formulae elsewhere which reference A, then copy B into A to
over-write the values, then delete column B to return your sheet to
how it was before.

Hope this helps.

Pete

On Jul 22, 12:31 am, peyman wrote:
Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of the
cells in this column is set to "Special"; "Locale(Location): Chinese (PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of fx )is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the beginning
of the contents are removed.I wanna know if there is any way to change the
format cell to "text" or something else and at the same time keep the 0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Format Cell/Number

The formula Pete gave you makes text numbers out of regular numbers.

Assume these numbers are in column A. Insert a new column B if
necessary (temporarily) and put this formula in B1:

=TEXT(A1,"000000")


So I don't know how they got to General Format

But instead of prefacing with an apostrophe just fort the new cells as text
and enter 012345


Gord

On Tue, 22 Jul 2008 11:33:01 -0700, peyman
wrote:

Well, the procedure Pete posted me gives me a column with "GENERAL" format
cell at the end but,I just wanna know if there is any way to have it in
"TEXT" format? because I want to set the whole column's cells format to
"text" and enter the PO numbers with leading zeros without needing to enter
apsostrophe!!
Is it possible?
Thanx

"Gord Dibben" wrote:

You are replying to Pete_UK's post but...................

Double-clicking is same as dragging but much faster if adjacent column has
data.

Pete's TEXT formula will preserve the leading zeros.

To enter a new number with a leading 0 in any cell preface the number with
an apostrophe before entering.

i.e. '012345

The apsostrophe won't show.


Gord Dibben MS Excel MVP

On Tue, 22 Jul 2008 08:45:00 -0700, peyman
wrote:

That's great Gord! but what type of COPY is that?! I mean doubleclicking on
the tiny black square.Any difference from regular copying like dragging down
the first cell's formula?
The format cell I have now is GENERAL not TEXT so if I need to re-enter a
new purchase order no. like 012345 in the column , the 0 will be removed.Any
solution?
Thanx

"Pete_UK" wrote:

Assume these numbers are in column A. Insert a new column B if
necessary (temporarily) and put this formula in B1:

=TEXT(A1,"000000")

Then copy this down by double-clicking the fill handle (the small
black square in the botton right corner of the cursor). With the cells
in column B highlighted, click <copy, then Edit | Paste Special |
Values (check) | OK then <Esc. You can now delete column A, but if
you have formulae elsewhere which reference A, then copy B into A to
over-write the values, then delete column B to return your sheet to
how it was before.

Hope this helps.

Pete

On Jul 22, 12:31 am, peyman wrote:
Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of the
cells in this column is set to "Special"; "Locale(Location): Chinese (PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of fx )is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the beginning
of the contents are removed.I wanna know if there is any way to change the
format cell to "text" or something else and at the same time keep the 0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman





  #7   Report Post  
Posted to microsoft.public.excel.misc
CKK CKK is offline
external usenet poster
 
Posts: 4
Default Format Cell/Number

More simply as to set the number format as 6 digits (000000) display when you
needed 0 shown in prefix of any digits typed in less than 6 digits, such as
you type in 5 digits in a cell, like 12345 shown in fx field (edit bar) then
012345 displayed on the cell.

To set this, 1st, select the whole COLUMN/ROW (s) or the area (like A1:C20)
you want for this format, then click (from the menu or the right button of
the Mouse)FORMAT--CELL--CUSTOM, type in 0...(at the Style field) as many as
how you want a integrated digits display in a cell, for 6 digits shown as
above then type in six 0 as 000000 or for 8 digits then 00000000

hope it's helpfull!
--
CKKwok


"peyman" wrote:

Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of the
cells in this column is set to "Special"; "Locale(Location): Chinese (PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of fx )is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the beginning
of the contents are removed.I wanna know if there is any way to change the
format cell to "text" or something else and at the same time keep the 0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 189
Default Format Cell/Number

Sorry, It didn't work.
I changed the Format Cells/Number to Custom with 6 zeros but still the
appearnce is like 012345 in the cell and 12345 in the fx Edit Bar.
Thanx anyway.

"CKK" wrote:

More simply as to set the number format as 6 digits (000000) display when you
needed 0 shown in prefix of any digits typed in less than 6 digits, such as
you type in 5 digits in a cell, like 12345 shown in fx field (edit bar) then
012345 displayed on the cell.

To set this, 1st, select the whole COLUMN/ROW (s) or the area (like A1:C20)
you want for this format, then click (from the menu or the right button of
the Mouse)FORMAT--CELL--CUSTOM, type in 0...(at the Style field) as many as
how you want a integrated digits display in a cell, for 6 digits shown as
above then type in six 0 as 000000 or for 8 digits then 00000000

hope it's helpfull!
--
CKKwok


"peyman" wrote:

Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of the
cells in this column is set to "Special"; "Locale(Location): Chinese (PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of fx )is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the beginning
of the contents are removed.I wanna know if there is any way to change the
format cell to "text" or something else and at the same time keep the 0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Format Cell/Number

If you want the "number" to be treated as text (and thus keep its leading
zeroes), you must format the cell as text *before* you enter the "number",
or prefix the "number" with an apostrophe.
--
David Biddulph

"peyman" wrote in message
...
Sorry, It didn't work.
I changed the Format Cells/Number to Custom with 6 zeros but still the
appearnce is like 012345 in the cell and 12345 in the fx Edit Bar.
Thanx anyway.

"CKK" wrote:

More simply as to set the number format as 6 digits (000000) display when
you
needed 0 shown in prefix of any digits typed in less than 6 digits, such
as
you type in 5 digits in a cell, like 12345 shown in fx field (edit bar)
then
012345 displayed on the cell.

To set this, 1st, select the whole COLUMN/ROW (s) or the area (like
A1:C20)
you want for this format, then click (from the menu or the right button
of
the Mouse)FORMAT--CELL--CUSTOM, type in 0...(at the Style field) as
many as
how you want a integrated digits display in a cell, for 6 digits shown as
above then type in six 0 as 000000 or for 8 digits then 00000000

hope it's helpfull!
--
CKKwok


"peyman" wrote:

Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of
the
cells in this column is set to "Special"; "Locale(Location): Chinese
(PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of
)is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the
beginning
of the contents are removed.I wanna know if there is any way to change
the
format cell to "text" or something else and at the same time keep the
0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman



  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 189
Default Format Cell/Number

Thanx David, I knew it but the column's format is somehow changed!!

"David Biddulph" wrote:

If you want the "number" to be treated as text (and thus keep its leading
zeroes), you must format the cell as text *before* you enter the "number",
or prefix the "number" with an apostrophe.
--
David Biddulph

"peyman" wrote in message
...
Sorry, It didn't work.
I changed the Format Cells/Number to Custom with 6 zeros but still the
appearnce is like 012345 in the cell and 12345 in the fx Edit Bar.
Thanx anyway.

"CKK" wrote:

More simply as to set the number format as 6 digits (000000) display when
you
needed 0 shown in prefix of any digits typed in less than 6 digits, such
as
you type in 5 digits in a cell, like 12345 shown in fx field (edit bar)
then
012345 displayed on the cell.

To set this, 1st, select the whole COLUMN/ROW (s) or the area (like
A1:C20)
you want for this format, then click (from the menu or the right button
of
the Mouse)FORMAT--CELL--CUSTOM, type in 0...(at the Style field) as
many as
how you want a integrated digits display in a cell, for 6 digits shown as
above then type in six 0 as 000000 or for 8 digits then 00000000

hope it's helpfull!
--
CKKwok


"peyman" wrote:

Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of
the
cells in this column is set to "Special"; "Locale(Location): Chinese
(PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of
)is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the
beginning
of the contents are removed.I wanna know if there is any way to change
the
format cell to "text" or something else and at the same time keep the
0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman






  #11   Report Post  
Posted to microsoft.public.excel.misc
CKK CKK is offline
external usenet poster
 
Posts: 4
Default Format Cell/Number

Sorry, I can't get what you want if it did't...

BTW, seem that the original format was set by others which referred to a
certain template (file) you may not have it.
--
CKKwok


"peyman" wrote:

Sorry, It didn't work.
I changed the Format Cells/Number to Custom with 6 zeros but still the
appearnce is like 012345 in the cell and 12345 in the fx Edit Bar.
Thanx anyway.

"CKK" wrote:

More simply as to set the number format as 6 digits (000000) display when you
needed 0 shown in prefix of any digits typed in less than 6 digits, such as
you type in 5 digits in a cell, like 12345 shown in fx field (edit bar) then
012345 displayed on the cell.

To set this, 1st, select the whole COLUMN/ROW (s) or the area (like A1:C20)
you want for this format, then click (from the menu or the right button of
the Mouse)FORMAT--CELL--CUSTOM, type in 0...(at the Style field) as many as
how you want a integrated digits display in a cell, for 6 digits shown as
above then type in six 0 as 000000 or for 8 digits then 00000000

hope it's helpfull!
--
CKKwok


"peyman" wrote:

Hi,
I've a column of "purchase order" numbers starting with zero like
025639,045698,083354,... .I wonder somehow the Format Cell/Number of the
cells in this column is set to "Special"; "Locale(Location): Chinese (PRC) ;
"Type" : some chinese words; and "sample" : 085815.
When you are on the cell ,the content on the toolbal (infront of fx )is
84325 , but what you see on the spreadsheet is 084325.
And also when I change the format cell to "text", the 0's at the beginning
of the contents are removed.I wanna know if there is any way to change the
format cell to "text" or something else and at the same time keep the 0's in
the cells?
I hope my explanation is clear!!
Thanks for ur help.
Peiman

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re-format cell to a number beadedbeauty Excel Worksheet Functions 4 March 20th 07 08:03 PM
Format a cell with a custom number format Armor Excel Worksheet Functions 4 January 29th 06 11:25 PM
Format Row If Cell Contains Even Number Ken Zenachon Excel Discussion (Misc queries) 5 January 20th 06 01:27 AM
Format Row If Cell Contains Even Number Ken Zenachon Excel Discussion (Misc queries) 2 January 20th 06 01:01 AM
CELL/NUMBER FORMAT BIBBYBIBBER Excel Discussion (Misc queries) 0 November 18th 05 07:10 PM


All times are GMT +1. The time now is 04:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"