SlideShare ist ein Scribd-Unternehmen logo
1 von 37
SPREADSHEETS
XP
Objectives
• Understand the use of spreadsheets and Excel
• Learn the parts of the Excel window
• Scroll through a worksheet and navigate
between worksheets
• Create and save a workbook file
• Enter text, numbers, and dates into a
worksheet
• Resize, insert, and remove columns and rows
2
XP
Objectives(Cont’d)
•Select and move cell ranges
•Insert formulas and functions
•Insert, delete, move, and rename
worksheets
•Work with editing tools
•Preview and print a workbook
3
XP
Definition and History
• A spreadsheet is a program that lets users
enter data in a two-dimensional grid of
individual cells.
• They are commonly used for storing data in a
simple database and for financial and
numerical calculations
4
XP
History of Spreadsheet software
• One of the first spreadsheet programs was
VisiCalc, released for Apple computers in
1979. it helped to show how personal
computers could be useful as business tools
rather than just for hobbyists to play with.
• Later popular spreadsheets include today’s
MS Excel and Google sheets, as well as other
programs previously popular, especially
1980s favorite Lotus 1-2-3
• Spreadsheets have consistently been one of
the most popular types of business software
5
XP
History of Spreadsheet software(Cont..)
• While Spreadsheet software has gained new
features, users of older tools like VisiCalc
would quickly recognize the layout of a
modern spreadsheets program
6
XP
Limitations of Spreadsheets
• Vulnerable to fraud: There is inherent lack of
controls, which makes it so easy to alter
either formulas or values without being
detected.
• Susceptible to trivial human errors like
missed negative signs and misaligned rows
• Obstructive to regulatory compliance: There
are a number of regulations that have a
serious impact on the use of spreadsheets.
E.g. EU Data Protection
7
XP
Limitations of Spreadsheets(Cont.)
• Unfit for agile business practices: We’re now
in an age when major changes are shaping
and reshaping the business landscape. Since
spreadsheets are normally highly
personalized user developed applications
when it’s time for a new person to take over
as part of large scale business change , the
newcomer may have to start from scratch.
8
XP
Limitations of Spreadsheets(Cont.)
• Not designed for collaborative work. Plans,
forecasts, budgets and reports require
information from different individuals
belonging to different departments, making
the final documents a result of multiple
exchanges of data and ideas. If individuals
are separated by long distances, the only
way to exchange data in spreadsheets will be
via email. Such method of exchange is
susceptible to duplicate and even erroneous
data
9
XP
Limitations of Spreadsheets(Cont..)
• Incapable of supporting quick decision
making: in a spreadsheet-based environment,
extracting data from different departments,
consolidating them and summarizing the
information to aid making sound decisions
can be very time consuming.
• Scales poorly: As an organization grows,
spreadsheet data get more distributed;
subsequently compounding the issues
outlined above. Spreadsheets are therefore
not suitable for large organizations
10
XP
Features of Spreadsheets
• Built-in-support for complex mathematical calculations
and formulas
• Ability to generate graphs from data
• Ability to customize what types of data are stored in
which rows and columns
• Ability to adjust column width and row heights, hide
rows and columns and freeze panes
• Ability to create, edit, save and retrieve worksheets
• Have data formatting: both text and numeric data can
be formatted using predefined formats. E.g. decimal,
scientific integer
• Have data sorting and filtering capability
11
XP
Introduction to Spreadsheets
• A spreadsheet is essentially a ledger sheet that lets
you enter, edit and manipulate numeric data.
• Often used in business for budgeting,
inventory management, and decision
making
•Two types of spreadsheets namely;
• Manual spreadsheets
• Electronic spreadsheets
12
XP
• A manual spreadsheet is used by book keepers as a
ledger book with many sheets of papers divided into
rows and columns on which various amounts of money
are entered manually using a pen or a pencil
• Electronic spreadsheet on the other hand is prepared
using a computer program that enables the user to
enter values in rows and columns similar to the ones of
a manual spreadsheet and to manipulate them
mathematically using a formula
13
Types of Spreadsheets
XP
Examples of spreadsheet software
MS Excel
VisiCalc
Lotus 1-2-3
Etc
14
Introduction to MS Excel
Microsoft Excel is a computer program
used to enter, analyze, and present
quantitative data
XP
Loading the application and looking at
the features
15
XP
Description of Excel window elements
16
XP
17
XP
Terms Associated with Spreadsheets(Excel)
• Cell: Refers to the intersection between rows and
columns.
• Range: This is a group of adjacent cells.
• Worksheet: Refers to a grid of rows and columns, in
which you can enter, edit and view data
• Workbook: Refers to a collection of various
worksheets
• Cell Address: Refers to reference to a particular cell.
It is the format of column number, row number. E.g
B20
18
XP
Terms Associated with Excel(Cont.)
• Range Address: Refers to a range reference
which has a format of top-left cell address:
bottom-right cell address. E.g. C10:G15, etc
• Home Cell: Refers to the first cell in a
spreadsheet. It has the address A1.
• Cell Pointer: Thick dark rectangle that indicates
the currently selected cell
• Active Cell: Refers to the cell that is indicated by
the cell pointer. Or the cell that the user is
currently working in .
19
XP
Terms Associated with Excel(Cont.)
• Name Box: Contains the address of the
active cell in a particular worksheet
• Formula Bar: Used to enter or edit data in
worksheet cells.
• Worksheet Area: Main working area in a
spreadsheet in which data is entered or
viewed.
• Sheet Tabs: They indicate worksheets
present in the spreadsheet. They are usually
labeled Sheet1, sheet2, sheet3.
20
XP
Navigating a Worksheet
21
XP
Operations with Excel
• Making entries, editing and deleting entries
• Inserting new sheets, renaming, moving and
deleting worksheets
• Inserting, deleting rows and columns
• Editing worksheets (select, copy and paste, cut
and paste)
• Formatting(number, alignment, font, borders),
auto formatting
• Resizing, inserting and removing columns and
rows
22
XP
Operations with Excel(Cont..)
• Creating and saving a work book file
• Previewing and printing a worksheet
23
XP
Performing calculations in Excel
• Operators can be used to manipulate data in Excel.
Excel supports many types of operators which
include:
• Arithmetic operators
• Logical operators
• Comparison operators
• Etc.
24
XP
Arithmetic Operators
25
XP
Logical Operators
Operator Description
AND Local and; returns true if
both expressions are true
OR Logical or; returns true if
either of the expressions is
true
NOT Logical not; returns false if
the expression is true and
true if the expression is false
() Parentheses used for
grouping
TRUE Returns logical value True
FALSE Returns logical value False
26
XP
Comparison Operators
Operator Description
< Less than
> Greater than
= Equal to
<> Not Equal to
<= Less or equal to
>= Greater or equal to
27
XP
Entering Text, Numbers, and Dates
in Cells
• The formula bar displays the content of the active
cell
• Text data is a combination of letters, numbers, and
some symbols
• Number data is any numerical value that can be
used in a mathematical calculation
• Date and time data are commonly recognized
formats for date and time values
28
XP
Entering a Formula
• A formula is an expression that returns a value
• A formula is written using operators that combine
different values, returning a single value that is
then displayed in the cell
• The most commonly used operators are arithmetic
operators
• The order of precedence is a set of predefined
rules used to determine the sequence in which
operators are applied in a calculation
29
XP
Entering a Formula
•Click the cell in which you want the
formula results to appear
•Type = and an expression that calculates
a value using cell references and
arithmetic operators
•Press the Enter key or press the Tab key
to complete the formula
30
XP
Introducing Functions
• A function is a named operation that returns a
value
• For example, to add the values in the range A1:A10,
you could enter the following long formula:
=A1+A2+A3+A4+A5+A6+A7+A8+A9+A10
Or, you could use the SUM function to accomplish
the same thing:
=SUM(A1:A10)
31
XP
• Average(): Calculates and returns the
average of numeric values in the range of
cells. E.g.
=Average(A1:A10)
• Max(): Returns the larges value in the range.
E.g. =Max(A1:A10)
• Min(): Returns the smallest value in the
range. E.g. =Min(A1:A10)
• Count(): Counts the number of cells that
contain numbers in the specified range. E.g.
=Count(A1:A10)
32
Functions (Cont..)
XP
• Today(): Returns the current date.
E.g. =Today()
• Now(): Returns the serial number of the the
current time and date.
E.g. =Now()
• If function(): It is a logical function used to
determine whether a condition is true or false.
One value is returned if the condition is true and
a different value is returned if the condition is
false
33
Functions (Cont..)
XP
Exercise
Calculate the Amount column
Item Description Cost Quantity Amount
1. Yogurt 800 6
2. Cakes 600 7
3. Ice Cream 2000 3
4. Chocolate 2400 5
5. Crisps 1000 4
34
MOLLY CORNER
XP
Given the following information
Name Basic
Pay
HA Gross NSSF Net Pay
Samuel. G 400000
Sophie. B 750000
Angela. K 950000
James. H 800000
Margaret. Y 4800000
Jack. E 450000
35
Enter the above information in the spreadsheet
program and add borders
XP
36
Suppose Housing Allowance(HA) is a quarter of
basic pay, NSSF is 5% of the Gross pay and
PAYE is computed based on the following
information:
15% of Gross pay if Gross pay is less than 500000
25% of Gross pay if Gross pay is more than
500000.
Required:
 Insert a PAYE column between NSSF and Net
pay
 Compute the NSSF, PAYE (use if statement)
Gross pay and Net pay for each employee in the
above table
 Format data using UGX Currency
XP
Examples
Names Scores Comment
Babangida 69
Komboti 45
Nalumansi 90
Mabirizi 48
Okalebo 80
Nakasi 36 37
Using the IF statement, Fill in the Comment
Column given that if the score is less than
50 FAIL is written against a student and
PASS is displayed otherwise

Weitere ähnliche Inhalte

Was ist angesagt?

Parts of m.s word
Parts of m.s wordParts of m.s word
Parts of m.s wordJohn Lloyd
 
Introduction to MS Word
Introduction to MS WordIntroduction to MS Word
Introduction to MS Wordshivamgupta949
 
Ms word 2010
Ms word 2010Ms word 2010
Ms word 201047ishu
 
Microsoft Office Introduction
Microsoft Office IntroductionMicrosoft Office Introduction
Microsoft Office IntroductionAnitha Rao
 
Access 2016 module 1 ppt presentation
Access 2016 module 1 ppt presentationAccess 2016 module 1 ppt presentation
Access 2016 module 1 ppt presentationdgdotson
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel BasicsCompudon
 
HYPERLINKING IN WORD AND HYPERLINKING IN PRESENTATION
HYPERLINKING IN WORD AND HYPERLINKING IN PRESENTATIONHYPERLINKING IN WORD AND HYPERLINKING IN PRESENTATION
HYPERLINKING IN WORD AND HYPERLINKING IN PRESENTATIONMariaAngelineNuas1
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functionsBuffalo Seminary
 
Keyboard shortcuts
Keyboard shortcutsKeyboard shortcuts
Keyboard shortcutsAnitha Rao
 

Was ist angesagt? (20)

Parts of m.s word
Parts of m.s wordParts of m.s word
Parts of m.s word
 
MS Excel Basics
 MS Excel Basics MS Excel Basics
MS Excel Basics
 
Formulas and functions
Formulas and functions Formulas and functions
Formulas and functions
 
Ms word 2007
Ms word 2007Ms word 2007
Ms word 2007
 
Word processing
Word processingWord processing
Word processing
 
Introduction to MS Word
Introduction to MS WordIntroduction to MS Word
Introduction to MS Word
 
Ms word 2010
Ms word 2010Ms word 2010
Ms word 2010
 
Ms powerpoint
Ms powerpointMs powerpoint
Ms powerpoint
 
Microsoft Office Introduction
Microsoft Office IntroductionMicrosoft Office Introduction
Microsoft Office Introduction
 
Access 2016 module 1 ppt presentation
Access 2016 module 1 ppt presentationAccess 2016 module 1 ppt presentation
Access 2016 module 1 ppt presentation
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
HYPERLINKING IN WORD AND HYPERLINKING IN PRESENTATION
HYPERLINKING IN WORD AND HYPERLINKING IN PRESENTATIONHYPERLINKING IN WORD AND HYPERLINKING IN PRESENTATION
HYPERLINKING IN WORD AND HYPERLINKING IN PRESENTATION
 
Learning power point 2016
Learning power point 2016Learning power point 2016
Learning power point 2016
 
Ms word 2013 Training
Ms word 2013 TrainingMs word 2013 Training
Ms word 2013 Training
 
MS Word Basics Training
MS Word Basics TrainingMS Word Basics Training
MS Word Basics Training
 
MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Keyboard shortcuts
Keyboard shortcutsKeyboard shortcuts
Keyboard shortcuts
 
Ms word 2013
Ms word 2013Ms word 2013
Ms word 2013
 
Microsoft word basics
Microsoft word basicsMicrosoft word basics
Microsoft word basics
 

Ähnlich wie Introduction to Spreadsheets.ppt

What-is-Microsoft-Excel-and-What-Does-It-Lecture-3rd-quarter-3rd-week.pptx
What-is-Microsoft-Excel-and-What-Does-It-Lecture-3rd-quarter-3rd-week.pptxWhat-is-Microsoft-Excel-and-What-Does-It-Lecture-3rd-quarter-3rd-week.pptx
What-is-Microsoft-Excel-and-What-Does-It-Lecture-3rd-quarter-3rd-week.pptxg0916686
 
Libre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsLibre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsSmart Chicago Collaborative
 
Std 10 Computer Chapter 5 Introduction to Calc
Std 10 Computer Chapter 5 Introduction to CalcStd 10 Computer Chapter 5 Introduction to Calc
Std 10 Computer Chapter 5 Introduction to CalcNuzhat Memon
 
introductiontospreadsheetapplications-200127165949.pptx
introductiontospreadsheetapplications-200127165949.pptxintroductiontospreadsheetapplications-200127165949.pptx
introductiontospreadsheetapplications-200127165949.pptxAbhimanyu Verma
 
Excel_Breif_Overview.pptx
Excel_Breif_Overview.pptxExcel_Breif_Overview.pptx
Excel_Breif_Overview.pptxNitish Nagar
 
MIS 226: Chapter 1
MIS 226: Chapter 1MIS 226: Chapter 1
MIS 226: Chapter 1macrob14
 
LECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptxLECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptxMwangaPrayGod
 
Excel01-Week01.pptx
Excel01-Week01.pptxExcel01-Week01.pptx
Excel01-Week01.pptxKomalYousaf4
 
MODULE 5- WEEK 6- SPREADSHEET.ppt
MODULE 5- WEEK 6- SPREADSHEET.pptMODULE 5- WEEK 6- SPREADSHEET.ppt
MODULE 5- WEEK 6- SPREADSHEET.pptFrenzDelaCruz2
 
Elementary Data Analysis with MS Excel_Day-2
Elementary Data Analysis with MS Excel_Day-2Elementary Data Analysis with MS Excel_Day-2
Elementary Data Analysis with MS Excel_Day-2Redwan Ferdous
 
Introductionto Spreadsheet - Excel .pptx
Introductionto Spreadsheet - Excel .pptxIntroductionto Spreadsheet - Excel .pptx
Introductionto Spreadsheet - Excel .pptxSanaShah93
 

Ähnlich wie Introduction to Spreadsheets.ppt (20)

What-is-Microsoft-Excel-and-What-Does-It-Lecture-3rd-quarter-3rd-week.pptx
What-is-Microsoft-Excel-and-What-Does-It-Lecture-3rd-quarter-3rd-week.pptxWhat-is-Microsoft-Excel-and-What-Does-It-Lecture-3rd-quarter-3rd-week.pptx
What-is-Microsoft-Excel-and-What-Does-It-Lecture-3rd-quarter-3rd-week.pptx
 
Libre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsLibre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding Functions
 
Std 10 Computer Chapter 5 Introduction to Calc
Std 10 Computer Chapter 5 Introduction to CalcStd 10 Computer Chapter 5 Introduction to Calc
Std 10 Computer Chapter 5 Introduction to Calc
 
'Spreadsheet'
'Spreadsheet''Spreadsheet'
'Spreadsheet'
 
introductiontospreadsheetapplications-200127165949.pptx
introductiontospreadsheetapplications-200127165949.pptxintroductiontospreadsheetapplications-200127165949.pptx
introductiontospreadsheetapplications-200127165949.pptx
 
Excel_Breif_Overview.pptx
Excel_Breif_Overview.pptxExcel_Breif_Overview.pptx
Excel_Breif_Overview.pptx
 
A excel analysis toolpack -best
A excel analysis toolpack -bestA excel analysis toolpack -best
A excel analysis toolpack -best
 
MIS 226: Chapter 1
MIS 226: Chapter 1MIS 226: Chapter 1
MIS 226: Chapter 1
 
Exel
ExelExel
Exel
 
LECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptxLECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptx
 
Excel01-Week01.pptx
Excel01-Week01.pptxExcel01-Week01.pptx
Excel01-Week01.pptx
 
ExcelNotes.ppt
ExcelNotes.pptExcelNotes.ppt
ExcelNotes.ppt
 
Ms excel
Ms excelMs excel
Ms excel
 
Microsoft Excel Training
Microsoft Excel TrainingMicrosoft Excel Training
Microsoft Excel Training
 
MS Excel
MS ExcelMS Excel
MS Excel
 
MODULE 5- WEEK 6- SPREADSHEET.ppt
MODULE 5- WEEK 6- SPREADSHEET.pptMODULE 5- WEEK 6- SPREADSHEET.ppt
MODULE 5- WEEK 6- SPREADSHEET.ppt
 
Gse 213 lesson 3
Gse 213 lesson 3Gse 213 lesson 3
Gse 213 lesson 3
 
Elementary Data Analysis with MS Excel_Day-2
Elementary Data Analysis with MS Excel_Day-2Elementary Data Analysis with MS Excel_Day-2
Elementary Data Analysis with MS Excel_Day-2
 
Introductionto Spreadsheet - Excel .pptx
Introductionto Spreadsheet - Excel .pptxIntroductionto Spreadsheet - Excel .pptx
Introductionto Spreadsheet - Excel .pptx
 
Excel.t01
Excel.t01Excel.t01
Excel.t01
 

Kürzlich hochgeladen

Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Kürzlich hochgeladen (20)

Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

Introduction to Spreadsheets.ppt

  • 2. XP Objectives • Understand the use of spreadsheets and Excel • Learn the parts of the Excel window • Scroll through a worksheet and navigate between worksheets • Create and save a workbook file • Enter text, numbers, and dates into a worksheet • Resize, insert, and remove columns and rows 2
  • 3. XP Objectives(Cont’d) •Select and move cell ranges •Insert formulas and functions •Insert, delete, move, and rename worksheets •Work with editing tools •Preview and print a workbook 3
  • 4. XP Definition and History • A spreadsheet is a program that lets users enter data in a two-dimensional grid of individual cells. • They are commonly used for storing data in a simple database and for financial and numerical calculations 4
  • 5. XP History of Spreadsheet software • One of the first spreadsheet programs was VisiCalc, released for Apple computers in 1979. it helped to show how personal computers could be useful as business tools rather than just for hobbyists to play with. • Later popular spreadsheets include today’s MS Excel and Google sheets, as well as other programs previously popular, especially 1980s favorite Lotus 1-2-3 • Spreadsheets have consistently been one of the most popular types of business software 5
  • 6. XP History of Spreadsheet software(Cont..) • While Spreadsheet software has gained new features, users of older tools like VisiCalc would quickly recognize the layout of a modern spreadsheets program 6
  • 7. XP Limitations of Spreadsheets • Vulnerable to fraud: There is inherent lack of controls, which makes it so easy to alter either formulas or values without being detected. • Susceptible to trivial human errors like missed negative signs and misaligned rows • Obstructive to regulatory compliance: There are a number of regulations that have a serious impact on the use of spreadsheets. E.g. EU Data Protection 7
  • 8. XP Limitations of Spreadsheets(Cont.) • Unfit for agile business practices: We’re now in an age when major changes are shaping and reshaping the business landscape. Since spreadsheets are normally highly personalized user developed applications when it’s time for a new person to take over as part of large scale business change , the newcomer may have to start from scratch. 8
  • 9. XP Limitations of Spreadsheets(Cont.) • Not designed for collaborative work. Plans, forecasts, budgets and reports require information from different individuals belonging to different departments, making the final documents a result of multiple exchanges of data and ideas. If individuals are separated by long distances, the only way to exchange data in spreadsheets will be via email. Such method of exchange is susceptible to duplicate and even erroneous data 9
  • 10. XP Limitations of Spreadsheets(Cont..) • Incapable of supporting quick decision making: in a spreadsheet-based environment, extracting data from different departments, consolidating them and summarizing the information to aid making sound decisions can be very time consuming. • Scales poorly: As an organization grows, spreadsheet data get more distributed; subsequently compounding the issues outlined above. Spreadsheets are therefore not suitable for large organizations 10
  • 11. XP Features of Spreadsheets • Built-in-support for complex mathematical calculations and formulas • Ability to generate graphs from data • Ability to customize what types of data are stored in which rows and columns • Ability to adjust column width and row heights, hide rows and columns and freeze panes • Ability to create, edit, save and retrieve worksheets • Have data formatting: both text and numeric data can be formatted using predefined formats. E.g. decimal, scientific integer • Have data sorting and filtering capability 11
  • 12. XP Introduction to Spreadsheets • A spreadsheet is essentially a ledger sheet that lets you enter, edit and manipulate numeric data. • Often used in business for budgeting, inventory management, and decision making •Two types of spreadsheets namely; • Manual spreadsheets • Electronic spreadsheets 12
  • 13. XP • A manual spreadsheet is used by book keepers as a ledger book with many sheets of papers divided into rows and columns on which various amounts of money are entered manually using a pen or a pencil • Electronic spreadsheet on the other hand is prepared using a computer program that enables the user to enter values in rows and columns similar to the ones of a manual spreadsheet and to manipulate them mathematically using a formula 13 Types of Spreadsheets
  • 14. XP Examples of spreadsheet software MS Excel VisiCalc Lotus 1-2-3 Etc 14 Introduction to MS Excel Microsoft Excel is a computer program used to enter, analyze, and present quantitative data
  • 15. XP Loading the application and looking at the features 15
  • 16. XP Description of Excel window elements 16
  • 17. XP 17
  • 18. XP Terms Associated with Spreadsheets(Excel) • Cell: Refers to the intersection between rows and columns. • Range: This is a group of adjacent cells. • Worksheet: Refers to a grid of rows and columns, in which you can enter, edit and view data • Workbook: Refers to a collection of various worksheets • Cell Address: Refers to reference to a particular cell. It is the format of column number, row number. E.g B20 18
  • 19. XP Terms Associated with Excel(Cont.) • Range Address: Refers to a range reference which has a format of top-left cell address: bottom-right cell address. E.g. C10:G15, etc • Home Cell: Refers to the first cell in a spreadsheet. It has the address A1. • Cell Pointer: Thick dark rectangle that indicates the currently selected cell • Active Cell: Refers to the cell that is indicated by the cell pointer. Or the cell that the user is currently working in . 19
  • 20. XP Terms Associated with Excel(Cont.) • Name Box: Contains the address of the active cell in a particular worksheet • Formula Bar: Used to enter or edit data in worksheet cells. • Worksheet Area: Main working area in a spreadsheet in which data is entered or viewed. • Sheet Tabs: They indicate worksheets present in the spreadsheet. They are usually labeled Sheet1, sheet2, sheet3. 20
  • 22. XP Operations with Excel • Making entries, editing and deleting entries • Inserting new sheets, renaming, moving and deleting worksheets • Inserting, deleting rows and columns • Editing worksheets (select, copy and paste, cut and paste) • Formatting(number, alignment, font, borders), auto formatting • Resizing, inserting and removing columns and rows 22
  • 23. XP Operations with Excel(Cont..) • Creating and saving a work book file • Previewing and printing a worksheet 23
  • 24. XP Performing calculations in Excel • Operators can be used to manipulate data in Excel. Excel supports many types of operators which include: • Arithmetic operators • Logical operators • Comparison operators • Etc. 24
  • 26. XP Logical Operators Operator Description AND Local and; returns true if both expressions are true OR Logical or; returns true if either of the expressions is true NOT Logical not; returns false if the expression is true and true if the expression is false () Parentheses used for grouping TRUE Returns logical value True FALSE Returns logical value False 26
  • 27. XP Comparison Operators Operator Description < Less than > Greater than = Equal to <> Not Equal to <= Less or equal to >= Greater or equal to 27
  • 28. XP Entering Text, Numbers, and Dates in Cells • The formula bar displays the content of the active cell • Text data is a combination of letters, numbers, and some symbols • Number data is any numerical value that can be used in a mathematical calculation • Date and time data are commonly recognized formats for date and time values 28
  • 29. XP Entering a Formula • A formula is an expression that returns a value • A formula is written using operators that combine different values, returning a single value that is then displayed in the cell • The most commonly used operators are arithmetic operators • The order of precedence is a set of predefined rules used to determine the sequence in which operators are applied in a calculation 29
  • 30. XP Entering a Formula •Click the cell in which you want the formula results to appear •Type = and an expression that calculates a value using cell references and arithmetic operators •Press the Enter key or press the Tab key to complete the formula 30
  • 31. XP Introducing Functions • A function is a named operation that returns a value • For example, to add the values in the range A1:A10, you could enter the following long formula: =A1+A2+A3+A4+A5+A6+A7+A8+A9+A10 Or, you could use the SUM function to accomplish the same thing: =SUM(A1:A10) 31
  • 32. XP • Average(): Calculates and returns the average of numeric values in the range of cells. E.g. =Average(A1:A10) • Max(): Returns the larges value in the range. E.g. =Max(A1:A10) • Min(): Returns the smallest value in the range. E.g. =Min(A1:A10) • Count(): Counts the number of cells that contain numbers in the specified range. E.g. =Count(A1:A10) 32 Functions (Cont..)
  • 33. XP • Today(): Returns the current date. E.g. =Today() • Now(): Returns the serial number of the the current time and date. E.g. =Now() • If function(): It is a logical function used to determine whether a condition is true or false. One value is returned if the condition is true and a different value is returned if the condition is false 33 Functions (Cont..)
  • 34. XP Exercise Calculate the Amount column Item Description Cost Quantity Amount 1. Yogurt 800 6 2. Cakes 600 7 3. Ice Cream 2000 3 4. Chocolate 2400 5 5. Crisps 1000 4 34 MOLLY CORNER
  • 35. XP Given the following information Name Basic Pay HA Gross NSSF Net Pay Samuel. G 400000 Sophie. B 750000 Angela. K 950000 James. H 800000 Margaret. Y 4800000 Jack. E 450000 35 Enter the above information in the spreadsheet program and add borders
  • 36. XP 36 Suppose Housing Allowance(HA) is a quarter of basic pay, NSSF is 5% of the Gross pay and PAYE is computed based on the following information: 15% of Gross pay if Gross pay is less than 500000 25% of Gross pay if Gross pay is more than 500000. Required:  Insert a PAYE column between NSSF and Net pay  Compute the NSSF, PAYE (use if statement) Gross pay and Net pay for each employee in the above table  Format data using UGX Currency
  • 37. XP Examples Names Scores Comment Babangida 69 Komboti 45 Nalumansi 90 Mabirizi 48 Okalebo 80 Nakasi 36 37 Using the IF statement, Fill in the Comment Column given that if the score is less than 50 FAIL is written against a student and PASS is displayed otherwise