Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 28
Default consecutive numbers

I want to have a column which has a formula which multiplies an absolute cell
by a number which increases incrementally.
=1*$A$4
=2*$A$4
etc. up to about 100. How can I enter the consecutive number into the
formula so I can replicate it? I don't want an extra column with the numbers
1-100!
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default consecutive numbers

=ROW(A1)*$A$4, and copy down.
--
David Biddulph

"Phippsy" wrote in message
...
I want to have a column which has a formula which multiplies an absolute
cell
by a number which increases incrementally.
=1*$A$4
=2*$A$4
etc. up to about 100. How can I enter the consecutive number into the
formula so I can replicate it? I don't want an extra column with the
numbers
1-100!
Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 28
Default consecutive numbers

I had thought of that but it doesn't necessarily start in row 1 so I have got
past that by maybe using ROW(A1)-4 if it starts in row 5 for example but then
it would not work if rows were inadvertently added above so was wondering if
there was a safer formula?
Debbie

"David Biddulph" wrote:

=ROW(A1)*$A$4, and copy down.
--
David Biddulph

"Phippsy" wrote in message
...
I want to have a column which has a formula which multiplies an absolute
cell
by a number which increases incrementally.
=1*$A$4
=2*$A$4
etc. up to about 100. How can I enter the consecutive number into the
formula so I can replicate it? I don't want an extra column with the
numbers
1-100!
Thanks




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default consecutive numbers

Debbie,

Row(A1) will return 1 no matter what cell you start in. It will increment to Row(A2) - which will
return 2 - when incremented.

If you want to make sure that you can insert rows without affecting your formula, use

=(ROW()-ROW($A$5)+1)*$A$4

where the formula is entered into a cell on row 5.

HTH,
Bernie
MS Excel MVP


"Phippsy" wrote in message
...
I had thought of that but it doesn't necessarily start in row 1 so I have got
past that by maybe using ROW(A1)-4 if it starts in row 5 for example but then
it would not work if rows were inadvertently added above so was wondering if
there was a safer formula?
Debbie

"David Biddulph" wrote:

=ROW(A1)*$A$4, and copy down.
--
David Biddulph

"Phippsy" wrote in message
...
I want to have a column which has a formula which multiplies an absolute
cell
by a number which increases incrementally.
=1*$A$4
=2*$A$4
etc. up to about 100. How can I enter the consecutive number into the
formula so I can replicate it? I don't want an extra column with the
numbers
1-100!
Thanks






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 28
Default consecutive numbers

Of course!! What a ninny I am.
Thanks

"Bernie Deitrick" wrote:

Debbie,

Row(A1) will return 1 no matter what cell you start in. It will increment to Row(A2) - which will
return 2 - when incremented.

If you want to make sure that you can insert rows without affecting your formula, use

=(ROW()-ROW($A$5)+1)*$A$4

where the formula is entered into a cell on row 5.

HTH,
Bernie
MS Excel MVP


"Phippsy" wrote in message
...
I had thought of that but it doesn't necessarily start in row 1 so I have got
past that by maybe using ROW(A1)-4 if it starts in row 5 for example but then
it would not work if rows were inadvertently added above so was wondering if
there was a safer formula?
Debbie

"David Biddulph" wrote:

=ROW(A1)*$A$4, and copy down.
--
David Biddulph

"Phippsy" wrote in message
...
I want to have a column which has a formula which multiplies an absolute
cell
by a number which increases incrementally.
=1*$A$4
=2*$A$4
etc. up to about 100. How can I enter the consecutive number into the
formula so I can replicate it? I don't want an extra column with the
numbers
1-100!
Thanks








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default consecutive numbers

Another one:

=ROWS($1:1)*$A$4

--
Biff
Microsoft Excel MVP


"Phippsy" wrote in message
...
Of course!! What a ninny I am.
Thanks

"Bernie Deitrick" wrote:

Debbie,

Row(A1) will return 1 no matter what cell you start in. It will
increment to Row(A2) - which will
return 2 - when incremented.

If you want to make sure that you can insert rows without affecting your
formula, use

=(ROW()-ROW($A$5)+1)*$A$4

where the formula is entered into a cell on row 5.

HTH,
Bernie
MS Excel MVP


"Phippsy" wrote in message
...
I had thought of that but it doesn't necessarily start in row 1 so I
have got
past that by maybe using ROW(A1)-4 if it starts in row 5 for example
but then
it would not work if rows were inadvertently added above so was
wondering if
there was a safer formula?
Debbie

"David Biddulph" wrote:

=ROW(A1)*$A$4, and copy down.
--
David Biddulph

"Phippsy" wrote in message
...
I want to have a column which has a formula which multiplies an
absolute
cell
by a number which increases incrementally.
=1*$A$4
=2*$A$4
etc. up to about 100. How can I enter the consecutive number into
the
formula so I can replicate it? I don't want an extra column with the
numbers
1-100!
Thanks








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
Consecutive numbers in 1 cell LMiller Excel Worksheet Functions 2 August 13th 05 01:10 AM
generate consecutive numbers Mark New Users to Excel 6 March 15th 05 06:45 PM
consecutive numbers Monique Excel Worksheet Functions 8 March 7th 05 05:09 AM
Count Consecutive Numbers in a Row Sam via OfficeKB.com Excel Worksheet Functions 5 February 19th 05 02:49 AM
Generate consecutive numbers alexcooper2003 Excel Worksheet Functions 1 November 22nd 04 02:37 PM


All times are GMT +1. The time now is 10:00 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"