I have a issue with a lookup function.
1st sheet:
Col A COl B
A 1
B 5
C 2
D 6
E 6
I want to pick up values if Col B value is greater than or equal to 5 and the corrosponding value against it in Col A. The data then I want is in sheet 2 with values B, D and E.
I used the following formula
IF(Sheet1!B2>=5,INDEX(Sheet1!$A$2:$A$10,MATCH(Sheet1!B2,Sheet1!$B$2:$B$10,0),1),FALSE)
and drag the formula. It gives me the values and "False" answers. However, for value 6, it only gives the first occurence i.e.D and repeats D in the column. It does not populate with other entry corrosponding to 6.
Could you please suggest correction. Thanks in advance.
Nitin
1st sheet:
Col A COl B
A 1
B 5
C 2
D 6
E 6
I want to pick up values if Col B value is greater than or equal to 5 and the corrosponding value against it in Col A. The data then I want is in sheet 2 with values B, D and E.
I used the following formula
IF(Sheet1!B2>=5,INDEX(Sheet1!$A$2:$A$10,MATCH(Sheet1!B2,Sheet1!$B$2:$B$10,0),1),FALSE)
and drag the formula. It gives me the values and "False" answers. However, for value 6, it only gives the first occurence i.e.D and repeats D in the column. It does not populate with other entry corrosponding to 6.
Could you please suggest correction. Thanks in advance.
Nitin