Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Aaron Daniels
 
Posts: n/a
Default Linking incremental cells from another worksheet

I am trying to link every fith cell in a column to sequential lines on my
main worksheet. The formula I am using for the first cell link is =+'Master
Query'!$F2 and I want the next cell to have the formula =+'Master Query'!$F7,
the next =+'Master Query'!$F12, etc... for 500 lines. Anyone have ideas on
how I can do this will minimal manual typing.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Linking incremental cells from another worksheet

Assuming your formulas are located in F2, F7, and F12: highlight and
copy F2:F12. Paste this into F17, which will provide formulas for F22
and F27. Highlight and copy F2:F27 and paste into F32. Highlight and
copy F2:F57 and paste into F62 and so forth. It's tedious but will
only take a few minutes since the range is doubling each time.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bernie Deitrick
 
Posts: n/a
Default Linking incremental cells from another worksheet

Aaron,

Enter this into the first cell, but hange the 3 to the row number of that
cell

=OFFSET('Master Query'!$F$2,(ROW()-ROW($A$3))*5,0)

Then copy down as far as you want.

HTH,
Bernie
MS Excel MVP


"Aaron Daniels" wrote in message
...
I am trying to link every fith cell in a column to sequential lines on my
main worksheet. The formula I am using for the first cell link is
=+'Master
Query'!$F2 and I want the next cell to have the formula =+'Master
Query'!$F7,
the next =+'Master Query'!$F12, etc... for 500 lines. Anyone have ideas
on
how I can do this will minimal manual typing.



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
Find & Replace within Unlocked Cells in a Protected Worksheet DaveyC4S Excel Discussion (Misc queries) 2 October 9th 05 11:12 AM
Excel worksheet linking Shiren Excel Worksheet Functions 0 July 6th 05 05:33 PM
Unlocking Cells when a worksheet is protected... racmb1975 Excel Discussion (Misc queries) 2 May 3rd 05 08:57 PM
Trace ALL dependent cells in any worksheet anywhere in Excel Graham Tapper Excel Worksheet Functions 6 March 11th 05 05:44 PM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM


All times are GMT +1. The time now is 06:59 AM.

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"