Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
10 views4 pages

Advanced Excel Lab Assisgnment 5

Uploaded by

mahesh.joshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views4 pages

Advanced Excel Lab Assisgnment 5

Uploaded by

mahesh.joshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 4

First Name Last Name Department City

John Doe Finance New York


Jane Smith HR Chicago
Michael Johnson IT San Francisco
Emily Davis Marketing Boston
Daniel Brown Operations Seattle
Sophia Wilson Sales Houston
James Taylor Finance Miami
Olivia Anderson HR Denver
William Thomas IT Atlanta
Ava Jackson Marketing Dallas
Advanced Excel Lab Assisgnment 5

Q No. Question
1 Use CONCATENATE to join First Name and Last Name into Full Name.
2 Use TEXTJOIN with a space delimiter to combine First Name and Last Name.
3 Extract the first 3 letters of the First Name using LEFT.
4 Extract the last 2 letters of the Last Name using RIGHT.
5 Extract 4 characters starting from the 2nd character of the Last Name using MID.
6 Convert the First Name into UPPER case.
7 Convert the Last Name into lower case.
8 Convert the Department name into Proper case.
9 Count total characters in the City name using LEN.
10 Remove extra spaces from First Name using TRIM.
11 Create an email ID in format [email protected] using CONCATENATE.
12 Use LEFT to extract first letter of First Name (for initials).
13 Use RIGHT to extract last letter of Last Name.
14 Combine Initials with Last Name using CONCATENATE.
15 Use MID to extract middle part of Department name.
16 Use PROPER to capitalize names correctly.
17 Use UPPER for department names.
18 Use LOWER for city names.
19 Join First Name, Last Name, and Department using TEXTJOIN with commas.
20 Count length of Full Name using LEN.
21 Create Username as firstname+first letter of last name using CONCATENATE.
22 Trim spaces and then concatenate names.
23 Use TEXTJOIN to create mailing labels with City and Department.
24 Extract first 2 letters of City using LEFT.
25 Extract last 3 letters of Department using RIGHT.
26 Use MID to extract letters 2-5 of First Name.
27 Convert Email ID into lowercase using LOWER.
28 Proper case City names using PROPER.
29 Count characters of Email IDs using LEN.
30 Remove spaces from Department and then combine with City.
Q No.Task (from Practice Questions) Formula
1 Use CONCATENATE to join First Name and Last N 1 Use CONCATENATE to join First N
2 Use TEXTJOIN with a space delimiter to combine 1 Use CONCATENATE to join First N
3 Extract the first 3 letters of the First Name using 1
4 Extract the last 2 letters of the Last Name using e.
5 Extract 4 characters starting from the 2nd chara se C
6 Convert the First Name into UPPER case. 1
7 Convert the Last Name into lower case. use concatenate to join first name a
8 Convert the Department name into Proper case. 1 Use Concatenate To Join First Na
9 Count total characters in the City name using LEN78
10 Remove extra spaces from First Name using TRIM1
11 Create an email ID in format firstname.lastn 1.use concatenate to join first na
12 Use LEFT to extract first letter of First Name (for in1
13 Use RIGHT to extract last letter of Last Name. .
14 Combine Initials with Last Name using CONCATE 1Use CONCATENATE to join First Na
15 Use MID to extract middle part of Department n Use
16 Use PROPER to capitalize names correctly. 1
17 Use UPPER for department names. 1 USE CONCATENATE TO JOIN FIRS
18 Use LOWER for city names. click cell, type =concatenate, select
19 Join First Name, Last Name, and Department us 1, Use CONCATENATE to join First
20 Count length of Full Name using LEN. 66
21 Create Username as firstname+first letter of la 1u
22 Trim spaces and then concatenate names. 1 Use CONCATENATE to join First N
23 Use TEXTJOIN to create mailing labels with City Click cell, type =CONCATENATE, sel
24 Extract first 2 letters of City using LEFT. Cl
25 Extract last 3 letters of Department using RIGHT. me.
26 Use MID to extract letters 2-5 of First Name.
27 Convert Email ID into lowercase using LOWER. 1.use concatenate to join first na
28 Proper case City names using PROPER. Click Cell, Type =Concatenate, Sele
29 Count characters of Email IDs using LEN. 78
30 Remove spaces from Department and then combin 1 Use CONCATENATE to join First Na
Steps
Click cell, type =CONCATENATE, select First Name, add space, select Last Name.
Click cell, type =TEXTJOIN, enter delimiter space, TRUE, then First Name and Last Name.
Click cell, type =LEFT, select First Name, enter number of characters 3.
Click cell, type =RIGHT, select Last Name, enter 2.
Click cell, type =MID, select Last Name, enter start=2, length=4.
Click cell, type =UPPER, select First Name.
Click cell, type =LOWER, select Last Name.
Click cell, type =PROPER, select Department.
Click cell, type =LEN, select City.
Click cell, type =TRIM, select First Name.
Click cell, type CONCATENATE with LOWER First and Last Name plus @company.com.
Click cell, type =LEFT, select First Name, enter 1.
Click cell, type =RIGHT, select Last Name, enter 1.
Click cell, type CONCATENATE, use LEFT for first initial, add Last Name.
Click cell, type =MID, select Department, enter start=2, length=4.
Click cell, type =PROPER, select First Name.
Click cell, type =UPPER, select Department.
Click cell, type =LOWER, select City.
Click cell, type TEXTJOIN, delimiter comma, TRUE, then First Name, Last Name, Department.
Click cell, type LEN with CONCATENATE of First and Last Name.
Click cell, type CONCATENATE, use LOWER First Name, add LEFT of Last Name (1 letter).
Click cell, type CONCATENATE with TRIM on both names.
Click cell, type TEXTJOIN, delimiter comma, TRUE, select City and Department.
Click cell, type =LEFT, select City, enter 2.
Click cell, type =RIGHT, select Department, enter 3.
Click cell, type =MID, select First Name, start=2, length=4.
Click cell, type LOWER, wrap CONCATENATE of First, Last Name, and @company.com.
Click cell, type =PROPER, select City.
Click cell, type LEN around CONCATENATE of Email ID.
Click cell, type CONCATENATE, use TRIM on Department and City, add dash between.

You might also like