Lecture 2 - Basic of Excel
Lecture 2 - Basic of Excel
Microsoft Excel
Business Computer Applications
What is it?: Spreadsheets Basics
• Spreadsheet is a computerized ledger
• Divided into Rows and Columns
• Excel is a “spreadsheet” which holds different kinds
of information
• It performs calculations with mathematical and
statistical functions
• It presents your information in a variety of ways, with
visually interesting charts and graphs
• Constants - entries that do not change
• Formulas - combination of constants and functions
• Spreadsheet is generic term; Worksheet is an Excel
term
• Workbook contains one or more worksheets
Why to Study it?
Why to Study it?
Copying formulas does not always work
#DIV/0! means Excel is trying to tell you that you have asked it to divide by 0 -- an operation
for which there is no answer. Why is this happening?
Using Functions in Excel
SUM
AVERAGE
COUNT
COUNTIF
SUM(number1, number 2,…)
• Example
=SUM(3, 2) equals 5
• Examples
=AVERAGE(A1:A5) equals 11
=AVERAGE(Scores) equals 11
=SUM(A1:A5)/COUNT(A1:A5) equals 11
COUNTIF(range,criteria)
COUNTIF(A3:A6,"apples") equals 2
COUNTIF(B3:B6,">55") equals 2
VLOOKUP Function
Syntax:
=VLOOKUP(lookup_value,table_array,
col_index_num,range_lookup)
This dialog box appears when you click the Insert Function
button. It can assist you in defining your function.
Circular reference
Situation when some parameter in the formula refers to
the formula itself
• All these financial functions will use similar arguments that differ
based upon which function you are using.
This figure depicts how you would enter argument values for
the PMT function using the Insert Function dialog box.
Annuity - Dictionary Definition
• Monthly payment
= -PMT(.12/12, 3*12, 6021.50) =200.00
PMT( ) Example
Example:
• Each month you put $200 into bank account.
Assuming a 12% annual interest rate payable monthly,
how many years will you need to save before you
have $8615.38 in the account?
Example:
• You bought $1,000 of shares in a mutual fund initially and then
$100 more each month. After 10 years, your shares are worth
$17,175.24. What was the effective interest rate? (Assume the
interest is compounded monthly and paid at the end of the
month.)
• =RATE(12*10, 100, 1000, -17175.24, 0)*12
The Mortgage Worksheet
Date Functions
Since dates are stored as integers, you can subtract one date from another to see
how many days there are separating the two dates. The figure below provides
additional details about the common date functions in Excel.
The TODAY and NOW functions
• You will not normally see the time portion unless you
have formatted the cell to display it.
• Insert command
Modifying the Worksheet
• Delete command
Modifying the Worksheet
• Column widths
• Row Heights
• Numeric Format
• Alignment
• Fonts
• Borders, Patterns, and Shading
Types of Numeric Formats
General Percentage
Number Fraction
Currency Scientific
Accounting Text
Date Special
Time Custom
Comments