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
Modified on: Wed, 3 Feb, 2021 at 10:16 AM
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
Did you find it helpful? Yes No
Send feedback