+ Reply to Thread
Results 1 to 5 of 5

fill cells with even increment rows from a different worksheet

  1. #1
    FormulaChallenged
    Guest

    fill cells with even increment rows from a different worksheet

    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. #2
    RagDyer
    Guest

    Re: fill cells with even increment rows from a different worksheet

    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" <FormulaChallenged@discussions.microsoft.com> wrote in
    message news:D1178F3F-B41D-4D68-A75A-3508C5DEEFA9@microsoft.com...
    > 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. #3
    FormulaChallenged
    Guest

    Re: fill cells with even increment rows from a different worksheet

    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" <FormulaChallenged@discussions.microsoft.com> wrote in
    > message news:D1178F3F-B41D-4D68-A75A-3508C5DEEFA9@microsoft.com...
    > > 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. #4
    Gord Dibben
    Guest

    Re: fill cells with even increment rows from a different worksheet

    =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"
    <FormulaChallenged@discussions.microsoft.com> 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


  5. #5
    Ragdyer
    Guest

    Re: fill cells with even increment rows from a different worksheet

    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" <FormulaChallenged@discussions.microsoft.com> wrote in
    message news:E7CBEAB8-B83C-46F0-A549-9ABC0118EFB4@microsoft.com...
    > 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" <FormulaChallenged@discussions.microsoft.com> wrote
    >> in
    >> message news:D1178F3F-B41D-4D68-A75A-3508C5DEEFA9@microsoft.com...
    >> > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1