Forum Discussion
Sogbouma
Feb 21, 2022Copper Contributor
HOW TO CHANGE POSITION OF A WORD IN EXCEL
Hello Everyone, Please I need assistance on how I can change the position of one word in a cell. For example, I have Chilly Charly (Miss) Berry Bobby Bop (Miss) Blake John (Miss) Doe And I want ...
- Feb 21, 2022this should help you
=SUBSTITUTE(A1, "(Miss)", "")&" (Miss)"
Feb 21, 2022
this should help you
=SUBSTITUTE(A1, "(Miss)", "")&" (Miss)"
=SUBSTITUTE(A1, "(Miss)", "")&" (Miss)"
Sogbouma
Feb 21, 2022Copper Contributor
Hello Jihad Al-Jarady,
I truly appreciate your response. It solved my problem. Thank you very much