Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Autonumbering Formula for Columns

I am trying to format Column "A" to automatically issue numbers
starting from 10001 to infinity. I am using thsis formula:

=IF(D8<"",COUNTA($D$7:D8)&".","")

It is important that the numbers generated in Column "A" based on the
contents of Column "D", so if there's no entry in "D", Column "A" will
be blank.

The problem I am having is that I can not start with 10001, I can
however start with 1.

Also, Excel is placing a dot after my numbers. I don't like dots! Please
help.

Eddie
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default Autonumbering Formula for Columns

=IF(D8<"",COUNTA($D$7:D8)+10000,"")

Note: the offending dot is in your original formula - the following bit:
&"."

--
Darren
"NYDUDE" wrote in message
...
I am trying to format Column "A" to automatically issue numbers
starting from 10001 to infinity. I am using thsis formula:

=IF(D8<"",COUNTA($D$7:D8)&".","")

It is important that the numbers generated in Column "A" based on the
contents of Column "D", so if there's no entry in "D", Column "A" will
be blank.

The problem I am having is that I can not start with 10001, I can
however start with 1.

Also, Excel is placing a dot after my numbers. I don't like dots! Please
help.

Eddie


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Autonumbering Formula for Columns

Thank you Darren, worked beautifully!

Eddie

-----Original Message-----
=IF(D8<"",COUNTA($D$7:D8)+10000,"")

Note: the offending dot is in your original formula - the following bit:
&"."

--
Darren
"NYDUDE" wrote in message
...
I am trying to format Column "A" to automatically issue numbers
starting from 10001 to infinity. I am using thsis formula:

=IF(D8<"",COUNTA($D$7:D8)&".","")

It is important that the numbers generated in Column "A" based on

the
contents of Column "D", so if there's no entry in "D", Column "A" will
be blank.

The problem I am having is that I can not start with 10001, I can
however start with 1.

Also, Excel is placing a dot after my numbers. I don't like dots!

Please
help.

Eddie


.

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
Excel Invoice followon autonumbering cjw064 New Users to Excel 5 May 28th 10 01:48 AM
Autonumbering hmk311 Excel Worksheet Functions 5 October 27th 07 01:07 AM
Autonumbering in Excel ryadav Excel Discussion (Misc queries) 1 July 27th 06 07:17 PM
autonumbering Lino Excel Worksheet Functions 2 May 30th 05 02:33 AM
Better autonumbering formula? Dan in NY Excel Worksheet Functions 7 March 22nd 05 10:42 PM


All times are GMT +1. The time now is 10:23 PM.

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

About Us

"It's about Microsoft Excel"