P
pierre
HELLO
here is the given :
A B
1 asih 234
2 aa 334
3 bb 434
4 asih 534
5 cc 634
6 bb 734
7 asih 834
for repeated items like (bb) and (asih) and in order to get 234, 534, 834
,434 ,734
i use the following formula
{=INDEX(A$1:A$7,SMALL(IF(($A$1:$A$7=TRANSPOSE($J$1:$J$2)),ROW(A$1:A$7)),ROWS(A$1:A1)))}
NOW i would like to use the VLOOKUP function in order to search for (cc)
and (aa) and get their corresponding values
BUT I WOULD LIKE TO COMBINE THE (VLOOKUP) WITH THE =index(.... :
(PRECEDENT FORMULA) IN ORDER TO HAVE THEM BOTH IN ONE SINGLE FORMULA .
here is the given :
A B
1 asih 234
2 aa 334
3 bb 434
4 asih 534
5 cc 634
6 bb 734
7 asih 834
for repeated items like (bb) and (asih) and in order to get 234, 534, 834
,434 ,734
i use the following formula
{=INDEX(A$1:A$7,SMALL(IF(($A$1:$A$7=TRANSPOSE($J$1:$J$2)),ROW(A$1:A$7)),ROWS(A$1:A1)))}
NOW i would like to use the VLOOKUP function in order to search for (cc)
and (aa) and get their corresponding values
BUT I WOULD LIKE TO COMBINE THE (VLOOKUP) WITH THE =index(.... :
(PRECEDENT FORMULA) IN ORDER TO HAVE THEM BOTH IN ONE SINGLE FORMULA .