Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Copy/Fill Down in increments

I have a fomula on sheet1 that refers to sheet2 and I want to copy/fill down
adding 51 each time.

Example in Sheet1 cell B4 is =Sheet2!E5, I want the result in B5 to be 51
rows later ie =Sheet2!E56

How can I autfill or copy down to automatically add 51.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Copy/Fill Down in increments

In Sheet1 cell B4 try the below formula and copy down

=INDIRECT("Sheet2!E"&(ROW(A1)-1)*51+5)

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


"Helen B" wrote:

I have a fomula on sheet1 that refers to sheet2 and I want to copy/fill down
adding 51 each time.

Example in Sheet1 cell B4 is =Sheet2!E5, I want the result in B5 to be 51
rows later ie =Sheet2!E56

How can I autfill or copy down to automatically add 51.

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
Copy/Fill increments tcidawn Excel Worksheet Functions 8 June 27th 09 07:56 AM
How to create a fill down that increments based on the workbook name MikeExcel Excel Worksheet Functions 0 July 12th 06 04:03 AM
How to create a fill down that increments based on the workbook name [email protected] Excel Worksheet Functions 4 July 6th 06 01:36 PM
Edit Fill Series - How do I fill using minute increments IUnknown Excel Discussion (Misc queries) 1 January 29th 06 12:50 PM
How to create a fill down that increments based on the worksheet n Skot Excel Worksheet Functions 7 August 2nd 05 04:47 PM


All times are GMT +1. The time now is 12:50 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"