Question

A B C D E F G н Find First Name & Middle Initial Full Name Last Name #NAME? #VALUE! 1 Name 2 GAINES THOMAS M. 3 Stone Jerome8 In column E, use the appropriate text function to return the position of the space character located in the data in column

0 0
Add a comment Improve this question Transcribed image text
Answer #1

8. Write this formula in E2 and drag to copy down the rows:   =FIND(" ",D2,1)

9. Write this formula in F2 and drag to copy down the rows:   =LEFT(D2,E2)

10. Write this formula in G2 and drag to copy down the rows:   =RIGHT(D2,LEN(D2)-E2)

11. Write this formula in H2 and drag to copy down the rows:   =G2&" "&F2

Note that formula in E3 will return #VALUE! error, because there is no space between the last and first name

The formulated sheet is following:

- A B 1 Name Clean 2 GAINES THOMAS M. GAINES THOMAS M. 3 StoneJerome StoneJerome 4 Cannon Simone Z Cannon Simone Z 5 Campbell

FORMULA VIEW:

B A 1 Name 2 GAINES THOMAS M. 3 StoneJerome 4 Cannon Simone Z 5 Campbell Reece H. 6 Clean GAINES THOMAS M. StoneJerome Cannon

Add a comment
Know the answer?
Add Answer to:
A B C D E F G н Find First Name & Middle Initial Full Name...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • C++ Create an application that searches a file of male and female first names. A link...

    C++ Create an application that searches a file of male and female first names. A link to the file is provided on the class webpage. "FirstNames2015.txt" is a list of the most popular baby names in the United States and was provided by the Social Security Administration. Each line in the file contains a boy's name and a girl's name. The file is space-delimited, meaning that the space character is used to separate the boy name from the girl name....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT