This is one way to do it.
Copy the Projects list to a temporary area off to the side. Apply Data > Remove duplicates. Copy the resulting unique data and paste Tranposed. I did that in L11:M11 of the attached.
Then array enter this formula in L12 and fill down and across until you get blanks. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
Formula:
=IFERROR(INDEX($B$12:$B$20,SMALL(IF(L$11=$A$12:$A$20,ROW($A$12:$A$20)-MIN(ROW($A$12:$A$20))+1),ROWS($12:12))),"")
Then set data validation for A24 to L11:M11 and data validation for B24 with this formula in Source:
Formula:
=INDEX($L$12:$M$18,,MATCH($A$24,$L$11:$M$11,0))
Bookmarks