Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list in column A and another list in column B:
A B Eagle EAG Lonely LNY Bradys BRY The list in column A is 35 names long. The list in column B is also 35 names long. Cell C1 contains a validation dropdown box which is the list in column A. If "Eagle" is selected and put into cell C1, "EAG " should automaticly be put into cell C2; if "Lonely" is selected and put into cell C1,"LNY" should automaticly be put into cell C2; etc. Since the lists each contain 35 entries the "IF" function will not work since "IF" can only contain 7 statements. Any ideas |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In C2, use the vlookup function to find the corresponding entry from column
B: =vlookup(c1,a:b,2,false). "Lew" wrote: I have a list in column A and another list in column B: A B Eagle EAG Lonely LNY Bradys BRY The list in column A is 35 names long. The list in column B is also 35 names long. Cell C1 contains a validation dropdown box which is the list in column A. If "Eagle" is selected and put into cell C1, "EAG " should automaticly be put into cell C2; if "Lonely" is selected and put into cell C1,"LNY" should automaticly be put into cell C2; etc. Since the lists each contain 35 entries the "IF" function will not work since "IF" can only contain 7 statements. Any ideas |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, works great
"bpeltzer" wrote: In C2, use the vlookup function to find the corresponding entry from column B: =vlookup(c1,a:b,2,false). "Lew" wrote: I have a list in column A and another list in column B: A B Eagle EAG Lonely LNY Bradys BRY The list in column A is 35 names long. The list in column B is also 35 names long. Cell C1 contains a validation dropdown box which is the list in column A. If "Eagle" is selected and put into cell C1, "EAG " should automaticly be put into cell C2; if "Lonely" is selected and put into cell C1,"LNY" should automaticly be put into cell C2; etc. Since the lists each contain 35 entries the "IF" function will not work since "IF" can only contain 7 statements. Any ideas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return entry in column above/below cell | Excel Worksheet Functions | |||
return zero from a blank cell | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
up to 7 functions? | Excel Worksheet Functions | |||
Syntax for inferred cell references | Excel Worksheet Functions |