Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jim Ryan
 
Posts: n/a
Default How to collect data from every 60th row?

Have a spreadsheet with monthly weather data on different sheets. There are
about 48,000 rows (the data is collected automatically every minute).
What sort of formula could you have to copy say one line for every hour
(i.e. every 60th row) and than paste that data into a new row on a separate
sheet?!
Many thanks

--
Why work on Wednesday and stuff up two good long weekends
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default How to collect data from every 60th row?

Use a help column, assume your data starts in A2, in B2 put

=MOD(ROWS($A$1:A1),60)=1

this will include the first cell A2 and next would be A61, if you want to
start with A60 as the first
change the 1 to 0 at the end

apply autofilter and filter on TRUE

copy visible cells in A and paste them wherever you want

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"Jim Ryan" wrote in message
...
Have a spreadsheet with monthly weather data on different sheets. There
are
about 48,000 rows (the data is collected automatically every minute).
What sort of formula could you have to copy say one line for every hour
(i.e. every 60th row) and than paste that data into a new row on a
separate
sheet?!
Many thanks

--
Why work on Wednesday and stuff up two good long weekends


  #3   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default How to collect data from every 60th row?

Hi!

One way:

Assume data is in the range Sheet1 A1:An.

On another sheet enter this formula and copy down as needed:

=INDEX(Sheet1!A:A,(ROWS($A$1:$A1)-1)*60)

It'll return values from:

Sheet1 A1
Sheet1 A60
Sheet1 A120
Sheet1 A180
Sheet1 A240
Sheet1 A300
etc

Biff

"Jim Ryan" wrote in message
...
Have a spreadsheet with monthly weather data on different sheets. There
are
about 48,000 rows (the data is collected automatically every minute).
What sort of formula could you have to copy say one line for every hour
(i.e. every 60th row) and than paste that data into a new row on a
separate
sheet?!
Many thanks

--
Why work on Wednesday and stuff up two good long weekends



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
ranking query JaimeTimbrell Excel Discussion (Misc queries) 2 February 16th 06 08:09 AM
Importing Data Jillian Excel Worksheet Functions 9 December 23rd 05 12:45 PM
Charts not recognizing source data if original linked data is changed. JLC Charts and Charting in Excel 3 October 14th 05 01:29 AM
collect data from different worksheet sheva Excel Worksheet Functions 0 August 16th 05 03:22 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM


All times are GMT +1. The time now is 03:40 PM.

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

About Us

"It's about Microsoft Excel"