Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I have created a cable lookup sheet where a technician can choose an out-plant cable, enter the fiber optic count number, and then be returned multiple fields of data on the cable such as fiber color, tube color, binder color, etc.. My trouble is this I created a drop down list that references a worksheet with the cable names. In one field I want the tech to choose the cable location from the drop down list (H6). Next they enter the count of the fiber (I6). I need the functions in F6, G6, J6, and K6 to be able to reference both the cable ID and the fiber count within the same function. Here is an example of the function as I have it now in F6 which returns results solely on input in I6... =IF(ISERROR(VLOOKUP(I6,Table!$B$2:$F$14989,2,FALSE )),"",VLOOKUP(I6,Table!$B$2:$F$14989,2,FALSE)) I want the same lookup to find its results based on both the cable ID and the fiber count, this is because all cable locations will have the same fiber count€¦ I can provide the file for review. Thank you very much, Todd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |