The get the first letter in a field simply use the model: LEFT(A1,1)

The extra columns for spaces and the hash character are unnecessary. You could simply use this model instead: CONCATONATE(A1," ",B1)