increment an integer in a formula with the fill function

V

vexed

Hi--
there must be a way to do this that I am missing. I want to fill a column
with incremental multiples (2-36) of a constant cell. If I type
$A$1*2
$A$1*3
and then try to fill the series, it doesn't work. Cell A1 represents a
dollar amount, I want to see that amount multiplied by # of months for 36
months in a column. Why can't I get the integer to increment by filling the
series? How should I do this??? Thanks!
 
B

Bob Phillips

=$A$1*ROW(A2)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
N

Niek Otten

use =$A$1*ROW()

depending on what the first row is, you may have to subtract 1 or 2 from ROW()

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Hi--
| there must be a way to do this that I am missing. I want to fill a column
| with incremental multiples (2-36) of a constant cell. If I type
| $A$1*2
| $A$1*3
| and then try to fill the series, it doesn't work. Cell A1 represents a
| dollar amount, I want to see that amount multiplied by # of months for 36
| months in a column. Why can't I get the integer to increment by filling the
| series? How should I do this??? Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top