Exam Code 0417: TR Thidamaung Data Analysis Notes 1
Exam Code 0417: TR Thidamaung Data Analysis Notes 1
In this section of the exam you will need to show your abilities in several program
software such as: Section 20 - Microsoft Excel (Data Analysis), Section 21 - Microsoft
Tr ThidaMaung Data Analysis Notes 2
Expression, Adobe Dreamweaver / HTML (Website Authoring).
Definitions:
• Cells: A space for data to be entered a table; a box formed by the intersection of columns and rows
• Sheets: A table of data o Tabs: A module of a database program that holds the tables on the computer,
• Pages: Full pieces of papers that contain information held on one sheet of paper.
• Named cell: A cell in a table that is given a name (like ‘profit margin’) and can be referred to using that name.
• Named range: A group of cells in a table that are given a name (like ‘Pricing’) and can be referred to using that name.
• Mathematical operations are performed in the order PEMDAS (Parenthesis [Brackets] Exponents Multiplication
Division Addition Subtraction). Brackets are used to notate data used by a function, e.g. =SUM (A2:A10).
• Relative cell referencing is made when the cell reference is supposed to change when the cell it is referred to in is
changing. It aids more efficient designing of models.
• Absolute cell referencing is made when the cell referenced stays constant when the cell it is referred to in is
changing. This aids the preparation of a model when a set of data is constantly being referred to throughout the
model.
• Cell reference or relative cell reference describes how far away a cell or group of cells is from some other cell in the
same spreadsheet. Basically, the cell’s address
• A model prepared needs to be tested before being used to ensure that all results computed are accurate.
Tr ThidaMaung Data Analysis Notes 4
Test the Data Model
• A model prepared needs to be tested before being used to ensure that all results computed are accurate. The test plan
must be justified to be apt for the model. E.g. all the mathematical operations must be tested in a model that relies on
calculations.
Definitions:
• Testing: Checking if the designed model delivers the expected outcome when tested with data.
• Expected outcome: The output a model is supposed to give with the test data.
• Actual outcome: The output a model actually gives the user when the test data is input.
• Normal data: data within the given range ego: 50, range: 0-100
• Abnormal data: data outside the given range ego: 120, range: 0-100
• Extreme data: data that is the limit of the range ego: 0 or 100, range: 0-100 o
• What if: changing values in cells to see how outcome of formulas change
Tr ThidaMaung Data Analysis Notes 5
Question & answers
1. Explain the importance of accurate data entry in spreadsheets
Ensures the results obtained by the processing of data is relevant,
which is essential.
2. Explain the difference between a formula and a function.
Formulas are typed in by the user. They include simple mathematical
operators like +, -, *, or /, or can be as complex as the user wants.
A function is predesigned code that calculates specific values, e.g. MAX,
VLOOKUP. While functions can be used inside formulas, formulas
cannot be used inside functions.
Operation Operator
Addition +
Subtraction -
Multiplication *
Division /
Powers (calculate indices) ^
• =MAX Function>>To find highest value within cell ranges. Eg: =MAX(B3:B15)
• =MIN function>> To find lowest value within cell ranges. Eg:=MIN(B3:B15)
• =AVERAGE function>>To find average value within cell ranges. Eg:=AVERAGE(B3:B15)
• =SUM function>>To find total value within cell ranges. Eg:=SUM(B3:B15)
• =COUNT function>> to count the cell that contain only numbers. Eg=COUNT(B3:B15)
• =COUNTA function>> To count all the cells within the ranges that are not empty
• =COUNTIF function>>To count the cells that contains specific criteria from the range.