This is a two part question. Sample data attached.
Each entry is currently trapped vertically.
Each entry should have 5 fields associated with it: 1) Name, 2) Hull, 3) Date, 4) URL_PART, and 5) Status.
Typically (not depicted in this data) each hull has 1 entry (consisting of the 5 rows referenced above).
These are the problem entries.
There are two major problems:
1) A given Hull (e.g. AFDB 1) has 3 entries (3 sets of 5 records, this unique feature being Date and Status)
2) Some entries (e.g. AFDB 7) has >5 rows associated with it (AFDB 7 is missing Date and Status).
Questions:
1) How can identify if an entry does not have 5 rows associated with it (using FIELD_NMBR) and insert blank rows to the corresponding missing Field Nmbr/Field?
2) How can I assign each group of 5 records a number 1-N?
