Need table showing progression of 17 from base 17; i.e., 17, 34, 51, 68.
How to write formula?
David Biddulph - 28 Feb 2008 23:09 GMT
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.

Signature
David Biddulph
> Need table showing progression of 17 from base 17; i.e., 17, 34, 51, 68.
> How to write formula?
T. Valko - 28 Feb 2008 23:11 GMT
Enter 17 in A1 and 34 in A2.
Select both A1 and A2 then drag down as needed.

Signature
Biff
Microsoft Excel MVP
> Need table showing progression of 17 from base 17; i.e., 17, 34, 51, 68.
> How to write formula?
Clarence Crow - 28 Feb 2008 23:15 GMT
>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
Gord Dibben - 29 Feb 2008 00:22 GMT
Enter 17 in A1
In A2 enter =$C$1 + C1
Copy down.
Gord Dibben MS Excel MVP
>Need table showing progression of 17 from base 17; i.e., 17, 34, 51, 68.
>How to write formula?
David Biddulph - 29 Feb 2008 08:07 GMT
Minor correction:
For =$C$1 + C1 read =$A$1 + A1

Signature
David Biddulph
> Enter 17 in A1
>
[quoted text clipped - 6 lines]
>>Need table showing progression of 17 from base 17; i.e., 17, 34, 51, 68.
>>How to write formula?
Gord Dibben - 29 Feb 2008 23:18 GMT
Now just where did the "C's" come from? <g>
Or maybe the typos were the "A's"?
Thanks David
>Minor correction:
>For =$C$1 + C1 read =$A$1 + A1