sgmpatnaik
Active Member
Hi all
just i am stuck in the index with match function, i have one little bit doubt that is
'ColumnA ColumnB
'Product Qty
1 Pears 30
2 Orange 30
3 Banana 40
4 Pears 10
5 Orange 30
6 Pears 20
When i use the formula and copy to downward
=index(A1:B6,match("Pears",A1:A6,0),1)
off course i am getting the answer but as like here
'CoumnC
30
30
30
10
10
20
Why This Mistake Happen Actually i want the result like this
'ColumnC
30
10
20
Kindly Suggest
just i am stuck in the index with match function, i have one little bit doubt that is
'ColumnA ColumnB
'Product Qty
1 Pears 30
2 Orange 30
3 Banana 40
4 Pears 10
5 Orange 30
6 Pears 20
When i use the formula and copy to downward
=index(A1:B6,match("Pears",A1:A6,0),1)
off course i am getting the answer but as like here
'CoumnC
30
30
30
10
10
20
Why This Mistake Happen Actually i want the result like this
'ColumnC
30
10
20
Kindly Suggest