You are on page 1of 5

Minh Long

☐ 1. Page Change the page size of the worksheet


size Entire worksheet
 Size A4
Monthly Budget worksheet

☐ 2.Theme Change the theme color of the workbook


color E13 Source Homework 2.xlsx workbook
 Green Yellow

☐ 3.Print Define a cell range for printing


Area Cell range B4:J63
 Set Print Area
 Display Gridlines in Print mode
Minh Long

☐ 4. Create a named range for a group of cells


Define Cell range O4:Q7
named
range  Name the cell range: “Money”
Employee Tracker worksheet

☐ 6.IF Use a formula to determine text to display


Function Cell range J4:J26
 IF function
o Display the text “A” if value of Num_days column less than 3
o Display the text “B” if value of Num_days column less than 5
o Display the text “C” in other cases
SUM
☐ 5. Calculate Total income for employees
Function Cell range L4:L26
 SUM function
o Number1: Addition column of all employees
o Number2: Salary column

☐7. Count the number of employees of each country


COUNTIF Cell range B3:B17
 COUNTIF function
o Range: Country column in Employee Tracker worksheet, using absolute
reference
o Criteria: Labels in column A
Summary worksheet
Minh Long

☐ 8. Calculate total leaves of employees in each country


SUMIF Cell range C3:C17
Function
 SUMIF function
o Range: Country column in Employee Tracker worksheet, using absolute
reference
o Criteria: Labels in column A
o Sum_range: Num_days

☐ 9. Join text from multiple cells


CONCATENAT Cell F2
E Function  CONCATENATE function
o Text1: Header column B
o Text2: “ - ”
o Text 3: “Number”
☐ 10. Create a named range for a group of cells
Define Cell range A3:A17
Named
Range  Name the cell range: “Countrycode”

LEFT
☐ 11. Use a formula to add text to a cell
Function Cell G3
 LEFT function
o Text: cell F3
o Num_chars: “5”
Minh Long

☐ 12. Calculate total leaves of employees


SUM Cell G4
Function  SUM function
o Number1: value of Num_days column

☐ 13. Find the largest number of leave days


MAX Cell G5
Function  MAX function
o Number1: value of Num_days column

☐ 14.MIN Find the smallest number of leave days


Function Cell G6
 MIN function
Number1: value of Num_days column

☐ 15. Calculate the average number of leave days


AVERAGE Cell G7
Function  AVERAGE function
o Number1: value of Num_days column
Minh Long

☐ 16. Calculate the average number of leave days of the position Officer
AVERAGEIF Cell G8
Function  AVERAGEIF function
o Range: Position
o Criteria: “Officer”
o Average_range: Num_days

☐ 17. Change the number formatting for a selected cell range


Format Cell range G4:G8
number  Two decimal places

You might also like