Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 205
Default How do I copy formulas down a sheet using increments?

I would like to be able to copy a formula down a column in increments of 7.
For example in cell A19 of sheet 2 the formula is: =+'sheet1'!A10. In cell
A20 of sheet 2 I would like it to be: =+'sheet1'!A17 and in cell A21 of sheet
2 I would like it to be: =+'sheet1'!A24 etc. etc. I don't want to have to
do it all manually if I can avoid it!

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default How do I copy formulas down a sheet using increments?

In Sheet2 A19 enter the below formula and drag it down

=INDIRECT("Sheet1!A" & 10+((ROW()-19)*7))

--
If this post helps click Yes
---------------
Jacob Skaria


"Linda" wrote:

I would like to be able to copy a formula down a column in increments of 7.
For example in cell A19 of sheet 2 the formula is: =+'sheet1'!A10. In cell
A20 of sheet 2 I would like it to be: =+'sheet1'!A17 and in cell A21 of sheet
2 I would like it to be: =+'sheet1'!A24 etc. etc. I don't want to have to
do it all manually if I can avoid it!

Thanks.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I copy a formula with the cell increasing by increments? Jaxboo Excel Discussion (Misc queries) 22 May 3rd 10 08:44 PM
Can you copy formulas only across a large sheet, under data? Mark Excel Worksheet Functions 2 February 9th 09 04:49 PM
Copy formula down in rows but change column increments Mike Excel Discussion (Misc queries) 0 December 14th 08 06:50 PM
How do you copy a sheet (with Formulas) to another Workbook? markpecz Excel Discussion (Misc queries) 1 April 15th 05 07:54 AM
Pasting columns but want the formulas to go up in increments of 1 Nicole L. Excel Worksheet Functions 1 February 1st 05 10:11 PM


All times are GMT +1. The time now is 11:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"