Hello,
I need a VBA code to look at each cell in a particular column and update the specific cell content to include a formula.
If the cell in Column A is blank, I need there to be a formula in it that reads {=IFERROR(INDEX(Description_A,MATCH(B3,SKU_A,0)),"")}
However, I also need to be able to have a drop down list in Column A that reads:
Lemon
Cherry
Grapes
So that if I select either of those three, I can type in the corresponding SKU number in SKU List B.
Column B will have a constant formula in it that contains {=IFERROR(INDEX(SKU_B,MATCH(A2,Description_B,0)),"")} which will be overridden if I have the SKU number handy.
Just a background of my dilemma, I have a long list of SKU's and products, but sometimes the people building the pallets are unable to find the product on that list, so they handwrite the description at the end of the list. I want to be able to key in the SKU's that are present on the sheet they turn in in column B, but if they hand write something, I need to be able to select the hand written description in column A so that the formula in Column B will look up and output the respective SKU... sorry if this is overly complicated.
Bookmarks