Using an array to do multiple substitutions?

MoriyaMug

New Member
Joined
Jul 20, 2010
Messages
2
Hi, guys. I'm trying to do some automation of a major project I'm working on, involving translation from Japanese. I've figured out how to do a VLOOKUP to substitute Japanese names from their English equivalents, but only when the cell in question contains the name and nothing else.

Here's an example of part of the name array:
Code:
[FONT="Courier New"]ジャン	Jan
シルビー	Sylvie
ビショップ	Bishop
ゲイスト	Geist[/FONT]

To automatically switch the Japanese names to the English ones, I use this:

VLOOKUP(C1,$CharNameList.$A$1:$B$999,2,0)

The syntax might be a little off from what I'm actually using, but the formula I have in the sheet works.

What I'm wondering is if I can take the full Japanese dialogue string (for example: ゲイストはシルビーを苦しめるなんて…冗談じゃないぞ!!), have Excel look at it and substitute any names it finds automatically?

So in other words, the cell containing "ゲイストはシルビーを苦しめるなんて…冗談じゃないぞ!!" would become "GeistはSylvieを苦しめるなんて…冗談じゃないぞ!!"

Thanks for taking the time to look. :)
 
Last edited:

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,214,605
Messages
6,120,473
Members
448,967
Latest member
visheshkotha

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