Good day,
I am stumped once again and I'd like to know if someone could share some incite to the realm of possibility.
I need to look up a part # based on a completely different number. However my "part #'s" have process codes at the end.
For example - part # 12-4567*05S goes with part number ABCDEF
I have a list of parts in Column A - but data set in "sheet2" which has in Column B the part I need to call but the "child part" with the *05S in column F with over 12K rows.
In the list Column F has all kinds of *412 *305 *601 parts but I only want the *05S parts.
I have tried =IF(ISNUMBER(SEARCH("8-*",Sheet2!$F:$F,1)),VLOOKUP('ASSEMBLY PART'!$A2,Sheet2!$C:$F,4,0),"") - it results in nothing (worked for another line but the dataset was different.
I have tried "OR(RIGHT($A19,3)={"05S","412","502","205"}))" but this only works for parts within the same sheet and doesn't look for parts in the data set.
I have tried - =IF(ISNUMBER(SEARCH("3-*",Sheet2!$F:$F,RIGHT(Sheet2!$F20:$F12018,3)="05S")),VLOOKUP('ASSEMBLY PART'!$A20,Sheet2!$C:$F,4,0),"") but it results in nothing.
My parts in Column F on sheet2 start with 3- 4- 8- and end with *05S etc.
Any ideas would be awesome.
I am stumped once again and I'd like to know if someone could share some incite to the realm of possibility.
I need to look up a part # based on a completely different number. However my "part #'s" have process codes at the end.
For example - part # 12-4567*05S goes with part number ABCDEF
I have a list of parts in Column A - but data set in "sheet2" which has in Column B the part I need to call but the "child part" with the *05S in column F with over 12K rows.
In the list Column F has all kinds of *412 *305 *601 parts but I only want the *05S parts.
I have tried =IF(ISNUMBER(SEARCH("8-*",Sheet2!$F:$F,1)),VLOOKUP('ASSEMBLY PART'!$A2,Sheet2!$C:$F,4,0),"") - it results in nothing (worked for another line but the dataset was different.
I have tried "OR(RIGHT($A19,3)={"05S","412","502","205"}))" but this only works for parts within the same sheet and doesn't look for parts in the data set.
I have tried - =IF(ISNUMBER(SEARCH("3-*",Sheet2!$F:$F,RIGHT(Sheet2!$F20:$F12018,3)="05S")),VLOOKUP('ASSEMBLY PART'!$A20,Sheet2!$C:$F,4,0),"") but it results in nothing.
My parts in Column F on sheet2 start with 3- 4- 8- and end with *05S etc.
Any ideas would be awesome.