Row Number with Match with two criteria

asolopreneur

New Member
Joined
Nov 15, 2017
Messages
40
Platform
  1. Windows
I want to know the row number matching two values in two columns.

SHEET 1 ↓↓↓↓
COLUMN 1COLUMN 2COLUMN 3
A1
B2
B1


SHEET 2 ↓↓↓↓

COLUMN 1COLUMN 2COLUMN 3
A1I want the row number HERE from sheet1
B1Here result should be 3

Do you know any formula which I can use in Google sheets to get the row number matching two values in two columns.

thanks in advance.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Please update account details to we can update better based excel version.
Try this at sheet2:
Book1
ABCDE
1A11
2B13
3
4
5
Sheet2
Cell Formulas
RangeFormula
D1:D2D1=MATCH(1, INDEX((Sheet1!$A$1:$A$100=A1)*(Sheet1!$B$1:$B$100=B1),0,0),0)
 
Upvote 0
Solution
Please update account details to we can update better based excel version.
Try this at sheet2:
Book1
ABCDE
1A11
2B13
3
4
5
Sheet2
Cell Formulas
RangeFormula
D1:D2D1=MATCH(1, INDEX((Sheet1!$A$1:$A$100=A1)*(Sheet1!$B$1:$B$100=B1),0,0),0)
Thanks a lot, saved my day.
 
Upvote 0
You're Welcome & thanks for follow-up.
Please Update account details. (link exist at below of my post).
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,399
Members
449,447
Latest member
M V Arun

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top