Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Month Timetable on a worksheet different month each works | Excel Worksheet Functions | |||
Counting records within a month | New Users to Excel | |||
transfer cell $ amount to other sheet month-to-month without overc | Excel Discussion (Misc queries) | |||
Get count of records for a particular month and year | Excel Discussion (Misc queries) | |||
Number of records by Month that meet a specific requirement | Excel Worksheet Functions |