This problem is too simple for me to be able to find anything on google so far.

I want to create a column of numbers starting at some number (say 700) and ending at another number (1000). I know I could create cells for 700 and 701 and drag down, but for my purposes that takes too long. I also know I can highlight the range and press the keyboard shortcut (ctrl+d?) to autofill the cells.

However, I want to create a formula in the first cell that will fill in the next 200 or 300 or 1000 cells in a simple <cell = cell above + 1> series. Is this possible with a function?

Thanks in advance!