Hello All,
I have 3 columns, all using different Vlookups to find me the Internal ID of a product. I've used Vlookup against, SKU, MPN, and Vendor Code hence the 3 columns. I want to combine all 3 into 1 but first compare them.
Any help is appreciated. I'm not an expert in excel so if someone can break it down for me then at least I can follow instructions.
thanks
I have 3 columns, all using different Vlookups to find me the Internal ID of a product. I've used Vlookup against, SKU, MPN, and Vendor Code hence the 3 columns. I want to combine all 3 into 1 but first compare them.
- At first, I tried to use 'Concat' but if the value exists in 2 columns or 3 columns then it gets displayed as '1234512345' etc.
- I have tried to use an IF statement to see if I use that and then concat if the value is empty in row 3 then use row 2 and so forth but no luck
- lastly tried using the countIF formula but, to be honest, I have no idea what I'm doing LOL.
LATEST KENNY-NIKKI FILE.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
697 | AP840 | 45120 | 45120 | 45120 | ||
698 | AP840-BIP | 45121 | 45121 | 45121 | ||
699 | DRV10416-1 | |||||
700 | DRVRTL10400 | 11972 | ||||
701 | DRVRTL10370BK | 72705 | 72705 | |||
702 | DRVRTL10370BC | 72708 | ||||
703 | DRVRTL10370RC | 72707 | 72707 | |||
704 | RMA76100 | 1096 | ||||
705 | RMA75600EA | 1110 | ||||
706 | DRVRTL10372BC | 72703 | ||||
707 | DRVRTL10372RC | 72702 | ||||
708 | DRV10350-1 | |||||
709 | DRVNRS185006 | 30742 | ||||
710 | DRVR728BL | 11135 | ||||
711 | DRVRTL10304-SH | |||||
712 | ZCH9201BL | |||||
713 | ZCH9201BLK | |||||
714 | ZCH9201BUR | |||||
715 | AXLLG100 | |||||
716 | EW17148PM | 28535 | ||||
717 | EW17358M | 28536 | ||||
718 | EW17152 | 28539 | ||||
Final List of Items |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D697:D700,D704:D718,D702 | D697 | =IFNA(VLOOKUP($A697,'[SKU MPN MATCH.xlsx]SKUMPNMATCHResults'!$E:$F,2,FALSE),"") |
C697:C715 | C697 | =IFNA(VLOOKUP($A697,'[SKU MPN MATCH.xlsx]SKUMPNMATCHResults'!$D:$F,3,FALSE),"") |
B697:B718 | B697 | =IFNA(VLOOKUP($A697,'[SKU MPN MATCH.xlsx]SKUMPNMATCHResults'!$C:$F,4,FALSE),"") |
Any help is appreciated. I'm not an expert in excel so if someone can break it down for me then at least I can follow instructions.
thanks