#1   Report Post  
Posted to microsoft.public.excel.misc
WordProc
 
Posts: n/a
Default Simple Question

Hello!
I would like to have a column in my spreadsheet that just gives a sequential
number for each record. Just a counter.

Any help you could give me would be wonderful!

Thanks so much!
-Lynne
  #2   Report Post  
Posted to microsoft.public.excel.misc
tjtjjtjt
 
Posts: n/a
Default Simple Question

I think I've seen something like this on the message board to create a counter.
=IF(B3="","",COUNTA($B$3:B3))
This assumes that the list starts in Row 3. Enter the formula in A3 and
copy down for all records.
Make sure that you have information in Column B for each record, or that
record won't get counted.
--
tj


"WordProc" wrote:

Hello!
I would like to have a column in my spreadsheet that just gives a sequential
number for each record. Just a counter.

Any help you could give me would be wonderful!

Thanks so much!
-Lynne

  #3   Report Post  
Posted to microsoft.public.excel.misc
Patricia Shannon
 
Posts: n/a
Default Simple Question

If you look for "sequence" in Excel help, you will find
"About filling in data based on adjacent cells"
If you fill in the first 3 cells with 1 2 3, they select these cells, then
if you drag the handle at the bottom right corner down, it will fill in the
series. If you stop and need to continue the series, select the last 3 cells
and drag. The help also tells how to fill in a series using the menu
edit/fill/series.

"tjtjjtjt" wrote:

I think I've seen something like this on the message board to create a counter.
=IF(B3="","",COUNTA($B$3:B3))
This assumes that the list starts in Row 3. Enter the formula in A3 and
copy down for all records.
Make sure that you have information in Column B for each record, or that
record won't get counted.
--
tj


"WordProc" wrote:

Hello!
I would like to have a column in my spreadsheet that just gives a sequential
number for each record. Just a counter.

Any help you could give me would be wonderful!

Thanks so much!
-Lynne

  #4   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK
 
Posts: n/a
Default Simple Question

Using any column for the sequence, enter this formula in the first cell
(eg A1):

=ROW()

Copy this down as many rows as you need.

Hope this helps.

Pete

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
Simple AutoFill Series Question Abode Excel Discussion (Misc queries) 1 March 23rd 06 07:28 AM
excel charts, simple question PH NEWS Excel Worksheet Functions 6 February 9th 06 12:05 PM
a very simple question [email protected] Excel Discussion (Misc queries) 6 November 6th 05 02:50 PM
simple Wildcard Question nastech Excel Discussion (Misc queries) 3 October 17th 05 03:56 AM
Simple Question cjjoo Excel Worksheet Functions 2 October 12th 05 04:38 AM


All times are GMT +1. The time now is 09:50 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"