![]() | ![]() ![]() |
Excel Help pleaseHi I am trying to get my sheet to auto populate contents in certain cells depending on which item you use in a drop down ... |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
|
Hi I am trying to get my sheet to auto populate contents in certain cells depending on which item you use in a drop down menu. I can get the first on the list to show what I want, but whenever I select the 2nd or below, there is an error. Dropdown is in F2, trying to get the data to work in H&I2 respectively. The validation table looks at is K2 and the items below, I am trying to get the corresponding values from L2 and below and M2 below Copy of the sheet attached. Formula in H2 is =IF(F2=K2,L2) Formula in L2 is =IF(F2=K2,M2) TIA [IMG]file:///C:/DOCUME%7E1/acooney/LOCALS%7E1/Temp/moz-screenshot.png[/IMG] | |
| | |
These advertisements are reduced in size when you become a registered member and removed when you become a TRC Supporter / Sponsor member. | |
| | #2 |
| Join Date: Jan 2008 Location: Not in London Posts: 5,988 Cash: £1945904 Thanks: 205 Thanked: 105/102
|
Name the table and then use vlookup. In cell H2: =VLOOKUP(F2,table,2,FALSE) In cell I2: =VLOOKUP(F2,table,3,FALSE) |
| | |
| The following user says thank you to Mussels for this useful post: | |
| Ernie Cooley (13-12-09) | |
| | #3 |
|
Cheers !!
| |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |