I have two sheets
Sheet1 and Sheet2 Column A have matchable data
Sheet1 and sheet2 column B have strings that don't exactly match
Example:
Col A---TN360,TN330
Col B---TN360
or
Col A---TN360
Col B---TN360,TN330
or
Col A---TN360
Col B---TN360
I want the result in column T to be from Column E in sheet2 if column A in sheet1 and sheet2 match and if Column A in sheet1 and sheet2 have a partial match in sheet1 and sheet2.
Some of my suppliers add more part numbers than others for each item. As long as two of the part numbers in Column B match I want the result of column E from sheet2
Can someone help?
Thanks
Sheet1
Sheet2
Sheet1 and Sheet2 Column A have matchable data
Sheet1 and sheet2 column B have strings that don't exactly match
Example:
Col A---TN360,TN330
Col B---TN360
or
Col A---TN360
Col B---TN360,TN330
or
Col A---TN360
Col B---TN360
I want the result in column T to be from Column E in sheet2 if column A in sheet1 and sheet2 match and if Column A in sheet1 and sheet2 have a partial match in sheet1 and sheet2.
Some of my suppliers add more part numbers than others for each item. As long as two of the part numbers in Column B match I want the result of column E from sheet2
Can someone help?
Thanks
Sheet1
TestImageFormula.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | Vendor | Brand | OEM | OEM Plus | Primary Key | Cost | Vendor# | Large Image URL | Type description | Color | ||
2 | IPW | Brother | TN360,TN330 | $28.00 | TRUE | |||||||
3 | IPW | Dell | 3302650, 3302649 | $48.50 | FALSE | |||||||
4 | IPW | Dell | 34015HA, 34035HA | $29.00 | FALSE | |||||||
5 | Clover | HP | CE250X(J) | $101.00 | TRUE | |||||||
6 | Liberty | dell | P7RMX, 593BBKD, CVXGF | $149.89 | ||||||||
AllVendor |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I2:I4 | I2 | =ISNUMBER(MATCH("*"&LEFT(C2,5)&"*",Images!B:B,0)) |
Sheet2
TestImageFormula.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | Vendor | OEM | Primary Key | OEM Brand | Large Image | All Large Image | Small Image | ||
2 | IPW | TN336Y | ILG_TN336Y | BROTHER | Saltlakecitytoner.com/image/ILG/TN-336Y.jpg | Saltlakecitytoner.com/image/ILG/TN-336Y.jpg | |||
3 | IPW | TN350 | ILG_TN350 | BROTHER | Saltlakecitytoner.com/image/ILG/TN-350.jpg | Saltlakecitytoner.com/image/ILG/TN-350.jpg | |||
4 | IPW | TN360 | ILG_TN360 | BROTHER | Saltlakecitytoner.com/image/ILG/TN-360.jpg | Saltlakecitytoner.com/image/ILG/TN-360.jpg | |||
5 | IPW | TN450 | ILG_TN450 | BROTHER | Saltlakecitytoner.com/image/ILG/TN-450.jpg | Saltlakecitytoner.com/image/ILG/TN-450.jpg | |||
6 | IPW | TN460 | ILG_TN460 | BROTHER | Saltlakecitytoner.com/image/ILG/TN-460.jpg | Saltlakecitytoner.com/image/ILG/TN-460.jpg | |||
7 | Clover | CE505A, 3479B001AA | Clover_CE505A, 3479B001AA | HP | http://www.cloverimaging.com/image/800/600/MSE02210514.jpg | http://www.cloverimaging.com/image/800/600/MSE02210514.jpg | |||
8 | Liberty | P7RMX, PVTHG, 593BBKD, CVXGF, 2RMPM | Dell | http://libertylaserimages.com/Cartridge-Images-by-Brand-Full-Size/Dell-Mono/LLSE310.jpg | http://libertylaserimages.com/Cartridge-Images-by-Brand-Full-Size/Dell-Mono/LLSE310.jpg | http://libertylaserimages.com/Medium-Images/LLSE310.jpg | |||
Images |