P
Pam
In cell A3 I have a last name
In cell B3 I have a first name
In cell C3 I have a formula
=CONCATENATE(A3&" , ",B3)
In cell D3 I have the title of the employee.
How can the formula be altered so the text in C3
is - for example:
Smith, John - Technician
Thank you
In cell B3 I have a first name
In cell C3 I have a formula
=CONCATENATE(A3&" , ",B3)
In cell D3 I have the title of the employee.
How can the formula be altered so the text in C3
is - for example:
Smith, John - Technician
Thank you