Hello Wonderful Community,
I am looking for a formula to put in col 2 of sheet 2 (lookup and concatenate) that will lookup the value of Sheet 2 Col A by going into sheet 1 Col H, once the value is found, it will look for a UNIQUE combo in col J and col U (unique because the value combos are repeated, i don't care about repeats). If a unique combo set is found, formula should output the value from Col U. Now if another unique col J col U combo is found, i want to AMMEND (CONCATENATE) that.
The sample solution will make more sense, I color coded it so it is easier to check.
.
.
Thank you so much in advance for all the time and help.
I am looking for a formula to put in col 2 of sheet 2 (lookup and concatenate) that will lookup the value of Sheet 2 Col A by going into sheet 1 Col H, once the value is found, it will look for a UNIQUE combo in col J and col U (unique because the value combos are repeated, i don't care about repeats). If a unique combo set is found, formula should output the value from Col U. Now if another unique col J col U combo is found, i want to AMMEND (CONCATENATE) that.
The sample solution will make more sense, I color coded it so it is easier to check.
Sheet 1 | ||
col H | Col J | Col U |
430123 | 5 | 6 TUE |
430123 | 5 | 6 TUE |
430123 | 5 | 6 TUE |
430123 | 5 | 6 TUE |
430123 | 8 | 24 TUE |
431093 | 3 | 3 TUE |
431093 | 3 | 3 TUE |
431061 | 1 | 6 TUE |
431061 | 5 | 6 TUE |
431061 | 1 | 7 TUE |
431061 | 1 | 6 TUE |
431061 | 10 | 6 TUE |
431061 | 1 | 6 TUE |
430123 | 5 | 6 TUE |
431061 | 2 | 12 TUE |
431061 | 2 | 11 TUE |
431061 | 2 | 12 TUE |
431093 | 3 | 3 TUE |
431093 | 5 | 3 TUE |
431093 | 3 | 3 TUE |
431093 | 3 | 3 TUE |
431093 | 6 | 4 TUE |
431093 | 2 | 3 TUE |
431093 | 3 | 3 TUE |
431093 | 3 | 3 TUE |
431093 | 3 | 3 TUE |
Sheet 2 | LOOKUP AND CONCATENATE |
431093 | 3 TUE, 3 TUE, 4 TUE, 3 TUE |
430123 | 6 TUE |
431061 | 6 TUE, 6 TUE, 7 TUE, 6 TUE,12 TUE, 11 TUE |
Thank you so much in advance for all the time and help.