Hello,
I have below sample table and what I need to get is the list of employee names that report to the manager table only, I tried to use filter formula(below) but it didn't work. Not sure why I was not able to paste the data using XL2BB. Can anyone suggest a better formula?
Thanks!
Column A Column B Column C Column F
I have below sample table and what I need to get is the list of employee names that report to the manager table only, I tried to use filter formula(below) but it didn't work. Not sure why I was not able to paste the data using XL2BB. Can anyone suggest a better formula?
Thanks!
Column A Column B Column C Column F
Employee ID | Employee Name | Employee's Manager | Managers Table | ||||
1 | A | JJ | JJ | ||||
2 | B | KK | KK | ||||
3 | C | LL | LL | ||||
4 | D | MM | MM | ||||
5 | E | NN | NN | ||||
6 | F | OO | OO | ||||
7 | G | PP | PP | Formula | |||
8 | H | JJ | =FILTER($B$2:$B$41,$C$2:$C$41=F2:F8) | ||||
9 | I | KK | |||||
10 | J | LL | |||||
11 | K | MM | |||||
12 | L | NN | |||||
13 | M | OO | |||||
14 | N | PP | |||||
15 | O | JJ | |||||
16 | P | KK | |||||
17 | Q | LL | |||||
18 | R | MM | |||||
19 | S | NN | |||||
20 | T | OO | |||||
21 | U | PP | |||||
22 | V | JJ | |||||
23 | X | KK | |||||
24 | Y | LL | |||||
25 | Z | MM | |||||
26 | AA | NN | |||||
27 | BB | OO | |||||
28 | CC | PP | |||||
29 | DD | JJ | |||||
30 | EE | KK | |||||
31 | FF | LL | |||||
32 | KKK | Y21 | |||||
33 | LLL | Y21 | |||||
34 | PPP | Y21 | |||||
35 | UUU | Y21 | |||||
36 | RRR | Y21 | |||||
37 | TTT | K21 | |||||
38 | SSS | K21 | |||||
39 | S21 | K21 | |||||
40 | S45 | K21 |