I have two columns
Column A Column B
Apple A
banana B
Grape C
Apple D
Banana F
Now I want to find the row number for row which has data Apple
& D
.
Is their a way to use Match
function to get the row number?
I have two columns
Column A Column B
Apple A
banana B
Grape C
Apple D
Banana F
Now I want to find the row number for row which has data Apple
& D
.
Is their a way to use Match
function to get the row number?
Try this !!
Array formula CTRL+SHIFT+ENTER
Alternate, does not require array entry:
You can use this one:
or non-volatile version (if your ranges starts from first row):
with array entry (CTRL+SHIFT+ENTER).