Hey there,
I have a column where I have a specific formula. Let's say it's the Sum() function. So I have in column A these values 1,2,3,4,5.
Then in B1 I have =Sum($A$1:$A$5). This gives me 15. So what I want to is in column C:
C1: =Sum($A$1:$A$5)+1
C2: =Sum($A$1:$A$5)+2
C3: =Sum($A$1:$A$5)+3
and so on.
What I want to do is to fill C1:C100 and my formula should always increase by 1.
I know I could simply add an extra column (let's say D) and write 1 to 100 in D1 to D100 and then say in C1: =Sum($A$1:$A$5)+D1. This I could fill but I think Excel should be able to do it without the extra step.
The Sum() function is just an easy example. Actually I have a very different formula. But I think it should be the same for any formula.
Thanks in advance
Gethelp
Bookmarks