Ordering instances and numbering them of repeat cases

hansonrc

New Member
Joined
Oct 3, 2013
Messages
2
Hi Everyone,

I'm struggling with something that seems rather simple...so simple I can't figure it out.

I have multiple cases (rows) of data for individuals and want to number them so that every case's first instance in the database has a value of 1, every second occurrence, a 2, etc. So I need to lookup the cases by their ID numbers and then lookup the date of each row of data, and on the basis of those two create a new variable that codes the first instance 1, second 2, etc.

Any tips would be greatly appreciated!
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
I have multiple cases (rows) of data for individuals and want to number them so that every case's first instance in the database has a value of 1, every second occurrence, a 2, etc. So I need to lookup the cases by their ID numbers and then lookup the date of each row of data, and on the basis of those two create a new variable that codes the first instance 1, second 2, etc.

Assuming your data starts in cell A2, put this formula on Row 2 in whatever column you want your count numbers to be in and copy it down to the end of your data...

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

Forum statistics

Threads
1,214,923
Messages
6,122,286
Members
449,076
Latest member
kenyanscott

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