Matching ab cd columns and get e column data

satish78

Board Regular
Joined
Aug 31, 2014
Messages
218
Hi Friends,

I been trying to match 4 columns like AB with CD to get E Column data into F column but could not able to get there.
Here is sample sheet which I am trying to match.


Hope you understand what I am looking for.

Thanks
Kumar




 
Last edited by a moderator:

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Here is the sample data
Column A Column b Column c Column d Column E Column F
 
Last edited by a moderator:
Upvote 0
It is not terribly clear what exactly do you match to get the value from E.
How are column ABCD connected?
 
Upvote 0
Try this in F2 copied down:

=IFERROR(INDEX($E$2:$E$16,MATCH(A2,$C$2:$C$16,0),0),"")
 
Upvote 0
Hi AliGW,

Its working but could not match AB CD columns it only matches a & C columns and does not match B & D.
 
Upvote 0
Hi AliGW,

Its working but could not match AB CD columns it only matches a & C columns and does not match B & D.

It doesn't need to - they are all the same value. Or are you saying that your sample data isn't telling the whole story?
 
Upvote 0
Hi AliGW,

I want to Match A & C columns along with partial Match B & D columns and if match found get "Column E" data into "F column".
Here is sample worksheet.

ColumnA ColumnB ColumnC ColumnD ColumnE ColumnF
 
Last edited by a moderator:
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

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