Hello again,
I need to use two lookup formulas in one cell. One will look on the 9th number or letter and depending on the data in that place will give an output. The other formula will look the 8th and the 9th number and depending on that combination will give the correct output data. How can I do this??
This is one formula that will look for the 9th:
=LOOKUP(REPT("z",255),CHOOSE({1,2,3,4,5,6,7,8,9},"",
VLOOKUP(MID(B5,9,1)+0,configuration!$L$3:$M$31,2,0),
VLOOKUP(MID(B5,9,1),configuration!$L$3:$M$31,2,0)))
This the formula that will look for the 8th and 9th:
=LOOKUP(REPT("z",255),CHOOSE({1,2,3,4,5,6,7,8,9},"",
VLOOKUP(MID(B5,8,2)+0,configuration!$L$3:$M$31,2,0),
VLOOKUP(MID(B5,8,2),configuration!$L$3:$M$31,2,0)))
There is any way I can get them on the same cell so if on the 9th number is found a number of letter will give an output and if it find a number or letter on the 8th and 9th will give other output?
On the L column you can find single numbers or letters and also a combination of two numbers or two letters. The problem is that now I can only use one of this formulas and that means that I can't cover the results I want, any help ??
Regards,
I need to use two lookup formulas in one cell. One will look on the 9th number or letter and depending on the data in that place will give an output. The other formula will look the 8th and the 9th number and depending on that combination will give the correct output data. How can I do this??
This is one formula that will look for the 9th:
=LOOKUP(REPT("z",255),CHOOSE({1,2,3,4,5,6,7,8,9},"",
VLOOKUP(MID(B5,9,1)+0,configuration!$L$3:$M$31,2,0),
VLOOKUP(MID(B5,9,1),configuration!$L$3:$M$31,2,0)))
This the formula that will look for the 8th and 9th:
=LOOKUP(REPT("z",255),CHOOSE({1,2,3,4,5,6,7,8,9},"",
VLOOKUP(MID(B5,8,2)+0,configuration!$L$3:$M$31,2,0),
VLOOKUP(MID(B5,8,2),configuration!$L$3:$M$31,2,0)))
There is any way I can get them on the same cell so if on the 9th number is found a number of letter will give an output and if it find a number or letter on the 8th and 9th will give other output?
On the L column you can find single numbers or letters and also a combination of two numbers or two letters. The problem is that now I can only use one of this formulas and that means that I can't cover the results I want, any help ??
Regards,