Hi all-
Thanks in advance for anyone who can look at this! I have what I think is a pretty simple task that I cannot figure out. Our new system puts all of our barcodes into one cell for our products separated by a space. Our old one would put a separate row entry with repeating product names. I am just looking for a way to look through that cell with multiple barcodes, find it when presented on another sheet and return the accompanying product description. The amount of barcodes in each cell is dynamic as is the amount of items (currently around 17,500) since this report includes any new items each week
So sheet 1 would have
On sheet 2 I am trying to get column B to return sheet 1 column A if sheet 2 column A has any of the barcodes manually entered into it like below
I feel like I was getting close with isnumber(search formulas or the use of a helper column but I would get stuck with a spill error or n/a.
Thanks in advance for anyone who can look at this! I have what I think is a pretty simple task that I cannot figure out. Our new system puts all of our barcodes into one cell for our products separated by a space. Our old one would put a separate row entry with repeating product names. I am just looking for a way to look through that cell with multiple barcodes, find it when presented on another sheet and return the accompanying product description. The amount of barcodes in each cell is dynamic as is the amount of items (currently around 17,500) since this report includes any new items each week
So sheet 1 would have
Description | Alias |
COCA COLA 16OZ | 4900005115 |
COCA COLA 2.0L | 049000050103 496390 |
COCA COLA 20OZ | 04904403 490440 |
COCA COLA 500ML(1) | 049000024685 COCO50CALAA1001 |
COCA COLA CHERRY 20OZ | 049000018011 4900004754 |
On sheet 2 I am trying to get column B to return sheet 1 column A if sheet 2 column A has any of the barcodes manually entered into it like below
490440 |
| |
| COCA COLA 500ML(1) |
I feel like I was getting close with isnumber(search formulas or the use of a helper column but I would get stuck with a spill error or n/a.