Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an information sheet that has a pull down list using L6:L35 and
information in cloumn M that associates to it. I want information from column L to go into a cell in which allows the another cell in the information sheet to auto populate with the infomation in M. How do I write the formula for this to happen? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assume the DVs are in A2 down
In B2: =IF(A2="","",VLOOKUP(A2,$L$6:$M$35,2,0)) Copy down -- Max Singapore http://savefile.com/projects/236895 Downloads:20,500 Files:365 Subscribers:65 xdemechanik --- "Jane Griffel" wrote: I have an information sheet that has a pull down list using L6:L35 and information in cloumn M that associates to it. I want information from column L to go into a cell in which allows the another cell in the information sheet to auto populate with the infomation in M. How do I write the formula for this to happen? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index help | Excel Discussion (Misc queries) | |||
Chart axes color index vs font color index | Charts and Charting in Excel | |||
How do I pull the col. index value as well as row index value | Excel Discussion (Misc queries) | |||
Index? | Excel Discussion (Misc queries) | |||
Using Index(A:A,.........) | Excel Worksheet Functions |