ExcelExpert_Project2
ExcelExpert_Project2
Project 2 Tasks
2.1.1 Fill cells by using Flash Fill
In the Project2_datafile.xlsx workbook, on the Employees worksheet, use
Flash Fill in columns B through E to fill in the Employee's ID (the first four
digits), their Full name including their First name, middle initial followed
by a period (if there is a middle name), and Last name. Capitalize the first
letter of the first and last names and the middle initial, but the rest of the
characters should be lower-case, for example: Liane B. Cormier.
2.2.5 Remove duplicate records
On the Employees worksheet, use the Excel tool to automatically remove
the duplicate records from A2:C23.
1.1.2 Reference data in other workbooks
Use Power Query Editor to create a new Query that links to the 15
employee records in the Employee_Information.xlsx workbook. Don’t
import the first row, blank columns, or blank rows. Use the headers:
Employee ID, First name, Last name, Address, City, State_Region,
Postal_ZIP, Phone.
3.2.1 Look up data by using the XLOOKUP(), VLOOKUP(), HLOOKUP(), MATCH(), and
INDEX() functions
On the EmployeeRates_Benefits worksheet, use one function to return
into the First name and Last name columns both the first and the last
name of each employee from the EmployeeAddressPhone worksheet. If
the Employee ID doesn’t match, return the text “not found.”