Copy/Paste Formula-dropping 1st cell address

K

kesitton

Formula is =Sum(D3:D8)/Sum(C3:C8)

Steps: Copy Formula
Paste to cell below

Problem: Formula drops the cell address "C3" and "D3" but properly added
the cell address "C9"and "D9", i.e., when pasted formula looks like this;

=Sum(D4:D9)/Sum(D4:D9)

I've looked under the Excel Options but can not see anything that is causing
this to happen.

Thanks
 
M

Marcelo

you should use $ to fix the column and row reference

try to use

=Sum(D$3:D$8)/Sum(C$3:C$8) it will fix the row number when copy up ordown;

=Sum($D3:$D8)/Sum($C3:$C8) it will fix the column leter when copy left or
right

=Sum($D$3:$D$8)/Sum($C$3:$C$8) = it will fix colum and rows copying for any
direction

hth


--
pleae click yes if it was helpfull
regards from Brazil
Marcelo



"kesitton" escreveu:
 

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

Top