Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find & Replace within Unlocked Cells in a Protected Worksheet | Excel Discussion (Misc queries) | |||
Excel worksheet linking | Excel Worksheet Functions | |||
Unlocking Cells when a worksheet is protected... | Excel Discussion (Misc queries) | |||
Trace ALL dependent cells in any worksheet anywhere in Excel | Excel Worksheet Functions | |||
Heps to design Locked/Unlocked cells in protected worksheet | Excel Discussion (Misc queries) |