R = Row
C = Column
if you see number in [] it is relative to formula column: C[-1] means one column to left of formula cell. For same row or column you may use only R or C, or R[0] or C[0]

So RC2 means same row, column 2 (column B) and RC[-1] means same row, one column to left of formula cell.