Matching table A with table B(Plz give a look, m unable to do it)

livinggourmand

New Member
Joined
Aug 6, 2011
Messages
21
Hi,
I have 2 table both have more than 10K rows.

I have to find which row in main table corresponds with row in Check table.
note the combination should match not just a column.
ex A25 n B25 (main table) matches with D2 n E2 (check table)
note the combination should match not just a column.

plz let me know if any clarification is required

Thanks :)
2ro1b2xdw


the sheet is uploaded at google doc as i was not able to upload it here
https://docs.google.com/spreadsheet/ccc?key=0AltIfHyzagUAdHBpMkhURlFSbTA0cFJucXpIR1BCQXc&hl=en_US#gid=0
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
and whn i try wat u said i get no match in all column

G3, control+shift+enter, not just enter, and copy down:

=IFERROR(MATCH(E3,IF(A3:$A$29=D3,$B$3:$B$29),0),"no match")

Control+shift+enter means: Press down the control and shift keys together while you hit the enter key at the same time.
 
Upvote 0
the result


22
no match
24
24

no match
no match
no match
no match
no match
no match
no match
no match
no match
no match
no match
no match

now?
 
Upvote 0

Forum statistics

Threads
1,213,513
Messages
6,114,064
Members
448,545
Latest member
kj9

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