Forum Discussion
Jose_E_Martinez
Oct 26, 2023Copper Contributor
Automatic Translation from "F" Fila in Spanish to "R" Row in English
Hi all, I am using in some functions the letter "F" as Spanish reference to Row, But when sharing my files with colleagues in US, UK or Germany, their excel do not recognize nor translate the "F...
- Oct 26, 2023
So why can't you use simply
=OFFSET([ThisCellReference],-1,0)
For example, the formula in cell J10 would be:
=OFFSET(J10,-1,0)
Note that no circular reference is caused by this formula. And it will always refer to the cell immediately above it (though obviously in row 1 it will result in an error).
Regards
JosWoolley
Oct 26, 2023Iron Contributor
Can you give an example of the formulas you are using? Translation won't be possible, though there may exist alternative, locale-independent solutions.
Regards