{number++}/{number--} or {number+step}/{number-step} – The variable containing ++/-- increments/decrements the number by one every time it is autofilled. To specify a custom iteration step, add +/- and the step amount after the number ({10++} is equivalent to {10+1} and {10--} is equivalent to {10-1}).