Try = A1&"" &B1 &"" &C1 &"" &D1 [NT]
you don't need "" in the formula (and I'm not posting this to be a jerk. Just posting it in case you didn't know).
Sincerely,
Barrie
Barrie Davidson
Well, I've got to tell ya. I sat here for the past two weeks reading the help file(don't have the book) and tried everything I could think of. Did think of that way but thought it to simple to try. Thank you!
Richard
By the way, Quite a bit of egg on my face bout now.
If I might ask one more question?
If I wanted to reverse the formula.
1234 to 1-2-3-4.
Assuming 1234 is in A1 and you want:
1 in B1, use =LEFT(A1,1)
2 in C1, use =MID(A1,2,1)
3 in D1, use =MID(A1,3,1)
4 in E1, use =RIGHT(A1,1)
Is my assumption correct?
BarrieBarrie Davidson
Barrie --
In case he just wants to add hyphens in the end result:
=A1&"-"&B1&"-"&"-"&C1&"-"&D1
Aladin
Looking at your responce, I would say your assumtion is correct. I have to be somewhere and can't try it now, but believe me when I say if it's right, you will be the first to know and I've found a way to finally get some help with EXCELL. You can write MS till your blue in the face and end up where you started.
Thanks, Richard