View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Lady Success Lady Success is offline
external usenet poster
 
Posts: 28
Default Finding all elements in a database

I have a worksheet where the user enters a state abbreviation in B1 (i.e. UT)
in a query sheet. I want to find the associated state information located in
another sheet in the same workbook.

The query worksheet would look like this:
A1 B1 C1 D1
List state abbrev ut Available Plan 1 Available Plan 2


The database looks like this:
Abbreviation State_Name Available Plan 1 Available Plan 2
AK ALASKA Choice Value
AL ALABAMA Premier Protect
UT ARKANSAS Choice Value


I want C2 to show "Choice" and D2 to show "Value".

Any help would be appreciated.

Thanks!




--
Lady