Please help me with the formula in extracting first 2 words in one cell.
I searched the forum before posting this, could not found the results for my requirement.
Uploading sample file. Thanks in advance.
There's more than one way to skin a cat
=LEFT(TRIM(A1),(FIND(" ",TRIM(A1)&" ",FIND(" ",TRIM(A1)&" ")+1)-1))
This being said, this problem has been solved a zillion times. Searching the Net first would have saved you (and us) time