Hi,
I am stuck...
I am trying to get the first initial of the first name and the first letter of the last name (after the space) and combine them with :sh
Here is what I did:
Initials: IIf([Team Leader]="Michael Conaghan","MO:sh",Left([Team Leader],1) & "" & Mid([Team Leader],1,1) & ":" & "sh")
Team Leader Result
John Monna JM:sh
I can't get the M to work..what I am missing. Thanks in advance
I am stuck...
I am trying to get the first initial of the first name and the first letter of the last name (after the space) and combine them with :sh
Here is what I did:
Initials: IIf([Team Leader]="Michael Conaghan","MO:sh",Left([Team Leader],1) & "" & Mid([Team Leader],1,1) & ":" & "sh")
Team Leader Result
John Monna JM:sh
I can't get the M to work..what I am missing. Thanks in advance