I have 30 categories that correspond to a number on sheet 1 listed by column.
Number, Category Name
A1 = 1 , B1 =Reading
A2 = 2, B2 =Math
etc for 30 rows.
On sheet 2 column A has the category name listed. If there is only one name then I don't have a problem using vlookup to return its corresponding number from sheet 1. However, the majority of cells have multiple category names listed and vlookup returns an N/A. Is there a way for vlookup to check all the names in the cell and return all the corresponding numbers without having to add all the possible combinations in sheet 1?
So cell A1 on sheet 2 which reads Reading, Math would return 1, 2.
Number, Category Name
A1 = 1 , B1 =Reading
A2 = 2, B2 =Math
etc for 30 rows.
On sheet 2 column A has the category name listed. If there is only one name then I don't have a problem using vlookup to return its corresponding number from sheet 1. However, the majority of cells have multiple category names listed and vlookup returns an N/A. Is there a way for vlookup to check all the names in the cell and return all the corresponding numbers without having to add all the possible combinations in sheet 1?
So cell A1 on sheet 2 which reads Reading, Math would return 1, 2.