Hi,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
I need the macros for lookup.
<o> </o>
I have drop down list ( List 1) in Cell “C2” and sheet name is “Location”.
<o> </o>
I have three drop menu for lookup named – List 1, List 2 & list 3 on same sheet “Location”.
<o> </o>
Range – List 1 = AE10:AE25, List 2 = AF10:AF25 & List 3 = AG10:AG25
<o> </o>
I have the following function, but I need the Macros if you can help me.
<o> </o>
= if(C2=””,””,Lookup(C2,List 1, List2)) - This function is Cell “C3”
= if(C2=””,””,Lookup(C2,List 1, List3)) - This function is Cell “C4”
<o> </o>
Thanks for our help
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
I need the macros for lookup.
<o> </o>
I have drop down list ( List 1) in Cell “C2” and sheet name is “Location”.
<o> </o>
I have three drop menu for lookup named – List 1, List 2 & list 3 on same sheet “Location”.
<o> </o>
Range – List 1 = AE10:AE25, List 2 = AF10:AF25 & List 3 = AG10:AG25
<o> </o>
I have the following function, but I need the Macros if you can help me.
<o> </o>
= if(C2=””,””,Lookup(C2,List 1, List2)) - This function is Cell “C3”
= if(C2=””,””,Lookup(C2,List 1, List3)) - This function is Cell “C4”
<o> </o>
Thanks for our help