ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   copy paste formula to skip rows (https://www.excelbanter.com/excel-worksheet-functions/76063-copy-paste-formula-skip-rows.html)

Greg

copy paste formula to skip rows
 
Ok, so i have a basic return formula =(E31-E18-E28-E27)/E18 in cell E1208 and
it returns the value I'm looking for. Now what I'm trying to do is copy this
formula and paste it the cell below, E1209, however I need it to return the
formula of =(E44-E31-E41-E40). I can't seem to offset it every 13 rows and
need to formula that I can copy down quite a few times. Can nayone help??
Please advise...
Thank!!!

Duke Carey

copy paste formula to skip rows
 
try this for your first formula, then copy it down

=(OFFSET(E$31,13*(ROW(A1)-1),0)-OFFSET(E$18,13*(ROW(A1)-1),0)-
SUM(OFFSET(E$27,13*(ROW(A1)-1),0,2,1)))/OFFSET(E$31,13*(ROW(A1)-1),0)


"Greg" wrote:

Ok, so i have a basic return formula =(E31-E18-E28-E27)/E18 in cell E1208 and
it returns the value I'm looking for. Now what I'm trying to do is copy this
formula and paste it the cell below, E1209, however I need it to return the
formula of =(E44-E31-E41-E40). I can't seem to offset it every 13 rows and
need to formula that I can copy down quite a few times. Can nayone help??
Please advise...
Thank!!!



All times are GMT +1. The time now is 05:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com