A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Excel is showing your formulas in R1C1 reference style instead of the usual A1 style.
R[-1]C2 means “row above, column 2”; R27C2 means “row 27, column 2”, etc. This is just a different reference notation; the formulas still work the same.
To switch back to normal A1 references (like B2, B26:B26):
- Open Excel and go to File > Options.
- Select Formulas.
- In the Working with formulas section, clear the checkbox R1C1 reference style.
- Click OK.
Your formulas will immediately revert to the usual A1 format.
References: