You are on page 1of 3

EXCEL 365/2019 MOS DAY 3.

2
Open Project 1.xlsx in the Documents folder.

TAB FORMULAS

Task 1 SUM FUNCTION

On the “Products” worksheet, in cell E2, enter a formula that sums the values in the ranges: “Total1”, “Total2” and “Total3”.
Use range names in the formula instead of cell references or values.

Vào sheet "Product"  Namebox: E2  Gõ =SUM(Total1,Total2,Total3)  Enter

Task 2 MAX FUNCTION

On the “Costs” worksheet, in cell H6, use a function to display the highest number from the Cost column.

Vào sheet "Cost"  Namebox: H6  Gõ =MAX(  Bôi đen toàn bộ cột Cost (không bôi đen tiêu đề Cost)  Gõ dấu đóng ngoặc đơn - KQ:
=MAX(Table14[Cost])  Enter

Task 3 IF FUNCTION

On the “Orders” worksheet, in the “Discount” column, use a function to display “YES” if the “Total Order” is greater than 500.
Otherwise, leave the cell blank.

Vào sheet "Orders"  Chọn ô D4 (ô đầu cột Discount)  Sử dụng hàm IF: Gõ =IF(  Chọn ô C4 (ô đầu cột Total Order)  Gõ
>500,"YES","NO" - KQ: =IF([@[Total Order]]>500,"YES","")  Enter  Click chuột ra ngoài khoảng trắng

☐ Task 4 LEFT FUNCTION

On the “Toy order” worksheet, in the Toys Code column, use a function to display the first three characters of the Toys Ordered
from column A.

1
Vào sheet "Donal Farmer"  Chọn ô B2 (ô đầu cột Toys Code)  Gõ =LEFT(  Chọn ô A2 (ô đầu cột Toys Ordered)  Gõ ,3) - KQ:
=LEFT([@Toys Ordered],3)  Enter  Click chuột ra ngoài khoảng trắng

Task 5 CONCAT FUNCTION

On the "Employee Bonuses" worksheet, in the "Address" column, use a function to construct email address for each person
using the Salesperson name and ''@gmail.com"

Vào sheet "Employee Bonuses"  Chọn ô G4 (ô đầu cột "Address")  Gõ =CONCAT(  Click chuột vào ô A4 (ô đầu cột Salesperson) 
Gõ ,"@gmail.com") -KQ: =CONCAT([@Salesperson],"@gmail.com")  Enter  Click chuột ra ngoài khoảng trắng

TAB DATA

Task 1 SORT THE TABLE

On the “Customers” worksheet, sort the table to order the records by “Country/Region” with Canada coming first and United
State coming second. Then sort the orders alphabetically (from A to Z) by the “Postal Code” field.

Vào sheet "Customers"  Click vào 1 ô bất kì trong bảng  Tab Data  Nhóm lệnh Sort & Filter  Sort  Sort by: Country/Region; Order:
Custom list  Gõ Canada  Enter và gõ United State  Add  OK  Add level  Then by: Postal Code; Order: A to Z  Ok  Click chuột
ra ngoài khoảng trắng

Task 2 FILTER DATA

Filter the data in the “Order” table so that only the ID Customer that start with “VT” are displayed.

Vào Namebox  Click chuột mũi tên chỉ xuống và tìm vùng dữ liệu tên "Order"  Click chuột vào mũi tên lọc cột ID Customer  Text Filters
 Begin with  Gõ VT  OK  Click chuột ra ngoài khoảng trắng

TAB VIEW

Task 1 FREEZE PANES

On the “Donal Farmer” worksheet, use an excel feature that allows row 1 through 5 to remain visible as you scroll vertically.

2
Vào sheet "Donal Farmer "  Chọn dòng 6  Tab View  Nhóm lệnh Window  Freeze Panes  Chọn Freeze Panes  Click chuột ra ngoài
khoảng trắng

You might also like