Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default decimate rows in Excel 2007

I have a large spreadsheet, about 23000 rows. I want to reduce this to about
700 rows by decimating the sheet and keeping, say, every 40th row. How can I
do this?
Look forward to hearing from you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default decimate rows in Excel 2007

=MOD(ROW(),40) in a helper coulumn, and auto-filter.
--
David Biddulph

"Alistair" wrote in message
...
I have a large spreadsheet, about 23000 rows. I want to reduce this to
about
700 rows by decimating the sheet and keeping, say, every 40th row. How can
I
do this?
Look forward to hearing from you.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 169
Default decimate rows in Excel 2007

In article , ?B?QWxpc3RhaXI=?= wrote:
I have a large spreadsheet, about 23000 rows. I want to reduce this to about
700 rows by decimating the sheet and keeping, say, every 40th row. How can I
do this?
Look forward to hearing from you.


As an aside, 'decimate' means to lose 1 out of 10. :)

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default decimate rows in Excel 2007

I find it MUCH easier to make a column with row numbers of the rows I want to keep and use the "indirect" function.

For example if the data I want to resample or decimate is in column A, put the following in column B to keep every 20th data point:
20
40
60
80
100
....
Then use the indirect function in the next column, Column C in this case:
=indirect(concatenate("A",B1))
copy and paste to the end of the list in column B.
Column C then contains every nth (20th in example) data point.

On Monday, July 28, 2008 11:40 AM Alistai wrote:


I have a large spreadsheet, about 23000 rows. I want to reduce this to about
700 rows by decimating the sheet and keeping, say, every 40th row. How can I
do this?
Look forward to hearing from you.



On Monday, July 28, 2008 2:31 PM David Biddulph wrote:


=MOD(ROW(),40) in a helper coulumn, and auto-filter.
--
David Biddulph



On Wednesday, July 30, 2008 12:30 AM bruce.sinclai wrote:


As an aside, 'decimate' means to lose 1 out of 10. :)




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
Excel 2007 rows Finney Excel Discussion (Misc queries) 2 June 10th 08 09:05 PM
How can I see more than 65,536 rows in Excel 2007? TraceyGMEC Setting up and Configuration of Excel 2 January 21st 08 05:52 PM
Excel 2007 - million rows maureen Excel Discussion (Misc queries) 2 November 29th 07 08:39 PM
Excel 2007 rows & columns Jim[_3_] Excel Discussion (Misc queries) 3 July 1st 07 04:28 AM
How do I view the maximum rows in Excel 2007 (Million Rows)? shanth Excel Discussion (Misc queries) 2 January 15th 07 05:45 PM


All times are GMT +1. The time now is 12:17 AM.

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"