Typically, in Excel, one can autofill a column by drag a cell down. However, with a lot of cells to fill up, manually dragging and scrolling the spreadsheet is time consuming.
Is there a much better way to fill up a column with formulas?
Edit: I tried to input the $F$1:$F$20000 at the highlighted place, but the values inside column F is not populated.
7 Answers
Instead of clicking and dragging the square in the lower right corner of the cell, you should try instead to double click it. This will autofill it down.
Also, you should get used to using "ctrl" and "shift". When I use excel I go extremely fast because I use lots of keyboard shortcuts. Let me walk you through an example and let you know exactly what I would type. Lets say you have data in Columns A:E with 20000 rows, and want to create a formula for F. Follow these steps:
- First put your formula in F1.
- Now hit ctrl+C to copy your formula.
- Hit left, so E1 is selected.
- Now hit Ctrl+Down. This will travel all the way down until a blank is hit, in this example its E20000.
- Now hit right so F20000 is selected.
- Now hit ctrl+shift+up. Now you will be selecting F1:F20000.
- Finally either hit ctrl+V or just hit enter to fill the cells.
Once you get used to doing things like this, these 6 keystrokes happen very fast in a fraction of a second.
4Actually there is a better way
- Copy your formula Ctrl + C
- press ↓
- Ctrl + Shift + ↓ selects to the last nonblank cell
- paste Ctrl + V
4 strokes. Discovered it just now
4- Copy the cell that contains the original formula to the clipboard.
- Click into the "cell name" box (in the upper left) and enter the range that you want to select, followed by Enter.
- Paste to the selection.
Does that work?
3When selecting a whole column you can just enter F:F
This is particularly useful when adding or doing some operation with a whole range and where you may want to add data to the range.
1I had to do this just the other day.
- Copy the formula with relative referencing, i.e. no
$signs. - Select the range you want to fill.
I was grabbing the bottom cell, then pressing End-Shift-UpArrow. - Paste the formula in the selection.
Excel will change the relative referencing for each cell.
- ctrl + C to copy the formula you wanted
- for 2003 excel click edit-> go to
- in go to window put your ranges in; such as A2:A238
- then ctrl + V to paste formula to exact cell range you selected.
This way you don't have #DIV/0! in other cells; sometimes #DIV/0! affect other calculations;
If you use count function you will know how many rows of data you have.
Select the range where you want the formula, create the formula and hit Ctrl + Enter
it will fill all the selected range with relative reference also