Output value from information in multiple columns

Copper Contributor

Hi All

 

I am needing some assistance in figuring this out. Currently I have a table with multiple criteria that I need to use to output a part number. For the attached example, I have 3 columns with specific criteria and need to output the part number in the 4th column. What will eventually be on another sheet, I will have the required bolt specifications for Thread coating, diameter and length and need to pull the part number through these are depicted to the right of these columns. Where XXX is, I am wanting to pull the part number value through from the 3 cell values next to it. Currently using Excel 2016 at work which I need the formula to work with. 

 

Thread coatingDiameterLengthPart number Thread coatingDiameterLengthPart number
HDGM61219054297 HDGM620XXX
HDGM61619055285     
HDGM62019055544     
HDGM63019083718     
HDGM81219054823     
HDGM81619053371     
HDGM82019055048     
HDGM82519053320     
HDGM83519077971     
HDGM86019082304     
ZincM6800122629     
ZincM61013252577     
ZincM61200110221     
ZincM61419072724     
ZincM61600101052     
ZincM61800101060     
ZincM62000101079     
ZincM62200122688     
ZincM62500101087     
ZincM63000110191     
ZincM64019105398     
ZincM8800122696     
ZincM81000101095     
ZincM81200122645     
ZincM81600101109     
ZincM81819143303     
ZincM82000110256     
ZincM82200101117     
ZincM82500101125     
ZincM83000101133     
ZincM83519127774     
ZincM84019115601     
ZincM84508063893     
ZincM85019140746     
ZincM86013288237     
ZincM86519111975     
ZincM89013306510     
ZincM810013302574     

 

2 Replies

@Snake99 

 

Hi,

 

I think you just need to create a key that contains "Thread Coating", "Diameter", and "Length" to use as a lookup key for "VLOOKUP" function.

I attached an example excel file.

 

Screenshot 2023-11-01 at 3.27.29 PM.png

Screenshot 2023-11-01 at 3.27.40 PM.png

Thanks a mil! I have not known the '&"|"&' part to be placed in a Vlookup, this helps a lot!