I have a column of alpha-numeric strings and need to find what elements are common and located in the same segment of the text string comparing all cells in the column to each other.
In other words cell in row 1 = M0G001EVC07720
cell 2 = M1L001EVC14009
In this case common elements are the leading M and the 001EVC in characters 4-9 within the text strings.
I need to determine what, if any, common string segments exist comparing all of the cells to all others within a column.
In other words cell in row 1 = M0G001EVC07720
cell 2 = M1L001EVC14009
In this case common elements are the leading M and the 001EVC in characters 4-9 within the text strings.
I need to determine what, if any, common string segments exist comparing all of the cells to all others within a column.