Practice Week 3 - Excel
Practice Week 3 - Excel
• A group of cells is known as a cell range. You will refer to a cell range using the cell
addresses of the first and last cells in the cell range, separated by a colon. For example,
try to select different cell ranges: B2:B6, B2:E2, and B2:E6.
¥Practice:
1. Create a worksheet as below and save to file name Bangdiem.xls.
2. Insert a row between rows 4 and 5 and enter the content for this new row as below:
3. Insert a column "STT" before column "Họ Tên" and use fill handle to fill the content for
this column.
4. Insert a column "Ngày sinh" between column B and C and enter the content for this
column with date format as day/month/year to get the worksheet as below:
1.2.
Working
with
multiple
worksheets
In Excel, formulas always begin with the equal sign "=". The general form of formulas in
Excel is as follows:
=
<Expression>
While <expression> is a collection of functions, operations, etc.
By combining a mathematical operator with cell references, you can create a variety of
simple formulas in Excel. For example:
By default, all cell references are relative references. When copied across multiple cells,
they change based on the relative position of rows and columns.Absolute references, on the
other hand, remain constant no matter where they are copied.
For example, when you select cell A2, it is relative references. In a formula, you can change
it to an absolute reference by adding a dollar sign ($) to the front of the column reference,
the row reference, or both depends on your purpose.
See https://edu.gcfglobal.org/en/excelformulas/relative-and-absolute-cell-references/1/
If you want to reference a specific value from one worksheet to another, you need to begin
the cell reference with the worksheet name followed by an exclamation point (!).
For example, you are on Class K5IT and you want to reference cell D3 on Summary
K5IT, its cell reference would be 'Summary K5IT'!D3.
2.4.
Functions
• SUM: This function adds all of the values of the cells in the argument.
• AVERAGE: This function determines the average of the values included in the
argument. It calculates the sum of the cells and then divides that value by the number of
cells in the argument.
• COUNT: This function counts the number of cells with numerical data in the
argument. This function is useful for quickly counting items in a cell range.
• MAX: This function determines the highest cell value included in the argument.
• MIN: This function determines the lowest cell value included in the argument.
See https://edu.gcfglobal.org/en/excel2016/functions/1/
Reference:https://trumpexcel.com/excel-‐mid-‐function/
• IF: This function is best suited for situations where you want to evaluate a condition,
and return a value if it is TRUE and another value if it is FALSE.
=
IF(logical_test,
[value_if_true],
[value_if_false])
1. Excel help.
2. https://trumpexcel.com/excel-functions/
¥Practice:
1. In the worksheet Summary K5IT, insert a column ĐIỂM TB after column TIN HỌC.
2. Create a formula to fill in the data to column Điểm TB:
(TOÁN + NN + TIN HỌC)/3
3. Calculate the AVERAGE, MAX, and MIN of the values of column TOÁN, NN, TIN
HỌC, and ĐIỂM TB. Format number to show only 2 digits after decimal.
4. Create table TIÊU CHUẨN XẾP LOẠI in the worksheet Class K5IT as follows:
8. Create table “Bảng: NGÀNH HỌC” in the worksheet Summary K5IT as follows:
4. Copy column XẾP LOẠI and SL in table TIÊU CHUẨN XẾP LOẠI and paste to a
new sheet. Choose to paste values only. In this new sheet, select data and insert a 2D
Pie chart. Change the chart title to get the chart as follows: