Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Concentration Analysis

I'm analysing a set of data and I need to provide an out put that shows the
count i.e. frequency and the sum. Consider the values below:

local equivalent
1096.68
6000
513.25
174.45
18000
53.86
399.74
118.73
1010.31
19316.81
8066.49
220000
28.92
1567614.68
206.56
667.75

My output should be:

Range No. Value
0 - 25,000 4 30,000
25, 001- 50,000 10 275,000


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default Concentration Analysis

you might look for FREQUENCY function in Help


On 16 Kwi, 08:44, Phillip Olan'g <Phillip
wrote:
I'm analysing a set of data and I need to provide an out put that shows the
count i.e. frequency and the sum. Consider the values below:

local equivalent
1096.68
6000
513.25
174.45
18000
53.86
399.74
118.73
1010.31
19316.81
8066.49
220000
28.92
1567614.68
206.56
667.75

My output should be:

Range * * * * * * * * * * * *No. * * * * * * * * * * * * Value
0 - 25,000 * * * * * * * * *4 * * * * * * * * * * * * * * 30,000
25, 001- 50,000 * * * *10 * * * * * * * * * * * * * 275,000


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Concentration Analysis

Hi,

Could you explain how you derive this from your posted data

Range No. Value
0 - 25,000 4 30,000
25, 001- 50,000 10 275,000


I think 0 - 25k is 14 and can't see where 30,000 comes from.
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Phillip Olan'g" wrote:

I'm analysing a set of data and I need to provide an out put that shows the
count i.e. frequency and the sum. Consider the values below:

local equivalent
1096.68
6000
513.25
174.45
18000
53.86
399.74
118.73
1010.31
19316.81
8066.49
220000
28.92
1567614.68
206.56
667.75

My output should be:

Range No. Value
0 - 25,000 4 30,000
25, 001- 50,000 10 275,000


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default Concentration Analysis

another way:
with
A1=0
B1=25000
A2=25000
B2=50000
and your data in column C

count
=SUMPRODUCT(($C$1:$C$16A1)*($C$1:$C$16<=B1))

Value/sum
=SUMPRODUCT(($C$1:$C$16A1)*($C$1:$C$16<=B1)*$C$1: $C$16)

adjust yr ranges to suit

HIH
pls click YES if it helped


On 16 Kwi, 08:44, Phillip Olan'g <Phillip
wrote:
I'm analysing a set of data and I need to provide an out put that shows the
count i.e. frequency and the sum. Consider the values below:

local equivalent
1096.68
6000
513.25
174.45
18000
53.86
399.74
118.73
1010.31
19316.81
8066.49
220000
28.92
1567614.68
206.56
667.75

My output should be:

Range * * * * * * * * * * * *No. * * * * * * * * * * * * Value
0 - 25,000 * * * * * * * * *4 * * * * * * * * * * * * * * 30,000
25, 001- 50,000 * * * *10 * * * * * * * * * * * * * 275,000


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 2002 Analysis ToolPak Regression Analysis Help Requested MH Excel Worksheet Functions 1 February 28th 09 07:16 AM
Analysis Toolpak-Confidence Level and data analysis questions MH Excel Worksheet Functions 0 January 3rd 09 06:15 PM
Mergers - market concentration - math help Duke Carey Excel Worksheet Functions 4 December 3rd 05 12:07 AM
Why " data analysis plus " override " data analysis " once instal. Alfred H K Yip Excel Worksheet Functions 1 March 20th 05 08:10 AM
Analysis ToolPak installed but no Data Analysis option Eric Stephens Excel Discussion (Misc queries) 3 February 2nd 05 09:17 PM


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