Selecting Characters

T

trvlnmny

I want to create a new cell, D1, using A1 and the first character from B1 and the second character from C1.
Thanks for any and all help.
 
C

Claus Busch

Hi,

Am Sat, 28 Jun 2014 07:58:49 -0700 (PDT) schrieb (e-mail address removed):
I want to create a new cell, D1, using A1 and the first character from B1 and the second character from C1.

try:
=A1&LEFT(B1,1)&MID(C1,2,1)


Regards
Claus B.
 
T

trvlnmny

I want to create a new cell, D1, using A1 and the first character from B1 and the second character from C1.

Thanks for any and all help.

Thank you for your reply.
 

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

Similar Threads


Top