I created a column, and in the first cell, I typed the number 1. I then
tried to drag down so each subsequent cell has the next number in sequence,
but all the cells contained the number 1.
In other words, I want the cells to appear as follows:
1
2
3
4
5
6
etc.
But they're all
1
1
1
What should I do to get an ascending numerical list in this column?
(It's probably so simple, I'm overlooking it.)
Thank you!
J. Danniel
--
To reply via e-mail, please
remove the letter Z from the e-mail address.
Thank you very much!
Jack D.
Method 2
Put a 1 in the first cell. Hold down the control key while you drag.
Regards,
Tom Ogilvy
MVP Excel
J. Danniel <zj...@prodigy.net> wrote in message
news:#ALBOde3$GA....@cppssbbsa02.microsoft.com...
Or enter 1 in row 1 then highlight the range you want to fill then
Edit>Fill>Trend.
HTH Gord
On Sat, 24 Jun 2000 10:20:12 -0400, "J. Danniel" <zj...@prodigy.net>
wrote:
Some things to note when you want to increment constants
The use of the control key will cause a different result.
1) dragging the fill handle of a single cell with a number
will replicate down without incrementation.
2) Ctrl + drag will increment a single cell selection with
a numeric constant. It will not increment constants in
multiple cell selections if there is no increment.
i.e. A1:B1 with constants will not increment downward.
3) Letters are the opposite. A single cell letter constant
will increment through the alphabet with the fill handle.
4) Ctrl + drag fill handle will not increment a single cell
letter constant as it is replicated down.
with multiple cell selections:
5) you must include an increment cell in the direction
you fill to get incrementation (both numbers and single letters)
6) Hold the Control key down will only fill down repeating
groups of cells.
You can make your own custom lists
Tools, Options, Custom Lists
Sun,Mon,Tue,Wed,Thu,Fri,Sat
The above has not been placed onto my fillhand.htm page yet.
HTH,
David McRitchie, Microsoft MVP - Excel (site changed 2000-04-15)
My Excel Macros: http://www.geocities.com/davemcritchie/excel/excel.htm
Excel will prompt you for what you want to do.
copy or fill series and a bunch of other stuff.
"J. Danniel" wrote:
>
> Hello everyone.
> I'm using Excel 2000.
>
> I created a column, and in the first cell, I typed the number 1. I then
> tried to drag down so each subsequent cell has the next number in sequence,
> but all the cells contained the number 1.
>
> In other words, I want the cells to appear as follows:
> 1
> 2
> 3
> 4
> 5
> 6
> etc.
>
> But they're all
> 1
> 1
> 1
>
> What should I do to get an ascending numerical list in this column?
> (It's probably so simple, I'm overlooking it.)
>
> Thank you!
> J. Danniel
>
> --
> To reply via e-mail, please
> remove the letter Z from the e-mail address.
> Thank you very much!
> Jack D.
--
Dave Peterson
pete...@freewwweb.com
David McRitchie, Microsoft MVP - Excel (site changed 2000-04-15)
My Excel Macros: http://www.geocities.com/davemcritchie/excel/excel.htm
Dave Peterson <pete...@freewwweb.com> wrote ...
Regards
LBR
J. Danniel <zj...@prodigy.net> wrote in message
news:#ALBOde3$GA....@cppssbbsa02.microsoft.com...
- Jon
Laurence