Sequential numbering formula

J

Joe PSAV

I have a list of Session names in column A (could be just 1 or more the
25). I would like a formula that looks a column A and if A1 is the sam
as A2 then put the number 1 in column B. This numbering would continu
until the name in column A does not match the name below, when thi
occurs the numbering would start over at 1.

This formula would create ‘Position number in Session’ listing in colum
B
 
C

Claus Busch

Hi Joe,

Am Wed, 18 Sep 2013 14:34:30 +0100 schrieb Joe PSAV:
I have a list of Session names in column A (could be just 1 or more then
25). I would like a formula that looks a column A and if A1 is the same
as A2 then put the number 1 in column B. This numbering would continue
until the name in column A does not match the name below, when this
occurs the numbering would start over at 1.

in B1 try:
=COUNTIF($A$1:A1,A1)


Regards
Claus B.
 
J

Joe PSAV

Claus said:
Hi Joe,

Am Wed, 18 Sep 2013 14:34:30 +0100 schrieb Joe PSAV:
-

in B1 try:
=COUNTIF($A$1:A1,A1)


Regards
Claus B.

That is exactly what I was looking for, Thank
 

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