In this example the formula takes the user's full first name and surname initial to make a username

 

=CONCATENATE(B1,LEFT(C1,1))

 

Where B1=first name and C1 = last name