Great question. The next part of the find formula (that you don't always
need to use) is the starting point. Therefore, to get the first two words,
use this formlula:
=LEFT(A1,FIND(" ",A1,FIND(" ",A1)+1))
This puts the starting point after the first word.