Autonumber and grouping

Nick_Russell

New Member
Joined
Jan 9, 2009
Messages
2
In MS EXcel 2003, I need a formula that could fill autonumber in column B depending on what is in column A. Notice that the numbering will go back to 1 if a new group is encountered.

For example...

Group autonumber
a 1
a 2
a 3
a 4
b 1
b 2
c 1
c 2
c 3

Any help would be appreciated.

Regards

Nick

<table class="h"><tbody><tr><td class="l">
</td><td>
</td><td class="r">
</td></tr></tbody></table>
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Welcome to the board....

As long as the groups are sorted, and you won't come accross the same group later on down the sheet..

In B1 and filled down to end of data
=COUNTIF(A$1:A1,A1)

Hope that helps...
 
Upvote 0

Forum statistics

Threads
1,215,583
Messages
6,125,665
Members
449,247
Latest member
wingedshoes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top