I have data arranged by an individual loan. The loan can have up to 3 borrowers. Each borrower is uniquely identified, but on a one per row basis.
I would like to combine all of these and leave the rest of the row [null] depending on whether or not these borrowers exist.

The ideal output would be: Loan ID, Borrower 1, Borrower 2, Borrower 3 . . .and there would only be one record per individual Loan (in this case, 3).