![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have a spreadsheet with 35000 rows. Is there an easy way to autofill a
formula for all of the rows instead of dragging down all 35000 rows? |
| Ads |
|
#2
|
|||
|
|||
|
Sub fillemfast()
Range("c2:c35000").Formula = "=a2" End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Dennis H" <Dennis > wrote in message ... >I have a spreadsheet with 35000 rows. Is there an easy way to autofill a > formula for all of the rows instead of dragging down all 35000 rows? |
|
#3
|
|||
|
|||
|
Say you have data in Column A all the way down to 35000 rows. In cell B1,
enter your formula. Move the mouse cursor until it is over the fill handle of that cell. Double-click the left mouse button. Done. Otto "Dennis H" <Dennis > wrote in message ... >I have a spreadsheet with 35000 rows. Is there an easy way to autofill a > formula for all of the rows instead of dragging down all 35000 rows? |
|
#4
|
|||
|
|||
|
Edit|goto
Type: A1:A35000 (or whatever the address of that range is) This will select that range Then type your formula for the top cell, but hit ctrl-enter to fill all the cells in the selection. Dennis H wrote: > > I have a spreadsheet with 35000 rows. Is there an easy way to autofill a > formula for all of the rows instead of dragging down all 35000 rows? -- Dave Peterson |
|
#5
|
|||
|
|||
|
If you have the formula already entered in A1, follow Dave's advice except hit
Ctrl + d not Ctrl + Enter Gord Dibben MS Excel MVP On Sat, 10 May 2008 10:08:01 -0700, Dennis H <Dennis > wrote: >I have a spreadsheet with 35000 rows. Is there an easy way to autofill a >formula for all of the rows instead of dragging down all 35000 rows? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I quickly enter the same number into different cells? | Cheers100 | New Users to Excel | 2 | February 18th 06 02:26 PM |
| need to add/remove characters over thousands of cells | Nadia | Excel Discussion (Misc queries) | 3 | June 19th 05 11:38 PM |
| Autofill: Need to autofill one week block, (5) weekday only into cells. | dstock | Excel Discussion (Misc queries) | 1 | June 17th 05 08:21 PM |
| Quickly typing dates into cells | olasa | Excel Discussion (Misc queries) | 0 | May 24th 05 11:33 PM |
| How do I format cells to round to the nearest thousands without .. | excel user | Excel Discussion (Misc queries) | 1 | March 16th 05 08:10 PM |