Hot Button Lookup

D

DBuche

I need a function that provides a hot button which will return values but
VLOOKUP may not be powerful enough.

Worksheet 1, named Code List, has two columns. The first column contains a 2
digit code, AP for instance. I'd like a hot button in the second column that
would search for AP in column 1 in a table on another worksheet named Code
Table.

AP X
AR X
AS X

The table has 3 columns, (a, b c) and multiple rows. The code is in the
column A in each row, but may be repeated on multiple rows. Columns B and C
will be unique.

AP Data1b Data1c
AP Data2b Data2c
AR Data3b Data1c

The hot button beside code AP on the Code List worksheet should search the
Code Table and retun all the data relavent to AP regardless of how many rows
AP is found on.

Data1b Data1c
Data2b Data2c
 

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