F
flashing frank
hi,
can someone tell me how i manage to delete the first two words in
cell?
eg.
July 24: info prodid4775 gorass andreas
-should become-
info prodid4775 gorass andreas
or is it possible to extract every word beginning at the third one?
i was playing around with some code i found at excel tip:
=IF(ISERR(FIND(" ",A1)),A1,LEFT(A1,FIND(" ",A1)-1))
it is supposed to extract the first word of A1.
for some reason i only get an error message.
i am working with excel 2002.
hope someone can help me out
greetz
f
can someone tell me how i manage to delete the first two words in
cell?
eg.
July 24: info prodid4775 gorass andreas
-should become-
info prodid4775 gorass andreas
or is it possible to extract every word beginning at the third one?
i was playing around with some code i found at excel tip:
=IF(ISERR(FIND(" ",A1)),A1,LEFT(A1,FIND(" ",A1)-1))
it is supposed to extract the first word of A1.
for some reason i only get an error message.
i am working with excel 2002.
hope someone can help me out
greetz
f