Seqential numbering

M

MrRJ

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
 
R

Rick Rothstein

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.
 
M

MrRJ

That will do it....thanks.

Rick Rothstein said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top