Add Unique Identifier Based on Record Hierarchy

jollywood

New Member
Joined
Oct 4, 2011
Messages
40
Hello,
I have a table with 1.3+ million records. The table houses account numbers (they can exist more than once), a Field_Data_ID field (is incremental and does not repeat...greatest number is most recent addition), a Description field, START_DT and END_DT both in YYYYMMDD format.

My challenge is to find each Field_Data_ID that exists for each unique account number. Once that is done, I need to find where the corresponding START_DT and END_DT overlap or otherwise conflict.

The first part was a simple sort. I want to make an additional column that will say UDF1, UDF2, UDF3, etc. based on the FIELD_DATA_ID hierarchy of each unique account number.

I have no idea where to begin and there are too many records for excel! HELP!...please. ;)
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
A better way to word it:

For each instance of i, rank the Field_Data_ID among the Field_Data_IDs that have i as an account number.
 
Upvote 0

Forum statistics

Threads
1,215,507
Messages
6,125,212
Members
449,214
Latest member
mr_ordinaryboy

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