Question: Please reference the photos in order and solve them. set of tools that help you work with text information efficiently and easily. This tutorial is

Please reference the photos in order and solve them. set of tools that help you work with text information efficiently and easily. This tutorial is designed to familiarize you with those tools in a common and easy to understand situation.
The data has been collected in the Microsoft Excel Online file below. Open the spreadsheet and perform the required analysis to answer the questions below.
Open spreadsheet
Common Text Functions
Name data to proper case:
Number of characters in a text string:
Find first 4 characters of a text string:
Find final 3 characters of a text
string:
Get three characters from a text string starting on the third character:
Concatenation there are several ways to concatenate text strings.
The easiest is the CONCAT function. All you do is tell it which cells you want stuck together. Try doing that in cell D7.
Concatenate (bring together) text strings: quote. Add that to the CONCAT function and practice in cell D8.
Concatenate (bring together) text strings adding a space, "":
Concatenate (bring together) text strings using ampersand (\(\& \)) and adding a space, "":
Number Conversion "\#\#\#\#\#" formatting rule to convert the number in C10 to a text zip code in cell D10.
Convert a number (like a zip code) to text: have a leading zero, a slightly different formatting is required: "0\#\#\#\#" which instructs Excel to format the text as 0 then the four numbers. Use that formatting technique in cell D11.
Convert a number (like a zip code) to text adding back leading zero:
Searching and Splitting
Search for the location of the text string "@" within an email address: Get three characters from a text string starting on the third character:
Concatenation there are several ways to concatenate text strings.
The easiest is the CONCAT function. All you do is tell it which cells you want stuck together. Try doing that in cell D7.
Concatenate (bring together) text strings: quote. Add that to the CONCAT function and practice in cell D8.
Concatenate (bring together) text strings adding a space, "":
Concatenate (bring together) text strings using ampersand (\(\& \)) and adding a space, "":
Number Conversion "\#\#\#\#\#" formatting rule to convert the number in C10 to a text zip code in cell D10.
Convert a number (like a zip code) to text: have a leading zero, a slightly different formatting is required: "0\#\#\#\#" which instructs Excel to format the text as 0 then the four numbers. Use that formatting technique in cell D11.
Convert a number (like a zip code) to text adding back leading zero:
Searching and Splitting location of the "@" symbol in the email address in cell C12.
Search for the location of the text string "@" within an email address: LEFT in cell D13 to isolate the email username from cell C13.
Note: there is one slight modification you will need to make to the SEARCH part of the formula to get just the username. See if you can figure it out.
Split off username from email address. Hint: search for @ symbol:
Text Data Cleaning and Manipulation the values for the last row below.
Note: These are meant to be challenging. So just take your time and work thought each column logically using trial and error if necessary.
Hint: The last column for zip code, will require a nested IF function to first see if the numeric zip code is 5 or 4 characters long so you then know which formatting to apply.
_ Proper Name _ First Name _ Last Name Short Name (First L.) New Zip Code _
Please reference the photos in order and solve

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!