I want to maintain the first two words of the name in my D1 cell—John Smith Rangpur, Bangladesh, 5400—while deleting the other terms. What is the formula to accomplish that?
This formula returns only the first word (John) when I use it on C1 =LEFT(D1,FIND(" ",D1)-1). How can I have the first and second words of John Smith? I've divided my words into spaces.