In Sheets, with January in C2 and February in C3, type the formula for the percent change from January to February.
In Sheets, with January in C2 and February in C3, type the formula for the percent change from January to February.
Answer
=(C3-C2)/C2
Parentheses force the subtraction first: (2560 − 1610) / 1610 = 0.5901. Without them the division runs first and the cell shows 2559.