Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 915
Default normalizing data

Vance wrote:
Unfortunately my data sets will not always be 3600 data points. What I am
doing is recording subjects completing a specific task, there time to
completion is going to vary from subject to subject, and therefore I will
have a different number of data points for each subject. I want to normalize
each subjects data to the same number of points so that I can graph them for
easy comparison. Because of the varying number of data points I don't think
your method of deleting a pre-determined ratio of the data points would be
effective.

"Sean Timmons" wrote:

So, you are looking to remove, say, 2 of every three data points...

Try this...

assuming your data is in cells A2 - A3600

=IF(MOD(ROW(A2),3)=0,"","X")

Then, filter your data, use the drop-down to select your X fields, then
delete those rows. this will leave @ 1000 records acrosss your spectrum.

"Vance" wrote:

I have a data set of roughly 3600 data points and would like to convert it to
1000 data points while still maintaining the shape of the curve. I am
currently using excel 2007, but I need the file to be compatible with the
older versions of excel as well.


You could try this modification of Sean's technique. This adjusts the
ratio using the actual number of observations in column A:

=IF(INT(MOD(ROW(A2),COUNT(A:A)/1000))=0,"","X")
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
Normalizing Excel data across rows Greenstorm Excel Worksheet Functions 3 April 4th 23 10:28 AM
Normalizing Data k1ngr Excel Discussion (Misc queries) 6 December 17th 08 03:21 PM
normalizing data -- a twist Brad Excel Worksheet Functions 6 June 4th 05 03:42 PM
normalizing data 4gokycats Excel Discussion (Misc queries) 1 March 27th 05 03:09 AM
Normalizing data formula? Jessica Excel Discussion (Misc queries) 1 January 25th 05 10:48 PM


All times are GMT +1. The time now is 11:52 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"