Hi,
I have data three columns like in column1 empl name, col2 employee's Job Level and in column3 his/her years of exp.
I need to find the top 10 (or n) employees with max experience, for the specific Job Level will given in some cell D1.
I could easily find top 10 or n employees with help of Large() function based on helper column which will hold exp * row()/100000. And then using Index and match function. I have solved the problem given by chandoo in http://chandoo.org/wp/2009/11/12/topx-chart/
Now, the challenge is to find the top 10 or n employees from specific Job Level. Job level have 3 constant values like "Entry", "Middle", "Senior".
I have data three columns like in column1 empl name, col2 employee's Job Level and in column3 his/her years of exp.
I need to find the top 10 (or n) employees with max experience, for the specific Job Level will given in some cell D1.
I could easily find top 10 or n employees with help of Large() function based on helper column which will hold exp * row()/100000. And then using Index and match function. I have solved the problem given by chandoo in http://chandoo.org/wp/2009/11/12/topx-chart/
Now, the challenge is to find the top 10 or n employees from specific Job Level. Job level have 3 constant values like "Entry", "Middle", "Senior".