I am currently working with a list of 20K plus names. Each name has a "supervisor name" associated with it.
However, I am trying to utilize this formula to show all people under specific supervisors when one is listed.
=IFERROR(INDEX($C$2:$C$20520,SMALL(IF($V$2=$I$2:$I$20520,ROW($I$2:$I20520)-ROW($I$2)+1),ROW(1:1))),"")
This is only pulling the first name within the list that is associated - when in fact there are over 10 throughout the entirety of the list.
Example:
Supervisor:
John Smith (V2)
Direct Reports
Bob
Mary
Sarah
Paul
Jack
Jill
Ralph
Mike
My formula would be only pulling BOB
However, I am trying to utilize this formula to show all people under specific supervisors when one is listed.
=IFERROR(INDEX($C$2:$C$20520,SMALL(IF($V$2=$I$2:$I$20520,ROW($I$2:$I20520)-ROW($I$2)+1),ROW(1:1))),"")
This is only pulling the first name within the list that is associated - when in fact there are over 10 throughout the entirety of the list.
Example:
Supervisor:
John Smith (V2)
Direct Reports
Bob
Mary
Sarah
Paul
Jack
Jill
Ralph
Mike
My formula would be only pulling BOB