Hi There, I am trying to sort a spreadsheet by FORMULA RESULTS. Whenever I invoke the sort feature, the items do not line up properly, I think this is because it sorts the formula. My ultimate goal is to create a sortable list with different columns with the highest 5 values highlighted red and the lowest 5 values highlighted green (values are he result of FORMULAS).
So for example,
user should be able to select a pull-down menu that has the 5 options listed:
2009 Fail %, 2010 Fail %, 2011 Fail %, 2012 Fail %, Rolling 12
Example - If user selects 2010 Fail % - the sort order goes like this:
Quentin, Ila, Nico, Lilly, Paul - highlighted red (top 5 highest values)
Risa, Maura, Jack, Kieran, Opie - highlighted green (top 5 lowest values)
OR the user could select 2011 Fail % and the whole sort order would change...
Here's an example with 10 lines of data:
Partner 2009 Fail % 2010 Fail % 2011 Fail % 2012 Fail % Rolling 12
Ila 50.0% 16.7% 7.7% 0% 0%
Jack 0% 0% 5.0% 0% 0%
Kieran 0% 0% 2.3% 0% 0%
Lilly 20.0% 13.3% 22.2% 40.0% 35.7%
Maura 30.8% 1.2% 0% 6.5% 5.3%
Nico 3.8% 16.7% 3.6% 4.7% 3.7%
Opie 13.3% 0% 4.5% 4.8% 3.3%
Paul 2.4% 11.8% 9.9% 2.8% 3.4%
Quentin 12.5% 23.8% 3.2% 1.6% 1.4%
Risa 8.3% 2.9% 2.5% 2.5% 2.2%
I have a spreadsheet created with the formulas, not sure if that matters - - please advise if you want me to email it to you.
Here's an example of the formula used in ILA's first datpoint (50%):
=IF(COUNTIFS(DateSupplier,$A12,Yr_Formula,LEFT([LXScoreCard_UpdatedWeekly_MGADDS.xls]Sheet1!$B$3,4),Date_Status,"Fail")=0,"0%",COUNTIFS(DateSupplier,$A12,Yr_Formula,LEFT([LXScoreCard_UpdatedWeekly_MGADDS.xls]Sheet1!$B$3,4),Date_Status,"Fail")/(COUNTIFS(DateSupplier,$A12,Yr_Formula,LEFT([LXScoreCard_UpdatedWeekly_MGADDS.xls]Sheet1!$B$3,4),Date_Status,"Pass")+COUNTIFS(DateSupplier,$A12,Yr_Formula,LEFT([LXScoreCard_UpdatedWeekly_MGADDS.xls]Sheet1!$B$3,4),Date_Status,"Fail")))
Thanks for the help. If there's any way that you can point me in the right direction I would really appreciate it. I have looked through the dashboard help pages and get very confused.
So for example,
user should be able to select a pull-down menu that has the 5 options listed:
2009 Fail %, 2010 Fail %, 2011 Fail %, 2012 Fail %, Rolling 12
Example - If user selects 2010 Fail % - the sort order goes like this:
Quentin, Ila, Nico, Lilly, Paul - highlighted red (top 5 highest values)
Risa, Maura, Jack, Kieran, Opie - highlighted green (top 5 lowest values)
OR the user could select 2011 Fail % and the whole sort order would change...
Here's an example with 10 lines of data:
Partner 2009 Fail % 2010 Fail % 2011 Fail % 2012 Fail % Rolling 12
Ila 50.0% 16.7% 7.7% 0% 0%
Jack 0% 0% 5.0% 0% 0%
Kieran 0% 0% 2.3% 0% 0%
Lilly 20.0% 13.3% 22.2% 40.0% 35.7%
Maura 30.8% 1.2% 0% 6.5% 5.3%
Nico 3.8% 16.7% 3.6% 4.7% 3.7%
Opie 13.3% 0% 4.5% 4.8% 3.3%
Paul 2.4% 11.8% 9.9% 2.8% 3.4%
Quentin 12.5% 23.8% 3.2% 1.6% 1.4%
Risa 8.3% 2.9% 2.5% 2.5% 2.2%
I have a spreadsheet created with the formulas, not sure if that matters - - please advise if you want me to email it to you.
Here's an example of the formula used in ILA's first datpoint (50%):
=IF(COUNTIFS(DateSupplier,$A12,Yr_Formula,LEFT([LXScoreCard_UpdatedWeekly_MGADDS.xls]Sheet1!$B$3,4),Date_Status,"Fail")=0,"0%",COUNTIFS(DateSupplier,$A12,Yr_Formula,LEFT([LXScoreCard_UpdatedWeekly_MGADDS.xls]Sheet1!$B$3,4),Date_Status,"Fail")/(COUNTIFS(DateSupplier,$A12,Yr_Formula,LEFT([LXScoreCard_UpdatedWeekly_MGADDS.xls]Sheet1!$B$3,4),Date_Status,"Pass")+COUNTIFS(DateSupplier,$A12,Yr_Formula,LEFT([LXScoreCard_UpdatedWeekly_MGADDS.xls]Sheet1!$B$3,4),Date_Status,"Fail")))
Thanks for the help. If there's any way that you can point me in the right direction I would really appreciate it. I have looked through the dashboard help pages and get very confused.