So, if I have in cell b2 the first/original weighin, b3 I have the next
weeks weighin, b4 the 3rd week weighin and so on to b53 the last week of the
year. In cell c3 I have the formula =b2-b3 to calculate the weight loss.
Now, in cell c4, I put in =b2-b4 to calculate the total loss in 2 weeks from
the original weight. I can keep going down and manually entering this, but I
want to know if there is a way of "filling down" and keeping the first cell
constant (the b2 original weight) while changing the second number subtracted
being that current weeks weight (b3, b4, b5 etc)
I've tried everything and filling down, I then get b3-b4, b4-b5 instead of
b2-b4, b2-b5.
I hope I haven't confused you!
"WisconsinMom" <Wiscon...@discussions.microsoft.com> wrote in message
news:E1C090B9-3CC7-4444...@microsoft.com...
C3: = B$2-B3
Copy down.
In article <E1C090B9-3CC7-4444...@microsoft.com>,
Your using relative references and what you want is absolute references. try
this in C3 and drag down
=$B$2-B3
Mike
B2-B3...then put your cursor between the "B" and the "2" and press F4.
You will see the B2 reference change to $B2, B$2, and $B$2 successively.
Use the $B$2...copy and paste..the B2 reference will remain!
FLKulchar
"WisconsinMom" <Wiscon...@discussions.microsoft.com> wrote in message
news:E1C090B9-3CC7-4444...@microsoft.com...
"Mike H" wrote:
> Hi,
>
> Your using relative references and what you want is absolute references. try
> this in C3 and drag down
>
> =$B$2-B3
Thank you!!! I knew I was forgetting something...the $'s!!! Thanks so much
for jogging my memory.