Hi!
I need assistance with updating a Unique ID (Column
.
Some background on what I've currently done:
To create the Unique ID, I built an iterative macro that transposes ID #1 & ID#2, sorts the data, and assigns each entry a unique ID using the Multi-Row Formula (IF ID = Row-1 ID, THEN Row-1 Unique ID, ELSE Row-1 Unique ID +1). Then, I append back the unique ID to the original data using the Record ID. However, the data goes through multiple iterations as the same record ID can be assigned different unique IDs through the process, and I want to ensure that Record IDs get assigned the same Unique ID. I reviewed the data I have so far, and this piece of the workflow is working as expected.
What I need help with:
I also need to take into consideration ID #3 (concatenation of ID #3a and ID #3b). I'd like to update Unique IDs if ID #3 is the same as other records, but I also need to maintain the grouping I've established with my macro. In the attached example, RecordID 3986696 has a unique ID of 18, but you'll notice that there are other records with the same ID #3 that are assigned a unique ID of 17. I'd like to update the unique ID for 3986696 to 17 as well as the other record that is assigned 18 (156436840). Please note that if ID #3a is blank, it shouldn't be grouped with other blanks under ID #3a. It should maintain the grouping established with the macro.
Please let me know if any additional information or clarification is needed.
Thank you!