Does anyone know a formula I can use to return the first two words in a cell text string
i.e. in cell A1:
Batch Code Home
Desired result in B1:
Batch Code
I found a formula on MrExcel that will get me the first word - is the formula I desire similar to this ?:
IF(LEN(A1)<>LEN(SUBSITUTE(A1," ","")),LEFT(A1,FIND.......
Any help is appreciated !!
Renee
This message was edited by Rpan on 2002-08-08 20:11
i.e. in cell A1:
Batch Code Home
Desired result in B1:
Batch Code
I found a formula on MrExcel that will get me the first word - is the formula I desire similar to this ?:
IF(LEN(A1)<>LEN(SUBSITUTE(A1," ","")),LEFT(A1,FIND.......
Any help is appreciated !!
Renee
This message was edited by Rpan on 2002-08-08 20:11