Hi and welcome to the forum

If you only have the 2 names, use this...
=UPPER(LEFT(A1,1))&" "&UPPER(MID(A1,FIND(" ",A1,1)+1,1))