Spanish/english Formula Equivalences

A

Arturo

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.
 
B

Bob Phillips

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.
 
A

Arturo

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.
 
Top