View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BarbnSLC BarbnSLC is offline
external usenet poster
 
Posts: 2
Default Repeat a formula with interval

I found a similar post but I have had no success with the formula that was
given to the poster. Please help.

I need Excel to repeat a formula with an interval of 4. My goal is to link
two spreadsheets within the same workbook and get the following:

='DATA LINK'!B1
='DATA LINK'!B5
='DATA LINK'!B9
='DATA LINK'!B13
='DATA LINK'!B17

For 9999 rows.

If I use the chain function, Excel doesn't fill in the appropriate interval.

How do I do this?