Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Sorry, leading zeroes again :-((

I've tried all manner of formatting options but none seem to help my
particular problem. Custom 00000000 would be superb but when I format cells
to this, save the file and reopen it the format has switched to Greek ? Is
there a fix for this ?

What I need is an eight digit number in each cell in the column. This number
is made up of a date code such as 011106 for 1st November 2006 followed by 2
further digits to denote sequential production up to 99 entries per day so
the first entry for the above date would be 01110601. I then use a simple
=A1+1 in the cell below copied and pasted for all cells relevant to that date
giving me a column adding by one at each step. That works fine for dates
where the day is 10 or above but if it has a leading zero it falls over if
formatted as a number. If formatted as text the simple formula doesn't work.

I need to be able to save the excel file and use the data when merging to: a
sheet as a test report then to labels, then to a delivery note so you can see
why having all the data entered just once on my spreadsheet really helps (if
it works that is)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Sorry, leading zeroes again :-((

When I format some cells to 00000000, save it, and re-open it
It all works fine.

So, first what is the exact problem you get when you open the saved file?

Steve

On Sat, 11 Nov 2006 10:10:01 -0000, Argghhhh <Argghhhh
wrote:

I've tried all manner of formatting options but none seem to help my
particular problem. Custom 00000000 would be superb but when I format
cells
to this, save the file and reopen it the format has switched to Greek ?
Is
there a fix for this ?

What I need is an eight digit number in each cell in the column. This
number
is made up of a date code such as 011106 for 1st November 2006 followed
by 2
further digits to denote sequential production up to 99 entries per day
so
the first entry for the above date would be 01110601. I then use a
simple
=A1+1 in the cell below copied and pasted for all cells relevant to that
date
giving me a column adding by one at each step. That works fine for
dates
where the day is 10 or above but if it has a leading zero it falls over
if
formatted as a number. If formatted as text the simple formula doesn't
work.

I need to be able to save the excel file and use the data when merging
to: a
sheet as a test report then to labels, then to a delivery note so you
can see
why having all the data entered just once on my spreadsheet really helps
(if
it works that is)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Sorry, leading zeroes again :-((

It looks the same but loses the leading zero when I try to merge it to a Word
document. If I then go check the custom format it has changed from 00000000
to a Greek symbol. I'm sure that a previous version of Excel I used had a
"leading zero" option in the format menu ? Am I losing my marbles here guys ?

"SteveW" wrote:

When I format some cells to 00000000, save it, and re-open it
It all works fine.

So, first what is the exact problem you get when you open the saved file?

Steve

On Sat, 11 Nov 2006 10:10:01 -0000, Argghhhh <Argghhhh
wrote:

I've tried all manner of formatting options but none seem to help my
particular problem. Custom 00000000 would be superb but when I format
cells
to this, save the file and reopen it the format has switched to Greek ?
Is
there a fix for this ?

What I need is an eight digit number in each cell in the column. This
number
is made up of a date code such as 011106 for 1st November 2006 followed
by 2
further digits to denote sequential production up to 99 entries per day
so
the first entry for the above date would be 01110601. I then use a
simple
=A1+1 in the cell below copied and pasted for all cells relevant to that
date
giving me a column adding by one at each step. That works fine for
dates
where the day is 10 or above but if it has a leading zero it falls over
if
formatted as a number. If formatted as text the simple formula doesn't
work.

I need to be able to save the excel file and use the data when merging
to: a
sheet as a test report then to labels, then to a delivery note so you
can see
why having all the data entered just once on my spreadsheet really helps
(if
it works that is)


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Sorry, leading zeroes again :-((

Steve,

If I format - custom - 00000000 and go out of the cell, then go back to it
and check the format has been retained it has changed from "Custom" to
"Special" "Greek" and shows AM with an odd symbol in between. It would be
so simple if the formatting stayed as I'd set it.

Any suggestions ? Is it worth trying to get an answer from a microsoft guru ?

"SteveW" wrote:

When I format some cells to 00000000, save it, and re-open it
It all works fine.

So, first what is the exact problem you get when you open the saved file?

Steve

On Sat, 11 Nov 2006 10:10:01 -0000, Argghhhh <Argghhhh
wrote:

I've tried all manner of formatting options but none seem to help my
particular problem. Custom 00000000 would be superb but when I format
cells
to this, save the file and reopen it the format has switched to Greek ?
Is
there a fix for this ?

What I need is an eight digit number in each cell in the column. This
number
is made up of a date code such as 011106 for 1st November 2006 followed
by 2
further digits to denote sequential production up to 99 entries per day
so
the first entry for the above date would be 01110601. I then use a
simple
=A1+1 in the cell below copied and pasted for all cells relevant to that
date
giving me a column adding by one at each step. That works fine for
dates
where the day is 10 or above but if it has a leading zero it falls over
if
formatted as a number. If formatted as text the simple formula doesn't
work.

I need to be able to save the excel file and use the data when merging
to: a
sheet as a test report then to labels, then to a delivery note so you
can see
why having all the data entered just once on my spreadsheet really helps
(if
it works that is)


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Sorry, leading zeroes again :-((

If you type apostrophe first and then the number, eg '01110601 you can use
the black cross to fill the series right down. No formula required. Does
this solve your problem?
--
Rae Drysdale


"Argghhhh" wrote:

I've tried all manner of formatting options but none seem to help my
particular problem. Custom 00000000 would be superb but when I format cells
to this, save the file and reopen it the format has switched to Greek ? Is
there a fix for this ?

What I need is an eight digit number in each cell in the column. This number
is made up of a date code such as 011106 for 1st November 2006 followed by 2
further digits to denote sequential production up to 99 entries per day so
the first entry for the above date would be 01110601. I then use a simple
=A1+1 in the cell below copied and pasted for all cells relevant to that date
giving me a column adding by one at each step. That works fine for dates
where the day is 10 or above but if it has a leading zero it falls over if
formatted as a number. If formatted as text the simple formula doesn't work.

I need to be able to save the excel file and use the data when merging to: a
sheet as a test report then to labels, then to a delivery note so you can see
why having all the data entered just once on my spreadsheet really helps (if
it works that is)



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Sorry, leading zeroes again :-((

Tried that but it doesn't advance the number by one digit in each following
cell.

"Rae Drysdale" wrote:

If you type apostrophe first and then the number, eg '01110601 you can use
the black cross to fill the series right down. No formula required. Does
this solve your problem?
--
Rae Drysdale


"Argghhhh" wrote:

I've tried all manner of formatting options but none seem to help my
particular problem. Custom 00000000 would be superb but when I format cells
to this, save the file and reopen it the format has switched to Greek ? Is
there a fix for this ?

What I need is an eight digit number in each cell in the column. This number
is made up of a date code such as 011106 for 1st November 2006 followed by 2
further digits to denote sequential production up to 99 entries per day so
the first entry for the above date would be 01110601. I then use a simple
=A1+1 in the cell below copied and pasted for all cells relevant to that date
giving me a column adding by one at each step. That works fine for dates
where the day is 10 or above but if it has a leading zero it falls over if
formatted as a number. If formatted as text the simple formula doesn't work.

I need to be able to save the excel file and use the data when merging to: a
sheet as a test report then to labels, then to a delivery note so you can see
why having all the data entered just once on my spreadsheet really helps (if
it works that is)

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Sorry, leading zeroes again :-((

Works for me. Did you use the fill handle?
--
Rae Drysdale


"Argghhhh" wrote:

Tried that but it doesn't advance the number by one digit in each following
cell.

"Rae Drysdale" wrote:

If you type apostrophe first and then the number, eg '01110601 you can use
the black cross to fill the series right down. No formula required. Does
this solve your problem?
--
Rae Drysdale


"Argghhhh" wrote:

I've tried all manner of formatting options but none seem to help my
particular problem. Custom 00000000 would be superb but when I format cells
to this, save the file and reopen it the format has switched to Greek ? Is
there a fix for this ?

What I need is an eight digit number in each cell in the column. This number
is made up of a date code such as 011106 for 1st November 2006 followed by 2
further digits to denote sequential production up to 99 entries per day so
the first entry for the above date would be 01110601. I then use a simple
=A1+1 in the cell below copied and pasted for all cells relevant to that date
giving me a column adding by one at each step. That works fine for dates
where the day is 10 or above but if it has a leading zero it falls over if
formatted as a number. If formatted as text the simple formula doesn't work.

I need to be able to save the excel file and use the data when merging to: a
sheet as a test report then to labels, then to a delivery note so you can see
why having all the data entered just once on my spreadsheet really helps (if
it works that is)

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Sorry, leading zeroes again :-((

Aha, looks like I've got it now, many thanks for that Rae !!!!

I've put the numbers in the first 2 cells, highlighted the range I want to
effect then gone edit, fill, series and it seens to work fine and to merge
with the word document.

Still seems odd that the cells won't retain the 00000000 custom formatting,
maybe a microsoft glitch (are we allowed to suggest that here ;-)))



"Rae Drysdale" wrote:

Works for me. Did you use the fill handle?
--
Rae Drysdale


"Argghhhh" wrote:

Tried that but it doesn't advance the number by one digit in each following
cell.

"Rae Drysdale" wrote:

If you type apostrophe first and then the number, eg '01110601 you can use
the black cross to fill the series right down. No formula required. Does
this solve your problem?
--
Rae Drysdale


"Argghhhh" wrote:

I've tried all manner of formatting options but none seem to help my
particular problem. Custom 00000000 would be superb but when I format cells
to this, save the file and reopen it the format has switched to Greek ? Is
there a fix for this ?

What I need is an eight digit number in each cell in the column. This number
is made up of a date code such as 011106 for 1st November 2006 followed by 2
further digits to denote sequential production up to 99 entries per day so
the first entry for the above date would be 01110601. I then use a simple
=A1+1 in the cell below copied and pasted for all cells relevant to that date
giving me a column adding by one at each step. That works fine for dates
where the day is 10 or above but if it has a leading zero it falls over if
formatted as a number. If formatted as text the simple formula doesn't work.

I need to be able to save the excel file and use the data when merging to: a
sheet as a test report then to labels, then to a delivery note so you can see
why having all the data entered just once on my spreadsheet really helps (if
it works that is)

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
Leading zeroes get dropped when converted to text Jason Grunert Excel Discussion (Misc queries) 8 August 4th 06 09:42 PM
how to keep leading zeroes when saving in xls in csv format Joe Excel Discussion (Misc queries) 2 October 5th 05 06:42 PM
CSV leading zeroes Tim_nol Excel Discussion (Misc queries) 2 December 28th 04 08:19 PM
How do I format data cells in Excel to keep leading zeroes? LennyD Setting up and Configuration of Excel 2 December 15th 04 10:42 PM
single quote 10-digit number that has leading zeroes & then conca. lorelei739 Excel Worksheet Functions 1 November 5th 04 12:02 AM


All times are GMT +1. The time now is 02:16 AM.

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"