Joining letters from different cells

  • Thread starter Thread starter Lance
  • Start date Start date
L

Lance

Hi All,

Is there a formula to join the following characters to create the
example shown below.

B2 C2 D2 (End Result)
JORDAN MIKE JORDAN JORDAN M

I'm getting close with the formula below, but can't work it out.
=LEFT(C1,50)& MID(D1,FIND(" ",D3)+ 1,1)

Thanks,

cRIMSOn
 
Incidentally in the US when placing the surname first we would
normally place a comma and space after the surname, to show that
the order is different.

D2: =B2 & ", " & LEFT(C2, 1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top