Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Repeat a formula with interval

Hey,

I need Excel to repeat a formula with a interval of 11. My goal is to get
this:
='DATA LINK'!F14
='DATA LINK'!F25
='DATA LINK'!F36
='DATA LINK'!F47
='DATA LINK'!F58

For 9999 rows.

If I use the chain function, Excel fills in F14, F15, F16 etc.

How do I do this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Repeat a formula with interval

=INDIRECT("'DATA LINK'!F"&ROW(A1)*11+3)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Kees Vos" wrote in message
...
Hey,

I need Excel to repeat a formula with a interval of 11. My goal is to get
this:
='DATA LINK'!F14
='DATA LINK'!F25
='DATA LINK'!F36
='DATA LINK'!F47
='DATA LINK'!F58

For 9999 rows.

If I use the chain function, Excel fills in F14, F15, F16 etc.

How do I do this?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Repeat a formula with interval

Here's one way of doing it - put this formula on the first row:

=INDIRECT("'DATA LINK'!F"&ROW()*11+3)

then copy down as required.

Hope this helps.

Pete

On Dec 6, 7:51 am, Kees Vos wrote:
Hey,

I need Excel to repeat a formula with a interval of 11. My goal is to get
this:
='DATA LINK'!F14
='DATA LINK'!F25
='DATA LINK'!F36
='DATA LINK'!F47
='DATA LINK'!F58

For 9999 rows.

If I use the chain function, Excel fills in F14, F15, F16 etc.

How do I do this?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Repeat a formula with interval

Hey,
Small change and it worked, formula used is
=INDIRECT("'DATA LINK'!F"&ROW(A1)*11+2;TRUE)

Thanx!

"Bob Phillips" wrote:

=INDIRECT("'DATA LINK'!F"&ROW(A1)*11+3)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Kees Vos" wrote in message
...
Hey,

I need Excel to repeat a formula with a interval of 11. My goal is to get
this:
='DATA LINK'!F14
='DATA LINK'!F25
='DATA LINK'!F36
='DATA LINK'!F47
='DATA LINK'!F58

For 9999 rows.

If I use the chain function, Excel fills in F14, F15, F16 etc.

How do I do this?




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Repeat a formula with interval

=OFFSET('DATA LINK'!$F$14,(ROW(A1)-1)*11,0)
copy down


"Kees Vos" wrote:

Hey,

I need Excel to repeat a formula with a interval of 11. My goal is to get
this:
='DATA LINK'!F14
='DATA LINK'!F25
='DATA LINK'!F36
='DATA LINK'!F47
='DATA LINK'!F58

For 9999 rows.

If I use the chain function, Excel fills in F14, F15, F16 etc.

How do I do this?

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
Formula used by Excel to determine y-axis interval in chart M Chin Excel Discussion (Misc queries) 1 November 6th 07 01:57 PM
Repeat formula on second sheet? [email protected] Excel Discussion (Misc queries) 3 August 30th 07 09:45 PM
Excel repeat formula ..??? qualitysellers123 Excel Worksheet Functions 1 January 29th 07 03:15 AM
I NEED TO USE A FORMULA #1-39 TO REPEAT ONCE 5 AT A TIME excel craze Excel Discussion (Misc queries) 2 February 27th 06 06:35 AM
Title Cut Off if Rows to Repeat & Columns to Repeat are Both Selec unibaby Excel Discussion (Misc queries) 2 August 24th 05 04:29 PM


All times are GMT +1. The time now is 01:45 PM.

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

About Us

"It's about Microsoft Excel"