Forum Discussion

Jose_E_Martinez's avatar
Jose_E_Martinez
Copper Contributor
Oct 26, 2023
Solved

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...
  • JosWoolley's avatar
    JosWoolley
    Oct 26, 2023

    Jose_E_Martinez 

     

    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

Resources