So I have been given a task to using the text function to derive 4 letter words from sports names. For example, Tennis should be turned into TENN, and so on, however, I'm having difficulty with the two letter sports such as "American football". I have been asked to create a 4 letter word for it using a function as well however it should be the first three letters of the first word combined with the first letter of the second word, so American football would be "AMEF". I have figured out how to use the left function to get the codes for one word sports such as tennis, hockey and such but I don't know how to get the code for two letter words.