A42 ☑✓ fx A 1 TASK 2 Name data to proper case 3 Number of characters in a text string 4 Find first 4 characters of a text string B C D E FUNCTION TO LEARN DATA PRACTICE FORMULAS PROPER hayden anderson #N/A LEN Hayden #N/A LEFT Anderson #N/A RIGHT Anderson #N/A MID Hayden #N/A CONCAT C3 and C4 #N/A CONCAT C3 and C4 #N/A C3 and C4 #N/A 51085 4033 #N/A #N/A handerson@nowhere.edu handerson@nowhere.edu #N/A #N/A 5 Find final 3 characters of a text string 6 Get three characters from a text string starting on the third character 7 Concatenate (bring together) text strings 8 Concatenate (bring together) text strings adding a space, 9 Concatenate (with space) using ampersands 10 Convert a number (like a zip code) to text "" 11 Convert a number (like a zip code) to text adding back leading zero 12 Search for the location of the text string "@" within an email address 13 Split off username from email address. Hint: search for @ symbol 14 TEXT TEXT SEARCH LEFT and SEARCH 15 Raw name data Zip Codes as Numbers Proper Name First Name 36446 29857 2319 31579 4132 66747 27734 35681 31556 2605 16 Putting it all together 17 18 Try to use the functions above to obtain what is being asked in 19 each column. 20 21 There may be more than one way to complete each task. 22 23 When you complete a function, you will notice a link underneath. 24 Follow that link if you need help with the function use and syntax. 25 26 Tip: Use trial and error at first. Build complex formulas in pieces. kallie cuadrado blair tindall jovanni rhodes olivia bradley mya brown samantha ward nadene senger ella byrne rose williamson val elliott 28 29 30 31 35 38 39 40 41 45 222222≈≈≈3236ERIFF4444747 48 49 50 51 < Sheet1 + Workbook Statistics LL F G H Last Name Short Name (First L.) New Zip Proper Name First Name Last Name Short Name New Zip #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A Give Feedback to Microsoft 100% + Concatenation Concatenation is a very common task in Excel (and in many other programming languages). To concatenate means to bring or "stick" things together. A common example is to have first name and last name and a need to bring those together for a full name. In Excel 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: However, CONCAT is very literal. It doesn't know that there should be a space between a first and last name for example. Therefore, you need to add that space to the CONCAT function. In Excel, a blank space is represented by the " " string of characters; quote-space-quote. Add that to the CONCAT function and practice in cell D8. Concatenate (bring together) text strings adding a space, II II. You can also concatenate by using ampersand (&) calculation operator instead of the CONCAT function. Again, include a space represented by the " " into your formula. Practice that in cell D9. Concatenate (bring together) text strings using ampersand (&) and adding a space,
A42 ☑✓ fx A 1 TASK 2 Name data to proper case 3 Number of characters in a text string 4 Find first 4 characters of a text string B C D E FUNCTION TO LEARN DATA PRACTICE FORMULAS PROPER hayden anderson #N/A LEN Hayden #N/A LEFT Anderson #N/A RIGHT Anderson #N/A MID Hayden #N/A CONCAT C3 and C4 #N/A CONCAT C3 and C4 #N/A C3 and C4 #N/A 51085 4033 #N/A #N/A handerson@nowhere.edu handerson@nowhere.edu #N/A #N/A 5 Find final 3 characters of a text string 6 Get three characters from a text string starting on the third character 7 Concatenate (bring together) text strings 8 Concatenate (bring together) text strings adding a space, 9 Concatenate (with space) using ampersands 10 Convert a number (like a zip code) to text "" 11 Convert a number (like a zip code) to text adding back leading zero 12 Search for the location of the text string "@" within an email address 13 Split off username from email address. Hint: search for @ symbol 14 TEXT TEXT SEARCH LEFT and SEARCH 15 Raw name data Zip Codes as Numbers Proper Name First Name 36446 29857 2319 31579 4132 66747 27734 35681 31556 2605 16 Putting it all together 17 18 Try to use the functions above to obtain what is being asked in 19 each column. 20 21 There may be more than one way to complete each task. 22 23 When you complete a function, you will notice a link underneath. 24 Follow that link if you need help with the function use and syntax. 25 26 Tip: Use trial and error at first. Build complex formulas in pieces. kallie cuadrado blair tindall jovanni rhodes olivia bradley mya brown samantha ward nadene senger ella byrne rose williamson val elliott 28 29 30 31 35 38 39 40 41 45 222222≈≈≈3236ERIFF4444747 48 49 50 51 < Sheet1 + Workbook Statistics LL F G H Last Name Short Name (First L.) New Zip Proper Name First Name Last Name Short Name New Zip #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A #N/A Give Feedback to Microsoft 100% + Concatenation Concatenation is a very common task in Excel (and in many other programming languages). To concatenate means to bring or "stick" things together. A common example is to have first name and last name and a need to bring those together for a full name. In Excel 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: However, CONCAT is very literal. It doesn't know that there should be a space between a first and last name for example. Therefore, you need to add that space to the CONCAT function. In Excel, a blank space is represented by the " " string of characters; quote-space-quote. Add that to the CONCAT function and practice in cell D8. Concatenate (bring together) text strings adding a space, II II. You can also concatenate by using ampersand (&) calculation operator instead of the CONCAT function. Again, include a space represented by the " " into your formula. Practice that in cell D9. Concatenate (bring together) text strings using ampersand (&) and adding a space,
Chapter8: Budgets And Bank Reconciliations
Section: Chapter Questions
Problem 2.7C
Related questions
Question

Transcribed Image Text:A42
☑✓ fx
A
1 TASK
2 Name data to proper case
3 Number of characters in a text string
4 Find first 4 characters of a text string
B
C
D
E
FUNCTION TO LEARN DATA
PRACTICE
FORMULAS
PROPER
hayden anderson
#N/A
LEN
Hayden
#N/A
LEFT
Anderson
#N/A
RIGHT
Anderson
#N/A
MID
Hayden
#N/A
CONCAT
C3 and C4
#N/A
CONCAT
C3 and C4
#N/A
C3 and C4
#N/A
51085
4033
#N/A
#N/A
handerson@nowhere.edu
handerson@nowhere.edu
#N/A
#N/A
5 Find final 3 characters of a text string
6 Get three characters from a text string starting on the third character
7 Concatenate (bring together) text strings
8 Concatenate (bring together) text strings adding a space,
9 Concatenate (with space) using ampersands
10 Convert a number (like a zip code) to text
""
11 Convert a number (like a zip code) to text adding back leading zero
12 Search for the location of the text string "@" within an email address
13 Split off username from email address. Hint: search for @ symbol
14
TEXT
TEXT
SEARCH
LEFT and SEARCH
15
Raw name data
Zip Codes as Numbers
Proper Name
First Name
36446
29857
2319
31579
4132
66747
27734
35681
31556
2605
16 Putting it all together
17
18 Try to use the functions above to obtain what is being asked in
19 each column.
20
21 There may be more than one way to complete each task.
22
23 When you complete a function, you will notice a link underneath.
24 Follow that link if you need help with the function use and syntax.
25
26 Tip: Use trial and error at first. Build complex formulas in pieces.
kallie cuadrado
blair tindall
jovanni rhodes
olivia bradley
mya brown
samantha ward
nadene senger
ella byrne
rose williamson
val elliott
28
29
30
31
35
38
39
40
41
45
222222≈≈≈3236ERIFF4444747
48
49
50
51
<
Sheet1
+
Workbook Statistics
LL
F
G
H
Last Name
Short Name (First L.)
New Zip
Proper Name
First Name
Last Name
Short Name
New Zip
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
Give Feedback to Microsoft
100% +

Transcribed Image Text:Concatenation
Concatenation is a very common task in Excel (and in many other programming languages). To concatenate means to bring or "stick" things together. A common example is to have first name and last name and a need to bring those
together for a full name. In Excel 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:
However, CONCAT is very literal. It doesn't know that there should be a space between a first and last name for example. Therefore, you need to add that space to the CONCAT function. In Excel, a blank space is represented by the " "
string of characters; quote-space-quote. Add that to the CONCAT function and practice in cell D8.
Concatenate (bring together) text strings adding a space,
II II.
You can also concatenate by using ampersand (&) calculation operator instead of the CONCAT function. Again, include a space represented by the " " into your formula. Practice that in cell D9.
Concatenate (bring together) text strings using ampersand (&) and adding a space,
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps

Recommended textbooks for you