Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Anauna
 
Posts: n/a
Default 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   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

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

In article ,
Anauna 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pulling data out of a large database Dave Excel Discussion (Misc queries) 4 January 20th 05 03:49 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Help creating a formula, pulling from a set of static numbers. James Excel Worksheet Functions 1 December 20th 04 06:39 AM
Pulling hair out with VLOOKUP Confused Excel Worksheet Functions 5 November 22nd 04 05:05 PM
pulling characters out of a string Patrick Excel Worksheet Functions 3 November 12th 04 06:58 PM


All times are GMT +1. The time now is 09:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"