Complicated Formula ?

mcintoshmc

Active Member
Joined
Aug 10, 2007
Messages
277
I have a spreadsheet that lists all of our candidates by name and the corresponding manager. It also includes the position number they are interviewing for.

On a separate sheet, I have the position number in cell i7, I'd like $j8 to show the candidates name. If there have been 10 interviews for this position number, then i'd like j8:j17 to display those 10 names.

The sheet containing the info:

Column A = Position Number
Column H = Name of Candidate
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi, Are you looking for something like this:


Book1
ABCDEFG
1PositionCandidate NamePosition
21A1A, D, G
32B
43C
51D
62E
73F
81G
92H
103I
Sheet4
Cell Formulas
RangeFormula
G2{=TEXTJOIN(", ",1,IF($A$2:$A$10=$F2,$B$2:$B$10,""))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
Actually, I figured it out. I used the below as an ARRAY. Thanks.

=IF(ISERROR(INDEX('[MASTER RECRUITMENT V.1.xlsm]Interviews'!$A$1:$O$1000,SMALL(IF('[MASTER RECRUITMENT V.1.xlsm]Interviews'!$A$1:$A$1000=$I$7,ROW('[MASTER RECRUITMENT V.1.xlsm]Interviews'!$A$1:$A$1000)),ROW(1:1)),8)),"",INDEX('[MASTER RECRUITMENT V.1.xlsm]Interviews'!$A$1:$O$1000,SMALL(IF('[MASTER RECRUITMENT V.1.xlsm]Interviews'!$A$1:$A$1000=$I$7,ROW('[MASTER RECRUITMENT V.1.xlsm]Interviews'!$A$1:$A$1000)),ROW(1:1)),8))
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,756
Members
448,990
Latest member
Buzzlightyear

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top