Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default numbering a column

How do I number a column automatically (eg: 1. 2. 3. ...)?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default numbering a column

Hi
not quite sure what you're trying to achieve but the following formula
will put a sequencing number
in column A, if column B is filled:

in A1 enter the following formula
=IF(B1<"",1,"")

in A2 enter the formula
=IF(B2<"",MAX($A$1:OFFSET($A2,-1,0))+1,"")
and copy this formula down for as many rows as you like

this formula will add a sequencing number in column a for all rows in
which
column B contains a value

--
Regards
Frank Kabel
Frankfurt, Germany

"boettcher" schrieb im
Newsbeitrag ...
How do I number a column automatically (eg: 1. 2. 3. ...)?


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
row and column numbering and printing help 3Sixty Call Center New Users to Excel 1 August 1st 09 07:51 PM
change column numbering to column letters in my spreadsheet view ferdla Excel Discussion (Misc queries) 1 April 29th 08 03:34 PM
Need help in numbering a column while skipping lines Gary Reger Excel Worksheet Functions 3 December 21st 05 10:00 PM
NUMBERING OF A COLUMN D New Users to Excel 5 April 5th 05 05:13 PM
Column numbering Nospam Excel Worksheet Functions 3 November 12th 04 02:31 AM


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