+ Reply to Thread
Results 1 to 1 of 1

Sort list of data taken from another source based on certain criteria

  1. #1
    Registered User
    Join Date
    09-27-2012
    Location
    Perth
    MS-Off Ver
    Excel 2003
    Posts
    20

    Sort list of data taken from another source based on certain criteria

    Hi

    Looking for some help.

    Attached is a test sheet

    Test.xls

    I have a list of staff members and the teams they fall under. Within the list are members of staff who have left. Also listed is the performance score of each staff member for each month of the year.

    I have a worksheet which lists the members of staff who still work with the company and another worksheet which lists those who have left the company. On each sheet is their performance score for each month. Each worksheet displays an overall average for the year and a rank. I am looking to sort the rank column in both sheets however, due to the formula I have used to list the names of the staff members, it will not allow me to do this.

    In order to list those staff members who are still with the company I have used: {=IF(ISERROR(INDEX(Staff_Column,SMALL(IF(Team<>"Leaver",ROW(Team)),ROW(1:1)))),"",INDEX(Staff_Column,SMALL(IF(Team<>"Leaver",ROW(Team)),ROW(1:1))))}

    In order to list those who have left, I have used:
    {=IF(ISERROR(INDEX(Staff_Column,SMALL(IF(Team="Leaver",ROW(Team)),ROW(1:1)))),"",INDEX(Staff_Column,SMALL(IF(Team="Leaver",ROW(Team)),ROW(1:1))))}

    Is their any way to list those who remain with the company and those who have left and be able to sort this list based on their performance score?

    Thanks

    Scott
    Last edited by Scott_88; 03-28-2013 at 10:44 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1