sgmpatnaik
Active Member
Hello Sir Good Afternoon All
sir i have small doubt when i am using the formula index with Match then i am getting #n/a instead of 0 or -
suppose i am using the data in Sheet1
[pre]
[/pre]
Kindly Help
sir i have small doubt when i am using the formula index with Match then i am getting #n/a instead of 0 or -
suppose i am using the data in Sheet1
[pre]
Code:
ColmA ColumB
Row1 Product Unit
Row2 Apple 10
Row3 banan. 20
Row4 apple 20
Row5 coconut 10
Row6 orange 05
row7 Apple 10
and i am using the formula in Sheet2 as given below:-
CoulmA
Row1 =index('Sheet1'!A2:b7,match("Apple",'Sheet1'!a2:a7,0),2)
THE RESULT IS
ColumA
Row2 10
Row3 20
Row4 20
Row5 10
Row6 10
Row7 10
Row8 #N/A
Kindly Help