+ Reply to Thread
Results 1 to 2 of 2

progressive select

  1. #1
    Mike
    Guest

    progressive select

    Looking for help on a function to create of a single column of data by
    selecting every 4th cell in a fixed row starting with the second column in
    the fixed row.

    Example: start with:
    a1 b1 c1 d1 e1 f1 g1 h1 i1 j1
    mike thom **** vinn joey glen rick dain ryan bill...

    end with:
    thom
    glen
    bill
    ..
    ..
    ..

    Thanks in advance. Mike



  2. #2
    Biff
    Guest

    Re: progressive select

    Hi!

    Try this:

    =OFFSET(B$1,,(ROW(1:1)-1)*4)

    Copy down as needed.

    Biff

    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    > Looking for help on a function to create of a single column of data by
    > selecting every 4th cell in a fixed row starting with the second column in
    > the fixed row.
    >
    > Example: start with:
    > a1 b1 c1 d1 e1 f1 g1 h1 i1 j1
    > mike thom **** vinn joey glen rick dain ryan bill...
    >
    > end with:
    > thom
    > glen
    > bill
    > .
    > .
    > .
    >
    > Thanks in advance. Mike
    >
    >




+ 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