G Guest May 28, 2005 #1 I am trying to combine partial data from 2 cells. first character from one cell and last 4 character from another.
I am trying to combine partial data from 2 cells. first character from one cell and last 4 character from another.
D Domenic May 28, 2005 #2 Steven said: I am trying to combine partial data from 2 cells. first character from one cell and last 4 character from another. Click to expand... Try... =LEFT(A1,1)&RIGHT(B1,4) Hope this helps!
Steven said: I am trying to combine partial data from 2 cells. first character from one cell and last 4 character from another. Click to expand... Try... =LEFT(A1,1)&RIGHT(B1,4) Hope this helps!