F
FP Novice
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
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