nitesh2009

New Member
Joined
Jun 23, 2019
Messages
4
Hi

I have a question.
I have data in sheet 1 (C2 COLUMN) IN ENGLISH, AND IN SHEET 2 ENGLISH (COLUMN B2) AND CHINESE (COLUMN A2).
I want to match the english from sheet 1 to sheet 2 if its correct then the chinese will appear in sheet 1 B2.

Can you help me.

Thanks Nitesh
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Welcome to the forum!

In B2 of sheet1 and copy down (after changing the range addresses shown in red to cover all the data in sheet2):
Rich (BB code):
=IFERROR(INDEX(Sheet2!$A$2:$B$10,MATCH(Sheet1!C2,Sheet2!$B$2:$B$10,0),1),"")
 
Upvote 0
Hi nitesh2009,

Welcome to MrExcel!!

If I've understood correctly, (big If here) this formula in cell B2 of Sheet1 should do the job:

=INDEX(Sheet2!A:A,MATCH(C2,Sheet2!B:B,0))

Regards,

Robert
 
Upvote 0
I do not understand this.
You said:
I have data in sheet 1 (C2 COLUMN)

Excel has no C2 Column

Do you mean Column C ?

Or do you mean Range("C2") ?


Excel has columns like A B C D E


 
Upvote 0
i mean the column C. I have data In COLUMN A (CHINESE) & IN COLUMN B (ENGLISH) IN SHEET 2, I want to match in SHEET 1 COLUMN C which is in english to enter the chinese (automatically if matches in column C english from SHeet 2 to sheet 1)
 
Upvote 0
Hi Robert

I tried but it doesnt work. if you can email me then i can send the sheet so that you can help me nitesh2009@163.com

Strange, it worked for me :confused: I don't give out my email address I'm afraid.

When you say it doesn't work - what happened? If #N/A was returned that's because an exact match wasn't found.
 
Last edited:
Upvote 0
Yes #N/A was returned, But in some row it came but not all of them as i have multiple same entries. but it showed in only few of them
 
Upvote 0
The formula will show the results for the first match. If there are multiple matches I think you'll need an array formula but I'm no expert as those :( though I'm sure someone on this forum will be :)
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,741
Members
449,050
Latest member
excelknuckles

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