Microsoft Techies
Microsoft information center.
Thursday, 28 January 2016
Excel sub string formula based on last space
=TRIM(RIGHT(SUBSTITUTE(A1," ",REPT(" ",LEN(A1))),LEN(A1)))
=TRIM(LEFT(SUBSTITUTE(A1," ",REPT(" ",LEN(A1))),LEN(A1)))
Newer Post
Older Post
Home