Sequential Numbering of Unique Records

shedboyxx

New Member
Joined
Apr 13, 2011
Messages
11
Hi folks.

I have a list of 347 CD's.
Each CD has a unique title.
Each CD has multiple tracks (12-99)
I've created an in place filter of Unique Records only

I have to create sequential CD codes (A0001, A0002, A0003, etc) for each title.

After filtering, when I try to just drag down in the CD Code column, I get all '1's (A0001, A0001, etc.)

Is there a quick way for me to number each unique CD Title?

TIA

Jim
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Enter into Cell A1 and Copy, then Drag-Down Pasting...
Excel Workbook
A
1A0001
Sheet1
Excel 2007
Cell Formulas
RangeFormula
A1="A" & TEXT(ROW(),"0000")
 
Upvote 0
Thanks for your quick response Jim.

Unfortunately it gives me the row number - not sequential numbering.


When the list is filtered for Unique records only the row numbers jump around.


<table border="0" cellpadding="0" cellspacing="0" width="112"><colgroup><col style="mso-width-source:userset;mso-width-alt:4096;width:84pt" width="112"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td style="height:15.0pt;width:84pt;word-wrap: break-word" height="20" width="112">A0002</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">A0047</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt;word-wrap: break-word" height="20">A0095</td> </tr> </tbody></table>

I'm looking for


A0001

A0002
A0003

Independent of whatever actual row the unique record lives on.


Thanks anyway!


Jim
 
Upvote 0
Tried that and it just returns a pasted value of an incorrect #.

AFAIK It's because the formula is creating a number per the Excel row so pasting it just includes that # - unless I'm missing something?
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,136
Members
452,890
Latest member
Nikhil Ramesh

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