formula setup

  • Thread starter Thread starter Old Red One
  • Start date Start date
O

Old Red One

Need table showing progression of 17 from base 17; i.e., 17, 34, 51, 68.
How to write formula?
 
One way is to type 17 in the first cell, 34 in the second cell, then select
the 2 cells and fill down as appropriate.
Another way is to put =17*ROWS($1:1) in the first cell and fill down.
 
Enter 17 in A1 and 34 in A2.

Select both A1 and A2 then drag down as needed.
 
Need table showing progression of 17 from base 17; i.e., 17, 34, 51, 68.
How to write formula?
if you anchor your 17 (or any other number) near the top of a column,
say B5 and in the row cell below in the same column enter =B5, you can
then simply drag down column B as far as you wish to go.

I have several bank account statements set similarly.

-Please reply to group as my email addr is fake!

-Regards CC
 
Enter 17 in A1

In A2 enter =$C$1 + C1

Copy down.


Gord Dibben MS Excel MVP
 
Now just where did the "C's" come from? <g>

Or maybe the typos were the "A's"?


Thanks David
 

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

Back
Top