SlideShare a Scribd company logo
Computer Applications
Introduction to Microsoft Excel
By Mvula.L
Objectives
ď‚´Creating new spreadsheets
ď‚´Resizing rows & columns
ď‚´ Inserting, deleting, and hiding
rows & columns
ď‚´Making calculations
ď‚´ using cell-references
ď‚´Copy/paste work into different
cells/columns and other
applications
Excel is a computer program used to create
electronic spreadsheets. Within Excel,
users can organize data, create charts, and
perform calculations. Excel operates like
other Microsoft (MS) Office programs and
has many of the same functions and
shortcuts of other MS programs.
Introduction to Excel
Overview of the Excel
Screen
Before working with Excel, it is essential to first become familiar
with the Excel screen. The following will help you to recognize
the various parts of an Excel screen and their functions.
The Title bar is located at the very top of the screen. The Title bar
displays the name of the workbook you are currently using.
The Menu bar is located just below the Title bar. The Menu bar is
used to give instructions to the program.
Overview of the Excel Screen
Toolbars provide shortcuts to menu commands. There are many different
toolbars and the user can choose which toolbars are shown on the screen.
To enable more toolbars go to “View” on the Menu bar, select Toolbars,
then select which toolbar you wish to add to the screen.
The Standard Toolbar provides shortcuts to the File Menu, as well as
mathematical functions, chart creation, and sorting.
The Formatting Toolbar provides shortcuts to font formatting as well as
mathematical functions.
The Status Toolbar allows the user to view if the current worksheet is ready to
enter data.
Overview of the Excel Screen
• Microsoft Excel consists
of workbooks. Within each
workbook, there is an
infinite number of
worksheets.
• Each worksheet contains
columns and rows.
• Where a column and a row
intersect is called the cell.
For example, cell B6 is
located where column B and
row 6 meet. You enter your
data into the cells on the
Overview of the Excel Screen
Overview of the Excel
Screen
• The Name Box indicates
what cell you are in.
This cell is called the
“active cell.” This cell is
highlighted by a black
box.
• The “=” is used to edit
your formula on your
selected cell.
• The Formula Bar
indicates the contents
of the cell selected. If
you have created a
formula, then the
formula will appear in
this space.
Modifying column/row size
By default, every row and column
of a new workbook is set to the
same height and width. Excel
allows you to modify column width
and row height in different ways,
including wrapping
text and merging cells.
Modifying column/row size
ď‚´ some of the content in column cannot be
displayed. We can make all of this content
visible by changing the width of column.
ď‚´ Position the mouse over the column line in
the column heading so the black cross
Column Width
Inserting, deleting, moving,
and hiding rows and columns
After you've been working with a
workbook for a while, you may find
that you want to insert new columns or
rows, delete certain rows or
columns, move them to a different
location in the worksheet, or
even hide them.
File Menu
• When first opening Excel a worksheet will automatically
appear. However, if you desire to open a file that you
previously worked on go to the “File” option located in
the top left corner. Select “Open.”
• To create a new worksheet go to the “File” option and
select “New.”
• To save the work created go to the “File” option and
select “Save.”
• To close an existing worksheet go to the “File” option and
select “Close.”
• To exit the program entirely go to the “File” option and
select “Exit.”
Edit Menu
ď‚´ Among the many functions,
the Edit Menu allows you to
make changes to any data
that was entered. You can:
ď‚´ Undo mistakes made. Excel
allows you to undo up to the
last 16 moves you made.
ď‚´ Cut, copy, or paste
information.
ď‚´ Find information in an existing
workbook
ď‚´ Replace existing information.
Insert Menu
ď‚´The Insert Menu
allows you to:
ď‚´Add new
worksheets, rows,
and columns to an
existing.
ď‚´You can also insert
charts, pictures, and
objects onto your
worksheet.
Format Menu
ď‚´ You can change the colors,
borders, sizes, alignment, and
font of a certain cell by going
to the “Cell” option in the
Format Menu.
Format Menu
ď‚´ You can change row and
column width and height in
the “Row” and “Column”
options.
ď‚´ You can rename
worksheets and change
their order in the “Sheet”
option.
 The “AutoFormat” option
allows you to apply pre-
selected colors, fonts, and
sizes to entire worksheets.
View Menu
ď‚´The View menu allows
you different options of
viewing your work.
ď‚´You can enable a Full
Screen view that
changes the view to
include just the
worksheet and Menu
bar.
ď‚´You can zoom in on your
worksheet to focus on a
smaller portion.
View Menu
ď‚´You can change the
view of your work so
that it is page by
page.
ď‚´You can insert
Headers and Footers
to your work.
ď‚´You can add
comments about a
specific cell for future
reference.
Excel Worksheets
With Excel, you will be working with different worksheets
within a workbook. Often times it is necessary to name
the different worksheets so that it is easier to find them. To
do so you must:
1_Double click to highlight an existing worksheet
2_Type in what you would like to rename the worksheet
Entering Formulas
ď‚´ When entering numerical data, you can command Excel to do
any mathematical function.
ď‚´ Start each formula with an equal sign (=). To enter the same
formulas for a range of cells, use the colon sign “:”
ADDITION FORMULAS
⚫ To add cells together use the “+”
sign.
To sum up a series of cells,
highlight the cells, then click
the auto sum button. The
answer will appear at the
bottom of the highlighted box.
Excel Built-In Functions
ď‚´ SUM
ď‚´ AVERAGE
ď‚´ SIN
ď‚´ IF
ď‚´ AND
ď‚´ COUNT
ď‚´ COUNTIF
 Many More … (look at Help and fx)
Using Functions in Excel
ď‚´ Use spreadsheets in decision making; use Goal Seek
and Scenario Manager to evaluate multiple
conditions
ď‚´ Use financial functions (PMT, etc.)
ď‚´ Use fill handle and AutoFill capability
ď‚´ Use pointing to create a formula
 Statistical Functions — MAX, MIN, AVERAGE, COUNT
ď‚´ Use functions over arithmetic expressions
ď‚´ Decision making functions (IF and VLOOKUP (vertical
lookup))
Formulas, Ranges & Functions
Formulas
ď‚´ Excel knows you are entering a formula in a cell
because every formula starts with an = sign.
ď‚´ If you forget the = sign, what you enter will be treated
as text (unless it can be interpreted as a number in
some format).
Using functions to calculate
values
ď‚´Functions are predefined formulas
that perform calculations by using
specific values, called arguments, in
a particular order, called the syntax.
ď‚´For example, the SUM function adds
values or ranges of cells, and the PMT
function calculates the loan
payments based on an interest rate,
the length of the loan, and the
principal amount of the loan.
Calculation operators in
formulas
ď‚´ Operators specify the type of calculation that you
want to perform on the elements of a formula.
ď‚´ Microsoft Excel includes four different types of
calculation operators: arithmetic, comparison, text,
and reference.
ď‚´ Reference operators are used in range references,
and we examine them later.
Arithmetic operators
ď‚´Arithmetic operators perform basic
mathematical operations such as
addition, subtraction, or
multiplication; combine numbers;
and produce numeric results.
Arithmetic operators
ď‚´ Arithmetic operator
ď‚´ + (plus sign)
 – (minus sign)
ď‚´ * (asterisk)
ď‚´ / (forward slash)
ď‚´ % (percent sign)
ď‚´ ^ (caret)
ď‚´ Meaning and Example
ď‚´ Addition 3+3
ď‚´ Subtraction 3-1 or
Negation -1
ď‚´ Multiplication 3*3
ď‚´ Division3/3
ď‚´ Percent 20%
ď‚´ Exponentiation 3^2
Logical Operators
Comparison operators compare two
values and then produce the logical
value TRUE or FALSE.
ď‚´Comparison operator
ď‚´= (equal sign)
ď‚´> (greater than sign)
ď‚´< (less than sign)
ď‚´>= (greater than or
equal to sign)
ď‚´<= (less than or equal
to sign)
ď‚´<> (not equal to sign)
ď‚´Meaning & Example
ď‚´Equal to A1=B1
ď‚´Greater than A1>B1
ď‚´Less than A1<B1
ď‚´Greater than or equal
to A1>=B1
ď‚´Less than or equal to
A1<=B1
ď‚´Not equal to A1<>B1
ď‚´ The comparison operators are often used with certain built-in
functions like IF to produce a numeric result.
ď‚´ For example,
IF(A1>B1,5,0)
would yield 5 if the value in cell A1 is greater than the value in
cell B1 and 0 otherwise.

More Related Content

PPT
ms excel for mba first sem students of dr hs gour university sagar(m.p)
PPT
Teaching Excel
PPT
252607631-excel-ppt.vppt-Empowerment technology refers to using technology li...
DOC
Ms Excel
PPTX
Excel.pptx
PPT
MS EXCEL INTRODUCTION DISCUSSING ALL FEATURES.ppt
DOC
Ms office excel
PPT
Tech training workshop 3 final 090810
ms excel for mba first sem students of dr hs gour university sagar(m.p)
Teaching Excel
252607631-excel-ppt.vppt-Empowerment technology refers to using technology li...
Ms Excel
Excel.pptx
MS EXCEL INTRODUCTION DISCUSSING ALL FEATURES.ppt
Ms office excel
Tech training workshop 3 final 090810

Similar to CAP Excel Formulas & Functions July - Copy (4).pdf (20)

PPT
MS EXCEL
PPT
It presentation
PPT
Ms excell
PPT
Microsoft Excel Features for junior high school
PPT
Microsoft excel training module
PPTX
Basic Ms excel
PDF
MS EXCEL TRAINING FOR BASIC AND ADVANCE USE
PPT
Microsoft excel beginner
PPT
Microsoft excel beginner
PPT
Microsoft excel beginner
PPTX
Excel for research
PPTX
Windows, MS office.pptx
PPTX
Getting-Started-with-MS-Excel In information Tech
DOC
Getting started with_microsoft_excel
PPTX
Microsoft excel power point presentation.pptx
PPTX
Windows, MS office.pptx
DOCX
Full project
PPTX
MS excel and their functions keys and their usage
PPTX
MICROSOFT EXCEL Tutorial for Beginners.pptx
PPT
Microsoft Excel Training
MS EXCEL
It presentation
Ms excell
Microsoft Excel Features for junior high school
Microsoft excel training module
Basic Ms excel
MS EXCEL TRAINING FOR BASIC AND ADVANCE USE
Microsoft excel beginner
Microsoft excel beginner
Microsoft excel beginner
Excel for research
Windows, MS office.pptx
Getting-Started-with-MS-Excel In information Tech
Getting started with_microsoft_excel
Microsoft excel power point presentation.pptx
Windows, MS office.pptx
Full project
MS excel and their functions keys and their usage
MICROSOFT EXCEL Tutorial for Beginners.pptx
Microsoft Excel Training
Ad

Recently uploaded (20)

PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PPT
Chapter 2 METAL FORMINGhhhhhhhjjjjmmmmmmmmm
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PPTX
Database Infoormation System (DBIS).pptx
PDF
Launch Your Data Science Career in Kochi – 2025
PPTX
CEE 2 REPORT G7.pptxbdbshjdgsgjgsjfiuhsd
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PPTX
climate analysis of Dhaka ,Banglades.pptx
PDF
Clinical guidelines as a resource for EBP(1).pdf
PPTX
Major-Components-ofNKJNNKNKNKNKronment.pptx
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PPT
Reliability_Chapter_ presentation 1221.5784
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PDF
Lecture1 pattern recognition............
PPTX
Business Acumen Training GuidePresentation.pptx
PPT
Chapter 3 METAL JOINING.pptnnnnnnnnnnnnn
PPTX
Introduction to Knowledge Engineering Part 1
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
Chapter 2 METAL FORMINGhhhhhhhjjjjmmmmmmmmm
IBA_Chapter_11_Slides_Final_Accessible.pptx
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
Database Infoormation System (DBIS).pptx
Launch Your Data Science Career in Kochi – 2025
CEE 2 REPORT G7.pptxbdbshjdgsgjgsjfiuhsd
Business Ppt On Nestle.pptx huunnnhhgfvu
STUDY DESIGN details- Lt Col Maksud (21).pptx
climate analysis of Dhaka ,Banglades.pptx
Clinical guidelines as a resource for EBP(1).pdf
Major-Components-ofNKJNNKNKNKNKronment.pptx
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
Reliability_Chapter_ presentation 1221.5784
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
Lecture1 pattern recognition............
Business Acumen Training GuidePresentation.pptx
Chapter 3 METAL JOINING.pptnnnnnnnnnnnnn
Introduction to Knowledge Engineering Part 1
Ad

CAP Excel Formulas & Functions July - Copy (4).pdf

  • 1. Computer Applications Introduction to Microsoft Excel By Mvula.L
  • 2. Objectives ď‚´Creating new spreadsheets ď‚´Resizing rows & columns ď‚´ Inserting, deleting, and hiding rows & columns ď‚´Making calculations ď‚´ using cell-references ď‚´Copy/paste work into different cells/columns and other applications
  • 3. Excel is a computer program used to create electronic spreadsheets. Within Excel, users can organize data, create charts, and perform calculations. Excel operates like other Microsoft (MS) Office programs and has many of the same functions and shortcuts of other MS programs. Introduction to Excel
  • 4. Overview of the Excel Screen Before working with Excel, it is essential to first become familiar with the Excel screen. The following will help you to recognize the various parts of an Excel screen and their functions. The Title bar is located at the very top of the screen. The Title bar displays the name of the workbook you are currently using. The Menu bar is located just below the Title bar. The Menu bar is used to give instructions to the program.
  • 5. Overview of the Excel Screen Toolbars provide shortcuts to menu commands. There are many different toolbars and the user can choose which toolbars are shown on the screen. To enable more toolbars go to “View” on the Menu bar, select Toolbars, then select which toolbar you wish to add to the screen. The Standard Toolbar provides shortcuts to the File Menu, as well as mathematical functions, chart creation, and sorting. The Formatting Toolbar provides shortcuts to font formatting as well as mathematical functions. The Status Toolbar allows the user to view if the current worksheet is ready to enter data.
  • 6. Overview of the Excel Screen • Microsoft Excel consists of workbooks. Within each workbook, there is an infinite number of worksheets. • Each worksheet contains columns and rows. • Where a column and a row intersect is called the cell. For example, cell B6 is located where column B and row 6 meet. You enter your data into the cells on the
  • 7. Overview of the Excel Screen
  • 8. Overview of the Excel Screen • The Name Box indicates what cell you are in. This cell is called the “active cell.” This cell is highlighted by a black box. • The “=” is used to edit your formula on your selected cell. • The Formula Bar indicates the contents of the cell selected. If you have created a formula, then the formula will appear in this space.
  • 9. Modifying column/row size By default, every row and column of a new workbook is set to the same height and width. Excel allows you to modify column width and row height in different ways, including wrapping text and merging cells.
  • 10. Modifying column/row size ď‚´ some of the content in column cannot be displayed. We can make all of this content visible by changing the width of column. ď‚´ Position the mouse over the column line in the column heading so the black cross
  • 12. Inserting, deleting, moving, and hiding rows and columns After you've been working with a workbook for a while, you may find that you want to insert new columns or rows, delete certain rows or columns, move them to a different location in the worksheet, or even hide them.
  • 13. File Menu • When first opening Excel a worksheet will automatically appear. However, if you desire to open a file that you previously worked on go to the “File” option located in the top left corner. Select “Open.” • To create a new worksheet go to the “File” option and select “New.” • To save the work created go to the “File” option and select “Save.” • To close an existing worksheet go to the “File” option and select “Close.” • To exit the program entirely go to the “File” option and select “Exit.”
  • 14. Edit Menu ď‚´ Among the many functions, the Edit Menu allows you to make changes to any data that was entered. You can: ď‚´ Undo mistakes made. Excel allows you to undo up to the last 16 moves you made. ď‚´ Cut, copy, or paste information. ď‚´ Find information in an existing workbook ď‚´ Replace existing information.
  • 15. Insert Menu ď‚´The Insert Menu allows you to: ď‚´Add new worksheets, rows, and columns to an existing. ď‚´You can also insert charts, pictures, and objects onto your worksheet.
  • 16. Format Menu ď‚´ You can change the colors, borders, sizes, alignment, and font of a certain cell by going to the “Cell” option in the Format Menu.
  • 17. Format Menu ď‚´ You can change row and column width and height in the “Row” and “Column” options. ď‚´ You can rename worksheets and change their order in the “Sheet” option. ď‚´ The “AutoFormat” option allows you to apply pre- selected colors, fonts, and sizes to entire worksheets.
  • 18. View Menu ď‚´The View menu allows you different options of viewing your work. ď‚´You can enable a Full Screen view that changes the view to include just the worksheet and Menu bar. ď‚´You can zoom in on your worksheet to focus on a smaller portion.
  • 19. View Menu ď‚´You can change the view of your work so that it is page by page. ď‚´You can insert Headers and Footers to your work. ď‚´You can add comments about a specific cell for future reference.
  • 20. Excel Worksheets With Excel, you will be working with different worksheets within a workbook. Often times it is necessary to name the different worksheets so that it is easier to find them. To do so you must: 1_Double click to highlight an existing worksheet 2_Type in what you would like to rename the worksheet
  • 21. Entering Formulas ď‚´ When entering numerical data, you can command Excel to do any mathematical function. ď‚´ Start each formula with an equal sign (=). To enter the same formulas for a range of cells, use the colon sign “:” ADDITION FORMULAS âš« To add cells together use the “+” sign. To sum up a series of cells, highlight the cells, then click the auto sum button. The answer will appear at the bottom of the highlighted box.
  • 22. Excel Built-In Functions ď‚´ SUM ď‚´ AVERAGE ď‚´ SIN ď‚´ IF ď‚´ AND ď‚´ COUNT ď‚´ COUNTIF ď‚´ Many More … (look at Help and fx)
  • 23. Using Functions in Excel ď‚´ Use spreadsheets in decision making; use Goal Seek and Scenario Manager to evaluate multiple conditions ď‚´ Use financial functions (PMT, etc.) ď‚´ Use fill handle and AutoFill capability ď‚´ Use pointing to create a formula ď‚´ Statistical Functions — MAX, MIN, AVERAGE, COUNT ď‚´ Use functions over arithmetic expressions ď‚´ Decision making functions (IF and VLOOKUP (vertical lookup))
  • 24. Formulas, Ranges & Functions
  • 25. Formulas ď‚´ Excel knows you are entering a formula in a cell because every formula starts with an = sign. ď‚´ If you forget the = sign, what you enter will be treated as text (unless it can be interpreted as a number in some format).
  • 26. Using functions to calculate values ď‚´Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, called the syntax. ď‚´For example, the SUM function adds values or ranges of cells, and the PMT function calculates the loan payments based on an interest rate, the length of the loan, and the principal amount of the loan.
  • 27. Calculation operators in formulas ď‚´ Operators specify the type of calculation that you want to perform on the elements of a formula. ď‚´ Microsoft Excel includes four different types of calculation operators: arithmetic, comparison, text, and reference. ď‚´ Reference operators are used in range references, and we examine them later.
  • 28. Arithmetic operators ď‚´Arithmetic operators perform basic mathematical operations such as addition, subtraction, or multiplication; combine numbers; and produce numeric results.
  • 29. Arithmetic operators ď‚´ Arithmetic operator ď‚´ + (plus sign) ď‚´ – (minus sign) ď‚´ * (asterisk) ď‚´ / (forward slash) ď‚´ % (percent sign) ď‚´ ^ (caret) ď‚´ Meaning and Example ď‚´ Addition 3+3 ď‚´ Subtraction 3-1 or Negation -1 ď‚´ Multiplication 3*3 ď‚´ Division3/3 ď‚´ Percent 20% ď‚´ Exponentiation 3^2
  • 31. Comparison operators compare two values and then produce the logical value TRUE or FALSE. ď‚´Comparison operator ď‚´= (equal sign) ď‚´> (greater than sign) ď‚´< (less than sign) ď‚´>= (greater than or equal to sign) ď‚´<= (less than or equal to sign) ď‚´<> (not equal to sign) ď‚´Meaning & Example ď‚´Equal to A1=B1 ď‚´Greater than A1>B1 ď‚´Less than A1<B1 ď‚´Greater than or equal to A1>=B1 ď‚´Less than or equal to A1<=B1 ď‚´Not equal to A1<>B1
  • 32. ď‚´ The comparison operators are often used with certain built-in functions like IF to produce a numeric result. ď‚´ For example, IF(A1>B1,5,0) would yield 5 if the value in cell A1 is greater than the value in cell B1 and 0 otherwise.