I have cell in a worksheet (E17) that populates based on an entry in another cell (e13) using the code: =IFERROR(VLOOKUP(E13,'Job code'!A2:G10000,7,FALSE),0).
However I have a another cell, W13 that contains a drop down list. If the person entering data selects any of several items in the drop down list I want it to override what is in cell E17 with a different piece of text "W00"
Any suggestions about how this might be accomplished would be much appreciated! I have tried a number of things that haven't worked. Thanks!
However I have a another cell, W13 that contains a drop down list. If the person entering data selects any of several items in the drop down list I want it to override what is in cell E17 with a different piece of text "W00"
Any suggestions about how this might be accomplished would be much appreciated! I have tried a number of things that haven't worked. Thanks!