Tle - Comp Q3 - Reviewer
Tle - Comp Q3 - Reviewer
ENTERING FUNCTIONS
➢ Functions are pre-defined formulas that perform calculations by using specific values
called arguments in a particular order.
➢ Function is a built-in formula in Excel that has a name and arguments in a parenthesis.
It may be used by itself, or it may be combined with other functions.
★ The IF Function
• It compares a value to a condition and returns a result based on whether the condition is true
or false.
• It will return one value if the condition you specify is evaluated as TRUE and another value if
that condition as FALSE.
Function Formula
• =IF(Something is True, then do something, otherwise do something else)
Example: =IF(Logical_test, value_if_true, value_if_false)
A. Worksheet Views
Common views where you can change the appearance of your worksheet:
❑ Normal
❑ Page Layout
❑ Page Break
❑ Custom View
❑ Full Screen
1. Normal View
This is the default view where you have a worksheet and tabbed menus.
2. Page Layout
This views the document as it appears when printed. Use this view to see where pages begin
and end, and to view any header and footer on the page.
4. Custom View
This view allows you to save a set of display and print settings as custom view.
5. Full Screen
This view occupies with the worksheet window. It hides the title bar, ribbon and the formula bar.
1. Panes
The secretions of the worksheet.
2. Freeze Panes
Commands that lets you lock the top and/or upper left panes depending on where you set the
border.
3. Arrange All
Commands that allows you to arrange multiple opened windows so that you can view different
part of the worksheets.
C. Managing Worksheets
❑ Copying
❑ Repositioning
❑ Hiding and unhiding
❑ Inserting and deleting worksheets
❑ Adding colors to the worksheets tabs.
1. Math Functions
A. SUM - It is a quick way to add values in a range.
Syntax: =SUM (number,[2],...)
2. Count Functions
❑ Are the total number of cells in a selected range that meets a
certain criterion.
C. COUNTIF - counts the number of cells within a range that meets the given condition.
Syntax: =COUNTIF (range,criteria)
D. COUNTIFS - it counts the number of cells specified by a given set of conditions or criteria.
Syntax: =COUNTIFS (criteria_range1.criteria1,...)
3. Statistical Functions
❑ Can be used to analyze data in different ways. Which finds the average value or ranking data
according to its largest and smallest values.
✓ MEDIAN - returns the number in the middle of the set of thegiven numbers.
Syntax: =MEDIAN (number1,[number2],...)
Chapter 4:
Finance Management Activities in Excel
SYNTAX: =SUMPRODUCT(array1,[array2],[array3],...)
•Array 2, Array 3,,. - Optional. In array arguments 2 to 255, components are also multiplied
and then added.
•The array arguments must have the same dimensions. If they do not, the SUMPRODUCTS
returns the #VALUE! Error value. The SUMPRODUCT treats array entries that are not
numeric as if they were zeros.
SYNTAX:
=VLOOKUP(look_value,table_array,col_index_num,[range_lookup])
● Lookup_value- the value to be looked up in the first column of the lookup table.
● Table_array- the range that contains the lookup table.
● Col_index_num- the column number within the table from which the matching
value is returned.
● Range_lookup-Optional- If true of omitted, an approximate match is returned.
Creating Charts
● Chart Area - includes the font style for the chart text and background color. It’s actually
the space of the whole chart.
● Plot area - the area where the axis and series of data are drawn.
● Data Series - a group of data markers or series points that shows the description of the
plotted values.
Types of Chart
Line Chart
- uses data points to represent the values in a spreadsheet. Trends are easily illustrated
since lines connect the data points and show changes over time.
Column Chart
- uses rectangles to represent relationship of two or more values in a spreadsheet.
Pie Chart
- uses segmented circles to show the relationship of each value in a single data range to
the whole. The slice of each block represents the percentage of each value contributes
to the total.