Search a Table, find, and copy all data from the row

T

Toddman

Would someone be kind enough to help me on this? I want to take a list
compare it to a table, and if a match copy all of the elements from th
table in the same row in which the element match was found:



LIST

CAT
DOG
MOUSE

TABLE

HORSE BROWN LARGE Worker
DOG WHITE SMALL Pet

When list matches table, I want to copy the information from th
following columns (e.g. WHITE, SMALL, Pet) and place in columns next t
the item in the list, so the list would then look like:

CAT
DOG WHITE SMALL Pet
MOUSE

Thank you for any help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top