r1c1
R1C1 is a cell reference style used in spreadsheet software that identifies cells by their row and column numbers rather than by a letter and number. In this system the top-left cell is R1C1; the cell in row 3, column 2 is R3C2. By contrast, the common A1 reference style uses letters for columns (A, B, C) and numbers for rows.
References can be absolute, referring to fixed coordinates, or relative to the position of the formula. In
Support: Microsoft Excel offers an option to switch between R1C1 and A1 reference styles in the options
Usage: R1C1 can ease programmatic formula generation and macro writing, because coordinates do not rely on
Notes: The style uses one-based indexing, meaning row and column numbers start at 1. R1C1 notation is