S
ssciarrino
I have two worksheets.
Worksheet1 is an input sheet
Worksheet2 is a data query reference sheet. The data on worksheet2 is as
follows:
Program(col1) Donor (col2)
01001 6970
01001 9901
01012 8933
01013 9696
01013 8933
01013 7120
I have defined a list called Donors for Column 2 of Worksheet2
On Worksheet1, cell B5, when a user enters in a Program number, I want Excel
to reference worksheet2 and list all available donors associated with the
program. I want this list as a drop down in worksheet1 cell A17.
For example: User enters 01001 in cell B5, they must choose a donor from
the drop down list, excel reviews the table and brings back 6970, 9901 for
them to choose in cell A17.
***Donors are not one-to-one relationship with the program. A donor can
fund more than one program.
I have tried the IFSUM command but continue to get errors. The LOOKUP
command does work but only brings over ONE value instead of all values
associated with the program.
Is there a formula, command to achieve what I am looking for?
Worksheet1 is an input sheet
Worksheet2 is a data query reference sheet. The data on worksheet2 is as
follows:
Program(col1) Donor (col2)
01001 6970
01001 9901
01012 8933
01013 9696
01013 8933
01013 7120
I have defined a list called Donors for Column 2 of Worksheet2
On Worksheet1, cell B5, when a user enters in a Program number, I want Excel
to reference worksheet2 and list all available donors associated with the
program. I want this list as a drop down in worksheet1 cell A17.
For example: User enters 01001 in cell B5, they must choose a donor from
the drop down list, excel reviews the table and brings back 6970, 9901 for
them to choose in cell A17.
***Donors are not one-to-one relationship with the program. A donor can
fund more than one program.
I have tried the IFSUM command but continue to get errors. The LOOKUP
command does work but only brings over ONE value instead of all values
associated with the program.
Is there a formula, command to achieve what I am looking for?