Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 109
Default Seqential numbering

Hello,
I need assistance. Looking for a formula that would number the rows
sequentially given a criteria of zero.

Example
Column A has a series of values all the way to row 500. I only wish to
capture ZERO (0) and then number them sequentially.

Thanks,
MrRJ
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Seqential numbering

Does this formula, copied down, do what you want?

=IF(A1=0,COUNTIF(A$1:A1,0),"")

If not, you will need to clarify your question for us.

--
Rick (MVP - Excel)


"MrRJ" wrote in message
...
Hello,
I need assistance. Looking for a formula that would number the rows
sequentially given a criteria of zero.

Example
Column A has a series of values all the way to row 500. I only wish to
capture ZERO (0) and then number them sequentially.

Thanks,
MrRJ


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 109
Default Seqential numbering

That will do it....thanks.

"Rick Rothstein" wrote:

Does this formula, copied down, do what you want?

=IF(A1=0,COUNTIF(A$1:A1,0),"")

If not, you will need to clarify your question for us.

--
Rick (MVP - Excel)


"MrRJ" wrote in message
...
Hello,
I need assistance. Looking for a formula that would number the rows
sequentially given a criteria of zero.

Example
Column A has a series of values all the way to row 500. I only wish to
capture ZERO (0) and then number them sequentially.

Thanks,
MrRJ



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 Numbering ironman Excel Discussion (Misc queries) 8 September 21st 07 01:36 AM
PO with sequential numbering with start / end numbering [email protected] Excel Discussion (Misc queries) 1 April 24th 07 03:38 PM
how can i make invoice numbers seqential in 2000 buster Excel Worksheet Functions 1 October 12th 06 12:21 PM
Numbering hayhider New Users to Excel 1 October 6th 05 05:50 AM
numbering Dr. Sachin Wagh Excel Discussion (Misc queries) 0 August 25th 05 08:31 PM


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