Assignment 10 Mine
Assignment 10 Mine
❖ PROBLEM STATEMENT:
Create an Employee Records worksheet and insert data in it as shown below:
c. Department of Smith.
❖ SOLUTIONS:
SOLUTIONS: 1. The required worksheet containing the years of experience of each employee:
• To highlight the cell storing the maximum years of experience: Go to Home tab
→ Conditional Formatting → New Rule → Select “Use a formula to determine
which cells to format” → Enter the formula: =F2=MAX($F$2:$F$7) → Set a format
→ Click OK.
3. a. First name of the employee whose record is at the second position:
• Formula of First name of the employee whose record is at the second position:
=INDEX(C2:C7,2)
c. Department of SMITH:
DEPERTMENT OF SMITH
SALES
• Formula of Department of SMITH: =VLOOKUP("SMITH",B2:D7,3,FALSE)