Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rum Rum is offline
external usenet poster
 
Posts: 16
Default The first 25 percent

I have a multi-row, multi column spreadsheet. Of the columns, 3 of them are
the most crucial. Let's say,



Column A is: User

Column B is: Date

Column C is: Cycle Time (Calculated from B and another column)



What I would like to know is the average (median, etc...) Cycle Time for
the FIRST 25% (50%, 75% etc...) of the Users signed up.



Any ideas?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 61
Default The first 25 percent

Hi,
What do you mean by the FIRST 25% of the users signed up €“ is it the
first (i.e, top) 25% of the rows (Case I) or the data corresponding to the
earliest (chronologically) 25% of the entire data (Case II)?
Regardless, the following approach should work. ( If it is Case II,
sort the spreadsheet by the Date column before doing the rest, unless the
rows are already in chronological order)
Let us imagine that the data start in row 2. (with row 1 showing the
column headings such as €śUser€ť, €śDate€ť, €śCycle time€ť, €¦for columns A, B, C, €¦
respectively).

In an empty cell somewhere in the sheet (let's say F1), enter a
percentage (e.g., 25%).
In row 2 of an empty column somewhere in the sheet (lets say Column
D), i.e., in D2, enter the following formula, and drag the formula down the
column (the formula assumes that you dont have more than 10000 rows of data).

=IF(ROW(A2)ROW($A$1)+ROUND(COUNTA($A$2:$A$10001)* $F$1,0),"",C2)

The formula creates in Column D, a subset of column C data, based on
the percentage you have entered in F1 and makes the rest of the rows in
Column D blank. Now you can get the statistics you want using Column D, for
example:

=AVERAGE($D$2:$D$10001)
=MEDIAN($D$2:$D$10001)

You can change the percentage in Cell F1 to other values (50%, 75%, or
any other value); Column D and the average, median, etc., will update
accordingly.

Hope this helps,
B. R. Ramachandran



"Rum" wrote:

I have a multi-row, multi column spreadsheet. Of the columns, 3 of them are
the most crucial. Let's say,



Column A is: User

Column B is: Date

Column C is: Cycle Time (Calculated from B and another column)



What I would like to know is the average (median, etc...) Cycle Time for
the FIRST 25% (50%, 75% etc...) of the Users signed up.



Any ideas?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default The first 25 percent

See the replies to your earlier messages. Please don't start new threads
repeating your earlier question.
--
David Biddulph

"Rum" wrote in message
...
I have a multi-row, multi column spreadsheet. Of the columns, 3 of them
are
the most crucial. Let's say,



Column A is: User

Column B is: Date

Column C is: Cycle Time (Calculated from B and another column)



What I would like to know is the average (median, etc...) Cycle Time for
the FIRST 25% (50%, 75% etc...) of the Users signed up.



Any ideas?



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
The first 25 percent Rum Excel Worksheet Functions 1 October 20th 09 02:58 PM
The first 25 percent Rum Excel Worksheet Functions 1 October 20th 09 02:37 PM
Percent Octet32 New Users to Excel 4 December 12th 06 01:35 PM
Percent of smiths4 Excel Discussion (Misc queries) 3 September 22nd 06 04:22 PM
Formatting a number to look like a Percent without a percent sign David Iacoponi Excel Discussion (Misc queries) 2 September 15th 05 06:35 PM


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