Fill a column with arithmetic sequence of
numbers
- Select the first cell in the range that you want to fill.
- Type the starting value for the sequence.
- Type a value in the next cell to establish a pattern.
- Select the cells that contain the starting values.
- Drag the fill handle across the range that you want to
fill.
Fill a column with geometric sequence of
numbers
- Select the first cell in the range that you want to fill(say
cell A1).
- Type the starting value for the sequence.
- Type "=A1*r" in the next cell to establish a pattern. (here r
is the ratio between any to consecutive numbers in the
sequence.)
- Select the cell that contain the formula.
- Drag the fill handle across the range that you want to
fill.
Fill a column with fibanocci sequence of numbers
(1,1,2,3,5,8,13,...)
- Select the first two cells in the column that you want to fill
and type "1" in both cells.(say A1 and A2)
- Type a formula "=A1+A2" in the next cell to establish a
pattern.
- Select the cell that contain the formula.
- Drag the fill handle across the range that you want to
fill.