Spanish/english Formula Equivalences

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

Guest

Hi,

Does anybody knows a list of formula equivalences between English/Spanish?
I learned Excel in english version, so it is difficult to me to find the
right formulas in the Spanish version. Thank you.
 
If you add a formula in the VBIDE immediate window, such

Activecell.Formula = "=IF(SUM(A1:B10)>10,COUNTIF(A1:A10),ROW())

you will se it translated in the worksheet.
 
Bob,

Thank you very much. It is very useful and easy way to translate formulas.
:-)

--
Arturo Gonzalez



Bob Phillips said:
If you add a formula in the VBIDE immediate window, such

Activecell.Formula = "=IF(SUM(A1:B10)>10,COUNTIF(A1:A10),ROW())

you will se it translated in the worksheet.
 
Back
Top