I'm trying to learn how to use a drop down list (B3 on sheet2) to get that person's information (hours and rate) from (E3 and G3) sheet1 to show up at E3 and G3 on sheet2 with that person's name in the list box.
Column A on sheet1 is "Defined" as nursesname.
I got some great help yesterday... but I still can't get a grip on how it's done. I keep getting errors...
I created this smaller example so I could understand easier how to link it all together.
I really do appreciate the patience and help.
Column A on sheet1 is "Defined" as nursesname.
I got some great help yesterday... but I still can't get a grip on how it's done. I keep getting errors...
I created this smaller example so I could understand easier how to link it all together.
I really do appreciate the patience and help.
Book1.xls | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Nurses | Rate | Hours | ||||
2 | |||||||
3 | Barbara | 10 | 33 | ||||
4 | Dawn | 15 | 42 | ||||
5 | James | 32 | 15 | ||||
6 | Shelly | 9 | 51 | ||||
Sheet1 |
Book1.xls | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | |||||||||
2 | Nurse | Rate | Hours | ||||||
3 | |||||||||
Sheet2 |