ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need to add Sequence/Instance Number to Duplicate Records (https://www.excelbanter.com/excel-discussion-misc-queries/223358-need-add-sequence-instance-number-duplicate-records.html)

mcmilja

Need to add Sequence/Instance Number to Duplicate Records
 
Hello,

How would I go about adding a Sequence/Instance Number to Duplicate Records?

Example: I have a list of duplicate site names and I want the 1st instance
to be "1" and the 2nd instance to be "2".

Site | Seq/Inst Num
ABBEVILLE | 1
ABBEVILLE | 2
AIRPORT MEMPHIS | 1
AIRPORT MEMPHIS | 2
AIRPORT NASHVILLE | 1
AIRPORT NASHVILLE | 2

Thanks!
Jaret

Elkar

Need to add Sequence/Instance Number to Duplicate Records
 
Try this in cell B2, then copy down as far as your data goes.

=COUNTIF($A$2:A2,A2)

HTH
Elkar


"mcmilja" wrote:

Hello,

How would I go about adding a Sequence/Instance Number to Duplicate Records?

Example: I have a list of duplicate site names and I want the 1st instance
to be "1" and the 2nd instance to be "2".

Site | Seq/Inst Num
ABBEVILLE | 1
ABBEVILLE | 2
AIRPORT MEMPHIS | 1
AIRPORT MEMPHIS | 2
AIRPORT NASHVILLE | 1
AIRPORT NASHVILLE | 2

Thanks!
Jaret


Bob Phillips[_3_]

Need to add Sequence/Instance Number to Duplicate Records
 
=A2&"|"&COUNTIF($A$2:$A2,A2)

and copy down

--
__________________________________
HTH

Bob

"mcmilja" wrote in message
...
Hello,

How would I go about adding a Sequence/Instance Number to Duplicate
Records?

Example: I have a list of duplicate site names and I want the 1st instance
to be "1" and the 2nd instance to be "2".

Site | Seq/Inst Num
ABBEVILLE | 1
ABBEVILLE | 2
AIRPORT MEMPHIS | 1
AIRPORT MEMPHIS | 2
AIRPORT NASHVILLE | 1
AIRPORT NASHVILLE | 2

Thanks!
Jaret




mcmilja

Need to add Sequence/Instance Number to Duplicate Records
 
Thanks Elkar!

"Elkar" wrote:

Try this in cell B2, then copy down as far as your data goes.

=COUNTIF($A$2:A2,A2)

HTH
Elkar


"mcmilja" wrote:

Hello,

How would I go about adding a Sequence/Instance Number to Duplicate Records?

Example: I have a list of duplicate site names and I want the 1st instance
to be "1" and the 2nd instance to be "2".

Site | Seq/Inst Num
ABBEVILLE | 1
ABBEVILLE | 2
AIRPORT MEMPHIS | 1
AIRPORT MEMPHIS | 2
AIRPORT NASHVILLE | 1
AIRPORT NASHVILLE | 2

Thanks!
Jaret



All times are GMT +1. The time now is 06:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com