Quote (carteblanche @ Jun 3 2014 08:36pm)
if you're in cell B1, just type in
Code
=A1+50
you can drag down and each cell below will have 50 more than the above
no idea why your example is a 2D array instead of 1D, but whatever.
I have multiple years so in reality its [x amount of years][12]
i just did stupid shit as an example, its been a long day.
My problem is, my second amount (50 in the example, is a reference to another cell's value [D5])
However, when I drag down to each cell, it changes to D6..D7.. etc. I want D5 to be constant

edit:
excuse any stupidity in my posts please :\ pm me if you need clearing up with anything
I'm trying to add a variable amount (from a cell), not just plain 50.
So:
I5 + D5
I6 + D5
I7 + D5
etc etc
When I click and drag.. 'I" increments properly.. but it increments D as well:
I5 + D5
I6 + D6
etc etc
This post was edited by Textbook on Jun 3 2014 06:57pm