Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Could anyone give me a formula to import data from A1, A13, A25 etc at 12 row increment in sheet 2 to B1, B2, B3 etc in sheet 1? Thanks FormulaChallenged |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=INDEX(Sheet2!A:A,12*ROWS($1:1)-11) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "FormulaChallenged" wrote in message ... Hi, Could anyone give me a formula to import data from A1, A13, A25 etc at 12 row increment in sheet 2 to B1, B2, B3 etc in sheet 1? Thanks FormulaChallenged |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank, HTH. That works great!
"RagDyer" wrote: Try this: =INDEX(Sheet2!A:A,12*ROWS($1:1)-11) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "FormulaChallenged" wrote in message ... Hi, Could anyone give me a formula to import data from A1, A13, A25 etc at 12 row increment in sheet 2 to B1, B2, B3 etc in sheet 1? Thanks FormulaChallenged |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the feed-back.
BTW (by the way) HTH stands for "hope this helps" -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "FormulaChallenged" wrote in message ... Thank, HTH. That works great! "RagDyer" wrote: Try this: =INDEX(Sheet2!A:A,12*ROWS($1:1)-11) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "FormulaChallenged" wrote in message ... Hi, Could anyone give me a formula to import data from A1, A13, A25 etc at 12 row increment in sheet 2 to B1, B2, B3 etc in sheet 1? Thanks FormulaChallenged |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=OFFSET('Sheet2'!$A$1,12*ROW()-12,0)
Entered in Sheet1 B1 and dragged down. Gord Dibben Excel MVP On Wed, 7 Dec 2005 10:11:02 -0800, "FormulaChallenged" wrote: Hi, Could anyone give me a formula to import data from A1, A13, A25 etc at 12 row increment in sheet 2 to B1, B2, B3 etc in sheet 1? Thanks FormulaChallenged |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows meeting criteria to another worksheet | Excel Worksheet Functions | |||
I want in one worksheet to relatively link to/reference cells in another without changing the format of the current worksheet. | Excel Discussion (Misc queries) | |||
embedding worksheet cells in another worksheet | Excel Discussion (Misc queries) | |||
How do I automatically increment worksheet number when pasting a . | Excel Worksheet Functions | |||
How do I add rows to a completed worksheet? | Excel Worksheet Functions |