Lesson-3 Lecture
Lesson-3 Lecture
IT Application Tools in
Business
Shelee Domingo
College of Engineering and
Information Technology
Instructor
Spreadsheet Applications
5. Name Box
6. Formula Bar
File Tab.
Ribbon.
Formula Bar
Example #1.
Example #2.
- You can create a simple formula to add, subtract, multiply or divide values in your
worksheet. Simple formulas always start with an equal sign (=), followed by
constants that are numeric values and calculation operators such as plus (+),
minus (-), asterisk(*), or forward slash (/) signs.
Example # 1:
Addition
Formula:
=C3+D3
=20,899.00+18,328.00
=39,227.00 (Total)
Example # 2:
Subtraction
Formula:
=C2+D2
=20,000.00-5,000.00
=15,000.00 (Total)
Example # 3:
Multiplication
Formula:
=C2*D2
=50.00*100
=5,000.00 (Total)
Example # 4:
Division
Formula:
=C2/D2
=100*50
=2 (Total)
Column
Row
B2
D3
C7
A10
2. Click
AutoSum on
the Home tab
Arguments – argument variables are used by the function to calculate the result.
Arguments appear in a specific order.
Syntax – specific format required to use a function its name and order of arguments
Result – the value calculated by the function
Example:
In the formula =SUM(B2:B8) * 3
Excel will add the values in cells B2 through B8 and
then multiple the result by 3.
College of Engineering and
Information Technology
Arguments of a SUM function
What formula is written in cell G5 and copied down the column to determine
the total points earned by the corresponding student?
- A short-cut to all the functions in excel (use fx toolbar button) that walks you
through building a function.
SUM This function adds all 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.
MIN This function determines the lowest cell value included in the argument.
MAX This function determines the highest cell value included 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.
COUNTA Counts non-blank cells
A. =COUNT(B5:B8)?
B. =COUNTA(B5:B8)?
The COUNT function ignores blank cells and text the resulting value is 0
=COUNTA(B5:B8)
College of Engineering and
2
Information Technology
If scores should only be reported as integers..
How can we fix this in Excel?
810
How can we count the number of honor students if regular students have the letter R
in the honor’s column? Before we used a COUNTA and ignored blanks but counted
text.
=COUNTIF(B5:B8, “H”)
College of Engineering and
Information Technology
The COUNTIF Function counts the number of
items in a range that meet a specific criteria.
COUNTIF (range*, criteria)
Range - a continuous cell range
Criteria Syntax:
A number 6 =COUNTIF(B2:B7,6)
Text “USA” =COUNTIF(A1:A50,“USA”)
* The comma tells the computer the next argument is the criteria – so you cannot
list individual cells separated by a comma for the range
=COUNTIF(C5:C8,D5:D8, “>6”) x
=COUNTIF(C5:D8, “>6”)
College of Engineering and
Information Technology
D. Sort and Filter data
The word "chart" is usually used as a catchall term for the graphical representation
of data. "Graph" refers to a chart that specifically plots data along two dimensions.
3. On the Recommended
Example:
Charts tab, scroll through the
list of charts that Excel
recommends for your data,
and click any chart to see
how your data will look.
1. Select the data for which 4. When you find the chart