» Reversing the Word Order within a String
CATEGORY - Excel Text Formulas
VERSION - All Microsoft Excel Versions
Reversing the order of words in each of the two-word strings in column A.
Solution:
Use the RIGHT, LEN, FIND, and LEFT functions as shown in the following formula:
=RIGHT(A2,LEN(A2)-FIND(" ",A2))&" "&LEFT(A2,FIND(" ",A2)-1)
Book Store:
No comments have been submitted.

