Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to do the following:
Fill a column with a text "Sales" for all rows until the last row of the data set without having to drag the first cell all the way down? Fill a column with a seriers "1, 2, 3" for all rows until the last row of the data set without having to drag the first cell all the way down? -- --coastal |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can select the range first.
Say you want to fill A1:A10 (making it easy): Edit|goto and type in A1:A10 and hit enter. A1:A10 will be selected type Sales and hit ctrl-enter to fill all the cells in that selection. You can select B1:B10 the same way and then type in: =row() and hit ctrl-enter If your range doesn't start in row 1, you can adjust the formula. Say you want A4:A999 filled with 1, 2, ..., 996. Select A4:A999 but fill it with =row()-3 (and still hit ctrl-enter) coastal wrote: Is there a way to do the following: Fill a column with a text "Sales" for all rows until the last row of the data set without having to drag the first cell all the way down? Fill a column with a seriers "1, 2, 3" for all rows until the last row of the data set without having to drag the first cell all the way down? -- --coastal -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One more method.
If you have data in an adjacent column just enter Sales in top cell then double-click on the fill handle to copy down. Same for the numbers. Enter a 1 in top cell, a 2 in cell below. Select both cells and double-click on the fill handle to copy down. Gord Dibben MS Excel MVP On Tue, 26 Jun 2007 13:06:01 -0700, coastal wrote: Is there a way to do the following: Fill a column with a text "Sales" for all rows until the last row of the data set without having to drag the first cell all the way down? Fill a column with a seriers "1, 2, 3" for all rows until the last row of the data set without having to drag the first cell all the way down? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
autofill series | Excel Worksheet Functions | |||
create an autofill series! | Excel Worksheet Functions | |||
Series of web queries: Autofill? | Excel Discussion (Misc queries) | |||
question about tricky autofill for series | Excel Discussion (Misc queries) | |||
Autofill a series | Excel Worksheet Functions |