Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could use VLOOKUP to display the description corresponding to the value.
If value "AA" is entered in A1 then in B1 put: =Vlookup(A1,sheet2!A1:B50,2,false) In Sheet2 in columns A & B set up a table of Values (in column A) and description (in columnB); change range to suit. To allow for values not found use: =if(iserror(Vlookup(A1,sheet2!A1:B50,2,false)),"", Vlookup(A1,sheet2!A1:B50,2,false)) HTH "meegan" wrote: ok, I was asked to make a value, lets say AA have a drop box that means mislocation of part. So that when you type AA you will have the drop box come down telling you what it means. I have no idea how to do this though. can someone plesae help me! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Limit drop down list and linking to other info | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) | |||
advanced: synchronizing data value across two worksheet drop boxes | Excel Worksheet Functions | |||
formulas for drop down menus | Excel Discussion (Misc queries) | |||
automatic color change in cells using a drop down list | Excel Worksheet Functions |