+ Reply to Thread
Results 1 to 2 of 2

Pulling out every nth value

Hybrid View

  1. #1
    Anauna
    Guest

    Pulling out every nth value

    Hello,
    Is there a function I can use to pull out every nth value from a range of
    values.
    i.e. Column A contains 100 values
    I wish to pull out every 4th value and place them in Column B
    Column B would now contain 25 values
    --
    Thank-you and all suggestions are appreciated.

  2. #2
    JE McGimpsey
    Guest

    Re: Pulling out every nth value

    One way:

    B1: =INDEX(A:A,(ROW()-1)*4+1)

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

    > Hello,
    > Is there a function I can use to pull out every nth value from a range of
    > values.
    > i.e. Column A contains 100 values
    > I wish to pull out every 4th value and place them in Column B
    > Column B would now contain 25 values


+ 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