+ Reply to Thread
Results 1 to 2 of 2

skip rows

  1. #1
    marat
    Guest

    skip rows

    I have a data table like this, column A2:A27. How can I put in B2 value from
    A2, in B3 value from A7, in B4 value from A12, etc.

    130.15
    9999
    9999
    9999
    9999
    130.25
    9999
    9999
    9999
    9999
    130.35
    9999
    9999
    9999
    9999
    130.45
    9999
    9999
    9999
    9999
    130.55
    9999
    9999
    9999
    9999
    130.65


  2. #2
    JE McGimpsey
    Guest

    Re: skip rows

    One way:

    B2: =INDEX(A:A,(ROW()-2)*5+2)

    copy down as far as needed.

    In article <[email protected]>,
    marat <[email protected]> wrote:

    > I have a data table like this, column A2:A27. How can I put in B2 value from
    > A2, in B3 value from A7, in B4 value from A12, etc.
    >
    > 130.15
    > 9999
    > 9999
    > 9999
    > 9999
    > 130.25
    > 9999
    > 9999
    > 9999
    > 9999
    > 130.35
    > 9999
    > 9999
    > 9999
    > 9999
    > 130.45
    > 9999
    > 9999
    > 9999
    > 9999
    > 130.55
    > 9999
    > 9999
    > 9999
    > 9999
    > 130.65


+ 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