I would like the program names from column C in sheet 1 to be placed in columns AC, AD, etc in sheet 2. These programs should be placed in the columns of sheet 2 based on the rank they are listed for each person in sheet 1, column G. For example, person 1 should have program A listed in cell AC2, program B in AD3, etc in sheet 2.
I think we are close and the formula I was given yesterday is below. But my actual data is contained on 2 separate sheets.
Here is the formula:
• =IFERROR(INDEX('Text worksheet B'!$B$2:$B$500,MATCH(1,($A2='Text worksheet B'!$A$2:$A$50)*('Text worksheet B'!$D$2:$D$500=COLUMN(M$1)-COLUMN($L$1)),0)),"")
Solved by G. W. in 21 mins