Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Top 5 records by month

Need to graph top 5 reasons over time

Column A..... Column E
Date Issue
04-06-2006 Issue 1
04-06-2006 Issue 2
04-06-2006 Issue 2
04-12-2007 Issue 5

need to (on separate sheet)
list the top 5 issues by the month & the number of times the occured, as below

Apr 06 ...Mayetc...Dec06
Issue 2 2 Issue 5 1
Issue 1 1

Ultimately will produce a graph, but they want to see the data.

Open to better suggestions on achieving but need help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Top 5 records by month

are the issues always the same (i.e is issue 1 always going to be "wrong type
of snow"

if so use the

countif option to count how many times a issues is listed,

then use the rank option to rank the issue compared to how many other issues




"tmirelle" wrote:

Need to graph top 5 reasons over time

Column A..... Column E
Date Issue
04-06-2006 Issue 1
04-06-2006 Issue 2
04-06-2006 Issue 2
04-12-2007 Issue 5

need to (on separate sheet)
list the top 5 issues by the month & the number of times the occured, as below

Apr 06 ...Mayetc...Dec06
Issue 2 2 Issue 5 1
Issue 1 1

Ultimately will produce a graph, but they want to see the data.

Open to better suggestions on achieving but need help!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Top 5 records by month

are the issues always the same (i.e is issue 1 always going to be "wrong type
of snow"

if so use the countif option to count how many times a issue is listed,


on sheet 2 where you have your results (and assuming that the row is row 6)

A B

Issue 1 =COUNTIF(Sheet1!E:E,Sheet2!B6)
Issue 2 =COUNTIF(Sheet1!E:E,Sheet2!B7)

ect


this would count the amount of times issue 2 occured in your list

"tmirelle" wrote:

Need to graph top 5 reasons over time

Column A..... Column E
Date Issue
04-06-2006 Issue 1
04-06-2006 Issue 2
04-06-2006 Issue 2
04-12-2007 Issue 5

need to (on separate sheet)
list the top 5 issues by the month & the number of times the occured, as below

Apr 06 ...Mayetc...Dec06
Issue 2 2 Issue 5 1
Issue 1 1

Ultimately will produce a graph, but they want to see the data.

Open to better suggestions on achieving but need help!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Top 5 records by month

OK, so this is heading in the right direction...

Yes they are always the same issues (18 of them used as a validation list)

but 2 things:
this doesn't address the by month issue
& is it possible to only list the top 5 rather than producing a rank for all
18 reasons

thnx

"Rich" wrote:

are the issues always the same (i.e is issue 1 always going to be "wrong type
of snow"

if so use the countif option to count how many times a issue is listed,


on sheet 2 where you have your results (and assuming that the row is row 6)

A B

Issue 1 =COUNTIF(Sheet1!E:E,Sheet2!B6)
Issue 2 =COUNTIF(Sheet1!E:E,Sheet2!B7)

ect


this would count the amount of times issue 2 occured in your list

"tmirelle" wrote:

Need to graph top 5 reasons over time

Column A..... Column E
Date Issue
04-06-2006 Issue 1
04-06-2006 Issue 2
04-06-2006 Issue 2
04-12-2007 Issue 5

need to (on separate sheet)
list the top 5 issues by the month & the number of times the occured, as below

Apr 06 ...Mayetc...Dec06
Issue 2 2 Issue 5 1
Issue 1 1

Ultimately will produce a graph, but they want to see the data.

Open to better suggestions on achieving but need help!

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
Create Month Timetable on a worksheet different month each works Courtney Excel Worksheet Functions 1 October 15th 06 11:48 AM
Counting records within a month JoAnn New Users to Excel 1 November 22nd 05 06:15 PM
transfer cell $ amount to other sheet month-to-month without overc Colin2u Excel Discussion (Misc queries) 1 July 28th 05 02:36 AM
Get count of records for a particular month and year maxtrixx Excel Discussion (Misc queries) 5 April 8th 05 07:39 PM
Number of records by Month that meet a specific requirement Keith Brown Excel Worksheet Functions 1 February 5th 05 05:42 PM


All times are GMT +1. The time now is 07:16 AM.

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"