Becasue I had a "LEFT" in there that should not be there

=UPPER(LEFT(A13,1)&
IF(LEN(A13)-LEN(SUBSTITUTE(A13," ",))>=1, " "&MID(A13,FIND(" ",A13,1)+1,1),"")&
IF(LEN(A13)-LEN(SUBSTITUTE(A13," ",))>1," "&MID(A13,FIND(" ",A13,FIND(" ",A13,1)+1)+1,1),""))