#1   Report Post  
Posted to microsoft.public.excel.misc
horseman
 
Posts: n/a
Default Auto Number

In my spreadsheet I have a cell called file number. Is their anyway that a
can get this cell to automatically put in the next number everytime I enter
new data, so that I do not have to type in the number it is excel 2000
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Auto Number

If your numbers are in column A, maybe you could just put a bunch of formulas in
that column that depend on another column having data.

=if(b10="","",a9+1)

(in A10, and drag down.)

horseman wrote:

In my spreadsheet I have a cell called file number. Is their anyway that a
can get this cell to automatically put in the next number everytime I enter
new data, so that I do not have to type in the number it is excel 2000


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
BenjieLop
 
Posts: n/a
Default Auto Number


horseman Wrote:
In my spreadsheet I have a cell called file number. Is their anyway that
a
can get this cell to automatically put in the next number everytime I
enter
new data, so that I do not have to type in the number it is excel 2000


ASSUME that you file numbers are in Column A (starting from Cell A1)
and your data will be entered in Column B (starting from Cell B1),
enter this formula

=IF(B1<\"\",COUNTA($B1:B$1)&\".\",\"\")

in Cell A1 and copy down until your range requirement is satisfied.

With the above formula, your file number (in Column A) will
automatically be numbered every time you enter data in Column B.

Hope this is what you are looking for.

Regards.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=487942

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
Master invoice number Christopher M. Excel Worksheet Functions 0 July 24th 05 04:26 PM
How do I auto number cells in an Excel template? Natalie Excel Discussion (Misc queries) 3 March 30th 05 03:42 AM
auto number columns in excel Laura Excel Discussion (Misc queries) 4 March 29th 05 02:39 PM
assign auto number and auto date Krit Kasem Excel Discussion (Misc queries) 2 January 14th 05 02:55 AM
How to format a number in Indian style in Excel? Victor_alb Excel Discussion (Misc queries) 2 December 21st 04 04:21 AM


All times are GMT +1. The time now is 03:18 AM.

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"