I am trying to take column a (5000 rows) and match against column b (138 rows) and when it finds a match in cell b will take cell c (on the same row) and print it in cell d for example. I have attempted to use an IF statement and a VLOOKUP but just can't seem to get it correct.
The problem with using a nested IF statement is column b is 138 to 150 categories.
Column a Column b Column c Column d this is orange Fitness Bug Fitness Should print "Orange Fruit" this is yellow Jack Rabit Jacks Should print "Bees" this is ebay Yellow Jacket Bees Should print "Websites" this is Rabit Ebay Website Websites Should print "Jacks" this is fitness Oranges Orange Fruit Should print "Fitness"