Count Records

S

Simon

I hv a list of records in Column A which may be duplicated more than once.
What I'd like to do is count the number of record in the list which start the
counter by 0,1,2,3... and provide the result in Column B

here's a sample of the list:-
Column A Column B
ABC0001 0
ABC0001 1
ABC0001 2
ABD0001 0
ABD0001 1
ABE0001 0
ABE0001 1
ABE0001 2
ABE0001 3
 
S

Simon

Hi Ashish,

Thks for your advise, but it only start with the counter "1" instead of "0".
How can I make use of this?

Cheers
Simon
 

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