Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default pls help, is there an easy way to

pls help, is there an easy way to fill down a column with numbers in a
certain sequence? I want to go down a column; cell A1 would be 1, A2
would be 5, A3 would be 9, A4 would be 13, A5 would be 2, A6 would be
6, etc., , I want to end up with a column of numbers that I can paste
into a label program. My problem is that the labels are 4 across and
20 up and down, and I want the numbers to go down the column instead
of across, which is what happens when I just put consecutive numbers
in it, but if I could have every 4th number count then it would work
I think

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default pls help, is there an easy way to

On May 2, 11:21 am, wrote:
pls help, is there an easy way to fill down a column with numbers in a
certain sequence? I want to go down a column; cell A1 would be 1, A2
would be 5, A3 would be 9, A4 would be 13, A5 would be 2, A6 would be
6, etc., , I want to end up with a column of numbers that I can paste
into a label program. My problem is that the labels are 4 across and
20 up and down, and I want the numbers to go down the column instead
of across, which is what happens when I just put consecutive numbers
in it, but if I could have every 4th number count then it would work
I think


I tried typing in the first 4 numbers and then in the next 4 cells
below that I siad to add 1 to the corresponding cell abovce, but it
starts to repeat shortly thereafter (see below)\
1
5
9
13
2
6
10
14
3
7
11
15
4
8
12
16
5
9
13
17
6
10
14
18
7
11
15
19

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default pls help, is there an easy way to

You want in column A:
1, 5, 9, 13, 2, 6, ETC
How do we know what ETC is?
Do you want to repeat the 1,5,9,13,2,6 ?
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

wrote in message
oups.com...
On May 2, 11:21 am, wrote:
pls help, is there an easy way to fill down a column with numbers in a
certain sequence? I want to go down a column; cell A1 would be 1, A2
would be 5, A3 would be 9, A4 would be 13, A5 would be 2, A6 would be
6, etc., , I want to end up with a column of numbers that I can paste
into a label program. My problem is that the labels are 4 across and
20 up and down, and I want the numbers to go down the column instead
of across, which is what happens when I just put consecutive numbers
in it, but if I could have every 4th number count then it would work
I think


I tried typing in the first 4 numbers and then in the next 4 cells
below that I siad to add 1 to the corresponding cell abovce, but it
starts to repeat shortly thereafter (see below)\
1
5
9
13
2
6
10
14
3
7
11
15
4
8
12
16
5
9
13
17
6
10
14
18
7
11
15
19



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default pls help, is there an easy way to

oops, I want to count up to 2,000 in that sequence/series

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default pls help, is there an easy way to

So how do we know what comes after 6 ?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

wrote in message
oups.com...
oops, I want to count up to 2,000 in that sequence/series





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default pls help, is there an easy way to

what I tried was to put in cell A5 "=A1+1", and in cell A6 "A2+1", and
in cell A7 "A3+1", and in cell A8 "A4+1, and then I tried to do a
"fill down", but it starts to repeat numbers so that won't work. I
just want a list of numbers 1 through 2,000 and in the order as shown
in the sample. Sorry, if I am not explaining myself properly, and
thereby causing confusion.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dq dq is offline
external usenet poster
 
Posts: 46
Default pls help, is there an easy way to

If I understand you correctly, your sequence shouldn't be 1, 5, 9, 13
but 1, 21, 41, 61 and then add 1 each time. This would make your first
column of labels then 1, 2, 3, 4, etc.

DQ

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default pls help, is there an easy way to

On May 2, 1:22 pm, dq wrote:
If I understand you correctly, your sequence shouldn't be 1, 5, 9, 13
but 1, 21, 41, 61 and then add 1 each time. This would make your first
column of labels then 1, 2, 3, 4, etc.

DQ


not really, your way would just put the number at the top of each
column, whereas I want the numbers to fill the columns

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default pls help, is there an easy way to

put in the 1 and 5 in A1 and A2, then use the fill handle to create
9,13,17,21,25,... as far down as you want.
Bob Umlas
Excel MVP
wrote in message
oups.com...
pls help, is there an easy way to fill down a column with numbers in a
certain sequence? I want to go down a column; cell A1 would be 1, A2
would be 5, A3 would be 9, A4 would be 13, A5 would be 2, A6 would be
6, etc., , I want to end up with a column of numbers that I can paste
into a label program. My problem is that the labels are 4 across and
20 up and down, and I want the numbers to go down the column instead
of across, which is what happens when I just put consecutive numbers
in it, but if I could have every 4th number count then it would work
I think


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Easy one....Right? egeorge4 Excel Discussion (Misc queries) 4 May 12th 06 06:13 PM
probably easy but.... obion Excel Worksheet Functions 3 October 7th 05 07:08 PM
Probably easy but I need help! djbob2k2 Excel Worksheet Functions 1 September 19th 05 01:44 AM
new user with easy question? not easy for me speakeztruth New Users to Excel 5 June 3rd 05 09:40 PM
Probably Easy for you!! smorton Excel Discussion (Misc queries) 4 February 16th 05 09:10 PM


All times are GMT +1. The time now is 07:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"