How can I load a text cell with either english or French depending on what language the user chose?
J JohnAin Jan 3, 2008 #1 How can I load a text cell with either english or French depending on what language the user chose?
S ShaneDevenshire Jan 3, 2008 #2 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")
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")