View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Otto Otto is offline
external usenet poster
 
Posts: 11
Default Creating a list using w/ a function

Hello,
I need help in how I can create a list by using a function. Here is what I
am trying to accomplish:

In sheet1 I have the following data

A B
1 House A 100
2 House B 500
3 House A 150
4 House C 200
5 House B 300

In sheet 2 in cell a3 I have created a drop list bottom of column A of
sheet1 where I can choose any house. Everything ok until here. Where I need
help is how can I list the values of column B in different cells of sheet 2.

Example

Cell a3 House A

Then I would like to list all the all values of House A in sheet 1

100
150

Thanks for any help given.