ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,731
- Office Version
- 2007
- Platform
- Windows
Hi,
I need to select a value from my drop down list and the code will look at three values in a database then put them in three next to where the drop down list is.
Here is the info for you.
Worksheet is called TEST
Drop down list is in column B
Cells awaiting data are in column C, D, E
Table database is on same worksheet & range is N4:Q21
Find name in column N
First value to look at is in column O
Second value to look at is in column P
Third column value to look at is in column Q
So It would work like this,
Cell B5 select name from drop down list.
Look for that name in column N of table database.
Once found get value from column O,P & Q
Then put that value in Row 5 column C,D & E
I need to select a value from my drop down list and the code will look at three values in a database then put them in three next to where the drop down list is.
Here is the info for you.
Worksheet is called TEST
Drop down list is in column B
Cells awaiting data are in column C, D, E
Table database is on same worksheet & range is N4:Q21
Find name in column N
First value to look at is in column O
Second value to look at is in column P
Third column value to look at is in column Q
So It would work like this,
Cell B5 select name from drop down list.
Look for that name in column N of table database.
Once found get value from column O,P & Q
Then put that value in Row 5 column C,D & E