Question: code class = asciimath > 1 . Open the file and select the Developers tab. 2 . Use the PROPER function to format the text

code class="asciimath">1. Open the file and select the Developers tab. 2. Use the PROPER function to format the text from range B2:B11. The formatted text should be placed into cells C2:C11.3. Use the TRIM function in cells D2:D11 to remove the extra spaces from the names in range C2:C11.4. Using text functions, you will convert the developers names to the Last name, Initial. format using the following steps: * Determine how many characters you will need to include in order to have the name as Last name, Initial. Hints: i. In cells E2:E11, use the FIND function to locate the number of characters of the last name followed by the space in the trimmed name. ii. In cells F2:F11, add 1 to the number in cells E2:E11 to include the first initial. * Using the LEFT function and the &, copy the developers names in the Last name, Initial. format to cells G2:G11. Hint: To add the period after the first name initial, use &.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!