D
Dave W
I am having one of those days
I can't seem to sort through what I need to return the
first letter of each word.
as you see I'm getting a space before the c whic I don't
want.
any help would be appreciated
col 1 col 2
cabinet types Code
normal base cab nb c
=MID(B303,1,1)&MID(B303,FIND(" ",B303)+1,1)&MID(B303,FIND
(" ",B303,(FIND(" ",B303)+1)),2)
I can't seem to sort through what I need to return the
first letter of each word.
as you see I'm getting a space before the c whic I don't
want.
any help would be appreciated
col 1 col 2
cabinet types Code
normal base cab nb c
=MID(B303,1,1)&MID(B303,FIND(" ",B303)+1,1)&MID(B303,FIND
(" ",B303,(FIND(" ",B303)+1)),2)