Q3 - M4 1 Excel
Q3 - M4 1 Excel
Q3 - M4 1 Excel
Microsoft Excel
Electronic Spreadsheet
Refers to a collection of text and numbers laid out
in a rectangular grid.
It is an application program commonly used for
budgeting, inventory management, decision making,
forecasting and other finance-related tasks.
It allows you to store, organize, and analyze
information.
spreadsheet - a table in which you can enter and
manipulate data
Components of a Spreadsheet
Components of a Spreadsheet
• Name box/Cell indicator- a tool that shows the active cell address
• File tab- the box located at the left side of the formula bar which addresses the
selected cell or group of cells in the spreadsheet
• Active cell- the selected cell in which data is entered when you begin typing.
Data can only be entered into the active cell.
• Insert function
• Formula bar- a special toolbar at the top of the Excel worksheet window,
labeled with function symbol (fx)
• Columns and Rows
• Gridlines
• Sheet tab- the tab that is used for displaying the worksheet that is currently
been edited by the user
• range - the specification for a series of cells
Advanced Spreadsheet Skills
Needed in Life
1.Data Entry, Sorting, 5.Sort by Column/Rows
and Filtering 6.Pivot Tables
2.Applying Data 7.Macros and Scripts
Validation
8.Combine Multiple
3.Protecting Sheets and Functions to
Locking Cells
Create Formulas
4.Custom Filtering
9.Perform Calculations
Advanced Spreadsheet Skills
Needed in Life
Advance and Complex Calculations in Excel
=SUM(A1:A20))
or =AVERAGE(start_cell:end_cell)
1) What feature of MS Excel that can contain up to 1024
characters and must always start with an equal sign (=).
A. Absolute Referencing B. Formula
C. Functions D. Relative Referencing
2) What function that adds a range cells.
A. ADD B. PLUS
C. TOTAL D. SUM
3) What do you call the cells that do not change?
A. Math Operators B. Relative Referencing
C. Absolute Referencing D. Formula Operators
4) If cell B18 is 86 and you want to know if this is lesser
than or equal to 75, what would be the correct
function so that A10’s result will be written as FALSE?
A.=IF(B18>=75,”TRUE”,FALSE”)
B.=IF(B18<=86,”TRUE”,”FALSE”)
C.=IF(B18<75,”TRUE”,”FALSE”)
D.=IF(B18<=75,"TRUE","FALSE")
5) If the cell B19 is 76, what will this IF function of
=IF(B19>70,”true”,”false”) give you as a result?
A. true B. false C. 70 D. none of these