Alright so I have a list of players on one sheet.

A Column Starting at 2 = Player Names
B Column Starting at 2 = Colleges

In another sheet I have a list of colleges and schedule strengths.

B Column Starting at 4 = Colleges
D Column Starting at 4 = Schedule Strengths

I want for in the first sheet, in a cell next to the player names and the colleges, I want a formula so that it matches the college name in A2 to one of the colleges in B4:B352, then for it to select the cell two to the right of the college on the second sheet, that number being the schedule strength.

I know I probably have to use VLookup but I'm lost.