Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Is Sumproduct best for me?

I have at least 180,000 temperature data points that I need to break up into
a distribution curve. I essentially need to count the number of data points
between 100 and 105, then from 105 to 110, etc all the way until 495 to 500.

I'm currently using SumProduct, but attempts so far lead to 5+ min of
computation time. There has to be a better way! I obviously have
screenupdating off and all that jazz. Just wondering if sumproduct is right
for me.

Thanks,
Matt
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,696
Default Is Sumproduct best for me?

If you haven't already, create a column with 100, 105, 110, 115, etc. Copy
and paste down to 500.

Then, your sumproduct would be =B2 then <=B3
Copy the formula to bottom and you are done.

Otherwise, you can use a pivot table.. drop in your temp points in the row
and whatever field you want tinto data. Right click on the temperature point,
click group and outline, and have it group by 5...

"Matt S" wrote:

I have at least 180,000 temperature data points that I need to break up into
a distribution curve. I essentially need to count the number of data points
between 100 and 105, then from 105 to 110, etc all the way until 495 to 500.

I'm currently using SumProduct, but attempts so far lead to 5+ min of
computation time. There has to be a better way! I obviously have
screenupdating off and all that jazz. Just wondering if sumproduct is right
for me.

Thanks,
Matt

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 806
Default Is Sumproduct best for me?

Hello,

Excel has a function for this: FREQUENCY.

Regards,
Bernd
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,696
Default Is Sumproduct best for me?

If using Frequency...

Create that handy list of numbers.. 100, 105, etc.

Then, highlight row from top of your list to bottom, enter =FREQUENCY(Column
of points,list of numbers) then hit CTRL+SHIFT+ENTER. This should populate
results all the way down the list for you.

HTH!

"Bernd P" wrote:

Hello,

Excel has a function for this: FREQUENCY.

Regards,
Bernd

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
Sumproduct with Condition OR Sumproduct with ADDRESS function - HE gholly Excel Discussion (Misc queries) 2 September 28th 09 05:07 PM
Conditional SUMPRODUCT or SUMPRODUCT with Filters Ted M H Excel Worksheet Functions 4 August 14th 08 07:50 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
Sumproduct with And? SteveC Excel Discussion (Misc queries) 7 May 17th 06 09:00 PM
SUMPRODUCT Shashi Bhosale Excel Programming 2 August 18th 03 08:01 PM


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