Have used these functions on other areas but can't get it to work on the attached example. Two sheets, one contains array, the other the "results" cells. Notes in worksheets.
Thanks Hui...I made a mistake. Said the formula should key off Col A; should be Col C, with Col A and Co B being derived. Changed array to be actual data.
If column A is somehow dealt with, then you're left with deriving the SKU#; isn't this simply the bit before the 2nd _ (underline) character of the subSKU#?
If so:
=LEFT(C17,FIND("¬",SUBSTITUTE(C17,"_","¬",2))-1)
If instead it's the bit after the last_ character then:
Otherwise it'd be a case of scanning columns E,I and M of the Sheet2 for the subSKU# and returning the first or 4th columns of the same row? Have I got this right?