Hi all,
Perhaps someone can answer this question: I have rows of data in two lists in different columns in Excel. Both lists have keys for their indices, these keys are numeric and can only be from 1 to 999,999. One list has 18 columns including the key which is in column A (so the columns from List 1 are A to R inclusive); the other list has 16 columns including the key in column T (columns for the second list are T to AI inclusive). Column S between the lists is empty.
I would like to align the information in both lists that have the same key into the same rows. If this is to be done in the same worksheet, then the identified key would be in column AK, the info from the first list would go into columns AL to BD, column BE would be empty, and info from the second list for the same keys would go into columns BF to BU. Alternatively, this line-up of rows could go into a different worksheet, I have no preference.
FYI, while the first list has no duplication for numeric keys, the second list contains duplicates or multiple entries that are different for the same key. In the case of such duplication, I would like the program to only return the first entry in the aligned rows but mark the first empty cell in that row with "duplicate" if there are two instances of the key, "triplicate" if there are three instances, and "mult" if there are more than 3 instances, so I know what it is. If required, I can put the two lists in separate worksheets, and sort the lists by their numeric keys in ascending order. Keys - again - can be anything from 1 to 999,999. First list is roughly 24K rows, second list roughly 20K rows.
Many thanks.
Perhaps someone can answer this question: I have rows of data in two lists in different columns in Excel. Both lists have keys for their indices, these keys are numeric and can only be from 1 to 999,999. One list has 18 columns including the key which is in column A (so the columns from List 1 are A to R inclusive); the other list has 16 columns including the key in column T (columns for the second list are T to AI inclusive). Column S between the lists is empty.
I would like to align the information in both lists that have the same key into the same rows. If this is to be done in the same worksheet, then the identified key would be in column AK, the info from the first list would go into columns AL to BD, column BE would be empty, and info from the second list for the same keys would go into columns BF to BU. Alternatively, this line-up of rows could go into a different worksheet, I have no preference.
FYI, while the first list has no duplication for numeric keys, the second list contains duplicates or multiple entries that are different for the same key. In the case of such duplication, I would like the program to only return the first entry in the aligned rows but mark the first empty cell in that row with "duplicate" if there are two instances of the key, "triplicate" if there are three instances, and "mult" if there are more than 3 instances, so I know what it is. If required, I can put the two lists in separate worksheets, and sort the lists by their numeric keys in ascending order. Keys - again - can be anything from 1 to 999,999. First list is roughly 24K rows, second list roughly 20K rows.
Many thanks.