populate cell with muti lingual text

J

JohnAin

How can I load a text cell with either english or French depending on what
language the user chose?
 
S

ShaneDevenshire

Hi John,

You would have to use an IF statement, for example suppose they enter either
English or French in cell A1, in B1 you might have a formula like:

=IF(A1="English","Yes","Oui")
 

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

Top