![]() |
Copy/Paste Formula-dropping 1st cell address
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 -- kesitton |
Copy/Paste Formula-dropping 1st cell address
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: 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 -- kesitton |
All times are GMT +1. The time now is 02:17 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com