SOLVED

Multiple Answers for Unique Value

Copper Contributor

Hi.

I have multiple skill assigned for every extension in the contact center. Need assistance on formula to have all the extensions to which the skills has been mapped.

Attached workbook with Master Sheet & Answer Sheet.

Example : The master sheet has Skill 3918 assigned to various Extensions. How to get all those extension number mapped to skill 3918 and so forth for remaining skills as mentioned in the answer sheet.

 

Thanks in advance for expert.

2 Replies

@sonbarse 

Please try this Array Formula which requires confirmation with Ctrl+Shift+Enter instead of Enter alone.

 

On Answer Sheet,

In B2

=IFERROR(INDEX(Master!$A$2:$A$25,SMALL(IF(Master!$B$2:$D$25=$A2,ROW(Master!$A$2:$A$25)-ROW(Master!$A$2)+1),COLUMNS($B2:B2))),"")

and then copy it across and down.

 

 

best response confirmed by sonbarse (Copper Contributor)
Solution

@sonbarse 

Another variant is with Power Query, steps as in attached

1 best response

Accepted Solutions
best response confirmed by sonbarse (Copper Contributor)
Solution

@sonbarse 

Another variant is with Power Query, steps as in attached

View solution in original post