Excel Language worksheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I am trying to create a worksheet where I can type in a sentence in a
cell and the cell below it will display the sentence converted to a different
defined language. So if I typed in something like "She is not nice" into a
cell, excel would search the worksheet for the correct conversion and in the
cell below, list the conversion. If in my new language "She is not nice"
would come out as "Ie nae aeoch gehagh. Any ideas on how to set this up?
Thanks!

Example: She is not nice
le nae aeoch gehagh
She = le
is = nae
not = aeoch
nice = gehagh
 
Hi Tim:

Use the =SUBSTITUTE() function. It will translate words or even phrases
from one language to another.

Have a good day.
 
You could have a simple table of translated values, and use VLOOKUP.

But surely, language doesn't work like that. Translate word by word and you
end up with meaningless garbage.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top