SlideShare a Scribd company logo
1 of 49
Let’s Learn About Spreadsheets Start
What is a   Spreadsheet? A spreadsheet is used for storing information and data. Calculations can be performed on the data in a spreadsheet. Microsoft Excel is the most common spreadsheet application, although there are other spreadsheets available.
Parts of a   Spreadsheet This is a   COLUMN. Columns are labelled  with letters.
Parts of a Spreadsheet This is a   ROW Rows are labelled  with numbers.
Parts of a Spreadsheet This is a   CELL Each cell has a unique   CELL REFERENCE
Parts of a Spreadsheet The  CELL REFERENCE   of this cell is E 4
Parts of a Spreadsheet The cell that you are currently clicked in is called the  ACTIVE CELL. It has a thick black line around it.  Any text you type will go in this cell .
Parts of a Spreadsheet A  LABEL  is a piece of TEXT that you add to a spreadsheet to help describe the numbers.
Parts of a Spreadsheet These are all  LABELS.
Parts of a Spreadsheet A  VALUE  is a NUMBER that you type into a spreadsheet. It is a number that you already know.
Parts of a Spreadsheet These are all  VALUES.
Cell Referencing Quiz Start
Quiz Instructions To complete this quiz you have to drag objects around on the screen. Make sure you practice this several times before starting the quiz. 1) Click on an object to pick it up. 2)  DO NOT  keep the left hand mouse button pressed. 3) Click again to drop the object. Try it now. Move this object from here….  To here… Continue
Put Scooby in cell B4 Check  Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
B4 Next  Question A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
Put Bart in cell G9 Check  Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
G9 Next  Question A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
Put Bugs in cell H6 Check  Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
H6 Next  Question A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
Put Homer in cell C9 Check  Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
C9 Next  Question A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
Put Buzz in cell I3 Check  Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
I3 A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 A B C 1 2 3 5 6
Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 All formulae start with an  =  sign A B C 1 2 3 5 6 =
Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 All formulae start with an  =  sign Then put the cell reference of the first cell A B C 1 2 3 5 6 = A3
Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 All formulae start with an  =  sign Then put the cell reference of the first cell + A B C 1 2 3 5 6 = A3 +
Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 All formulae start with an  =  sign Then put the cell reference of the first cell The cell reference of the second cell + A B C 1 2 3 5 6 = A3 + B3
Using Formulae in Spreadsheets The correct answer will now be displayed when you press ENTER A B C 1 2 3 5 6 11
Using Formulae in Spreadsheets If you change one of the numbers used in the calculation 10 A B C 1 2 3 5 6 11
Using Formulae in Spreadsheets If you change one of the numbers used in the calculation The answer is automatically updated 16 10 A B C 1 2 3 5 6 11
Using Formulae in Spreadsheets Sum Symbol Used in a Spreadsheet Example Adding + = A1  +  B2
Using Formulae in Spreadsheets Sum Symbol Used in a Spreadsheet Example Adding + = A1  +  B2 Subtracting - = A1  –  B2
Using Formulae in Spreadsheets Sum Symbol Used in a Spreadsheet Example Adding + = A1  +  B2 Subtracting - = A1  –  B2 Multiplying * (star) = A1  *  B2
Using Formulae in Spreadsheets Sum Symbol Used in a Spreadsheet Example Adding + = A1  +  B2 Subtracting - = A1  –  B2 Multiplying * (star) = A1  *  B2 Dividing / = A1  /  B2
Quiz on Formulae Start
= + B5 B3 B3 C4 A4 D6 B4 A1 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD the two numbers in the spreadsheet and put the answer in cell C4 - * / Check Answer A B C D 1 2 3 4 12 8 5 6
= + B5 B3 B3 C4 A4 D6 B4 A1 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD the two numbers in the spreadsheet and put the answer in cell C4 - * / A4 B4 + Next Question A B C D 1 2 3 4 12 8 =A4+B4 5 6
= + D6 B3 D5 C4 A4 D6 B4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD the two numbers in the spreadsheet and put the answer in cell D5 - * / Check Answer A B C D 1 2 20 3 4 15 5 6
= + D6 B3 D5 C4 A4 D6 B4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD the two numbers in the spreadsheet and put the answer in cell D5 - * / A2 C4 + Next Question A B C D 1 2 20 3 4 15 5 =A2+C4 6
= + A6 B2 D5 D4 A4 D6 B4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to SUBTRACT the lowest number in the spreadsheet from the higher number and put the answer in cell A6 - * / Check Answer A B C D 1 2 100 3 4 10 5 6
= + A6 B2 D5 D4 A4 D6 B4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to SUBTRACT the lowest number in the spreadsheet from the higher number and put the answer in cell A6 - * / Next Question B2 D4 - A B C D 1 2 100 3 4 10 5 6 =B2-D4
= + A6 B2 A3 D4 A4 D6 C4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to MULTIPLY the two numbers in the spreadsheet and put the answer in cell D6 - * / Check Answer A B C D 1 2 3 23 4 10 5 6
= + A6 B2 A3 D4 A4 D6 C4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to MULTIPLY the two numbers in the spreadsheet and put the answer in cell D6 - * / A3 C4 * Next Question A B C D 1 2 3 23 4 10 5 6 =A3*C4
= + A6 B2 A3 D4 A4 D6 C3 A1 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to DIVIDE the number in A1 by the number in B2. Put the answer in cell C3 - * / Check Answer A B C D 1 30 2 10 3 4 5 6
= + A6 B2 A3 D4 A4 D6 C3 A1 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to DIVIDE the number in A1 by the number in B2. Put the answer in cell C3 - * / Next Question A1 B2 / A B C D 1 30 2 10 3 =A1/B2 4 5 6
= + D1 B2 A3 C4 A4 D6 D5 B3 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD  all  the numbers in the spreadsheet. Put the answer in cell D1 - * / Check Answer + A B C D 1 2 3 5 4 6 5 7 6
= + D1 B2 A3 C4 A4 D6 D5 B3 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD  all  the numbers in the spreadsheet. Put the answer in cell D1 - * / B3 C4 + + D5 + A B C D 1 =B3+C4+D5 2 3 5 4 6 5 7 6
Quiz Complete Now complete the worksheet to check you understand

More Related Content

What's hot

Bermuda triangle
Bermuda triangleBermuda triangle
Bermuda trianglesiva kumar
 
Bermuda Triangle
Bermuda TriangleBermuda Triangle
Bermuda TriangleAli Haider
 
Bermuda triangle
Bermuda triangle   Bermuda triangle
Bermuda triangle Rajat Arya
 
Mystery of bermuda triangle
Mystery of bermuda triangleMystery of bermuda triangle
Mystery of bermuda trianglerahul4567567
 
Bermuda triangle ppt
Bermuda triangle pptBermuda triangle ppt
Bermuda triangle pptjayakanthan75
 
A Guide to The Sidemen
A Guide to The SidemenA Guide to The Sidemen
A Guide to The Sidemenscarlycoll
 
Teoria y problemas de operadores matematicos om212 ccesa007
Teoria y problemas de operadores matematicos om212  ccesa007Teoria y problemas de operadores matematicos om212  ccesa007
Teoria y problemas de operadores matematicos om212 ccesa007Demetrio Ccesa Rayme
 
Area 51-Top secret US military base
Area 51-Top secret US military baseArea 51-Top secret US military base
Area 51-Top secret US military baseEva Harshita
 

What's hot (11)

Bermuda triangle
Bermuda triangleBermuda triangle
Bermuda triangle
 
Bermuda Triangle
Bermuda TriangleBermuda Triangle
Bermuda Triangle
 
Bermuda triangle
Bermuda triangle   Bermuda triangle
Bermuda triangle
 
Mystery of bermuda triangle
Mystery of bermuda triangleMystery of bermuda triangle
Mystery of bermuda triangle
 
Bermuda triangle ppt
Bermuda triangle pptBermuda triangle ppt
Bermuda triangle ppt
 
Bermuda Triangle
Bermuda TriangleBermuda Triangle
Bermuda Triangle
 
Bermuda Triangle
Bermuda TriangleBermuda Triangle
Bermuda Triangle
 
A Guide to The Sidemen
A Guide to The SidemenA Guide to The Sidemen
A Guide to The Sidemen
 
Teoria y problemas de operadores matematicos om212 ccesa007
Teoria y problemas de operadores matematicos om212  ccesa007Teoria y problemas de operadores matematicos om212  ccesa007
Teoria y problemas de operadores matematicos om212 ccesa007
 
Bermuda triangle
Bermuda triangleBermuda triangle
Bermuda triangle
 
Area 51-Top secret US military base
Area 51-Top secret US military baseArea 51-Top secret US military base
Area 51-Top secret US military base
 

Viewers also liked

Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheetsCasey Robertson
 
Spreadsheet Application
Spreadsheet ApplicationSpreadsheet Application
Spreadsheet Applicationlspu
 
Microcontroller presentation
Microcontroller presentationMicrocontroller presentation
Microcontroller presentationxavierpaulino
 
Get database properties using power shell in sql server 2008 techrepublic
Get database properties using power shell in sql server 2008   techrepublicGet database properties using power shell in sql server 2008   techrepublic
Get database properties using power shell in sql server 2008 techrepublicKaing Menglieng
 
Spreadsheets & Databases
Spreadsheets & DatabasesSpreadsheets & Databases
Spreadsheets & DatabasesSina Soltani
 
Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheetsTracy Gilmer
 
Spreadsheets Concepts and Vocab
Spreadsheets Concepts and VocabSpreadsheets Concepts and Vocab
Spreadsheets Concepts and VocabDanny Ambrosio
 
How to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseHow to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseRebecca Wright-Washington
 
pulse modulation
pulse modulation pulse modulation
pulse modulation Herin Gala
 
Adobe Photoshop Basics - Session 1
Adobe Photoshop Basics - Session 1Adobe Photoshop Basics - Session 1
Adobe Photoshop Basics - Session 1xneptune
 
Database Design Slide 1
Database Design Slide 1Database Design Slide 1
Database Design Slide 1ahfiki
 
PULSE WIDTH MODULATION &DEMODULATION
PULSE WIDTH MODULATION &DEMODULATIONPULSE WIDTH MODULATION &DEMODULATION
PULSE WIDTH MODULATION &DEMODULATIONbharath405
 
Adobe photoshop cs6 basic tutorials presentation
Adobe photoshop cs6 basic tutorials   presentationAdobe photoshop cs6 basic tutorials   presentation
Adobe photoshop cs6 basic tutorials presentationRishi Shah
 
Introduction to photoshop
Introduction to photoshopIntroduction to photoshop
Introduction to photoshopReymart Canuel
 
Designing Teams for Emerging Challenges
Designing Teams for Emerging ChallengesDesigning Teams for Emerging Challenges
Designing Teams for Emerging ChallengesAaron Irizarry
 

Viewers also liked (19)

Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheets
 
Spreadhsheets 1
Spreadhsheets 1Spreadhsheets 1
Spreadhsheets 1
 
Spreadsheet Application
Spreadsheet ApplicationSpreadsheet Application
Spreadsheet Application
 
Microcontroller presentation
Microcontroller presentationMicrocontroller presentation
Microcontroller presentation
 
Get database properties using power shell in sql server 2008 techrepublic
Get database properties using power shell in sql server 2008   techrepublicGet database properties using power shell in sql server 2008   techrepublic
Get database properties using power shell in sql server 2008 techrepublic
 
Microsoft Access
Microsoft Access Microsoft Access
Microsoft Access
 
Spreadsheets & Databases
Spreadsheets & DatabasesSpreadsheets & Databases
Spreadsheets & Databases
 
PWM
PWMPWM
PWM
 
Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheets
 
Spreadsheets Concepts and Vocab
Spreadsheets Concepts and VocabSpreadsheets Concepts and Vocab
Spreadsheets Concepts and Vocab
 
How to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseHow to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 Database
 
Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheets
 
pulse modulation
pulse modulation pulse modulation
pulse modulation
 
Adobe Photoshop Basics - Session 1
Adobe Photoshop Basics - Session 1Adobe Photoshop Basics - Session 1
Adobe Photoshop Basics - Session 1
 
Database Design Slide 1
Database Design Slide 1Database Design Slide 1
Database Design Slide 1
 
PULSE WIDTH MODULATION &DEMODULATION
PULSE WIDTH MODULATION &DEMODULATIONPULSE WIDTH MODULATION &DEMODULATION
PULSE WIDTH MODULATION &DEMODULATION
 
Adobe photoshop cs6 basic tutorials presentation
Adobe photoshop cs6 basic tutorials   presentationAdobe photoshop cs6 basic tutorials   presentation
Adobe photoshop cs6 basic tutorials presentation
 
Introduction to photoshop
Introduction to photoshopIntroduction to photoshop
Introduction to photoshop
 
Designing Teams for Emerging Challenges
Designing Teams for Emerging ChallengesDesigning Teams for Emerging Challenges
Designing Teams for Emerging Challenges
 

Similar to Interactive spreadsheet basics[1]

Similar to Interactive spreadsheet basics[1] (20)

Formulas and functions
Formulas and functionsFormulas and functions
Formulas and functions
 
Excel Practical - Exercise 4 Insert the following tab
Excel Practical - Exercise 4  Insert the following tabExcel Practical - Exercise 4  Insert the following tab
Excel Practical - Exercise 4 Insert the following tab
 
Excel assignment
Excel assignmentExcel assignment
Excel assignment
 
Excel assignment
Excel assignmentExcel assignment
Excel assignment
 
Ash info 103 week 3 assignment using microsoft excel
Ash info 103 week 3 assignment using microsoft excelAsh info 103 week 3 assignment using microsoft excel
Ash info 103 week 3 assignment using microsoft excel
 
Fundamentals of math
Fundamentals of mathFundamentals of math
Fundamentals of math
 
Autoevaluación tema 2
Autoevaluación tema 2Autoevaluación tema 2
Autoevaluación tema 2
 
17P2–2 Average corporate tax rates   Using the corporate t.docx
17P2–2 Average corporate tax rates   Using the corporate t.docx17P2–2 Average corporate tax rates   Using the corporate t.docx
17P2–2 Average corporate tax rates   Using the corporate t.docx
 
Vapor pressure acetone 01
Vapor pressure acetone 01Vapor pressure acetone 01
Vapor pressure acetone 01
 
01-chapter-01-sets-and-venn-diagrams.pdf
01-chapter-01-sets-and-venn-diagrams.pdf01-chapter-01-sets-and-venn-diagrams.pdf
01-chapter-01-sets-and-venn-diagrams.pdf
 
SAT-PAPER
SAT-PAPER SAT-PAPER
SAT-PAPER
 
Joins
JoinsJoins
Joins
 
Formulas and functions
Formulas and functions Formulas and functions
Formulas and functions
 
Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheets
 
Class1 term1 spreadsheet
Class1 term1 spreadsheetClass1 term1 spreadsheet
Class1 term1 spreadsheet
 
265 excel-formula-box
265 excel-formula-box265 excel-formula-box
265 excel-formula-box
 
Indices.ppt
Indices.pptIndices.ppt
Indices.ppt
 
To excel or not?
To excel or not?To excel or not?
To excel or not?
 
Math (F1) Decimal
Math (F1)  DecimalMath (F1)  Decimal
Math (F1) Decimal
 
6th. Grade-2 integers
6th. Grade-2 integers6th. Grade-2 integers
6th. Grade-2 integers
 

Recently uploaded

HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationNeilDeclaro1
 
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
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsNbelano25
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 

Recently uploaded (20)

HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
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.
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 

Interactive spreadsheet basics[1]

  • 1. Let’s Learn About Spreadsheets Start
  • 2. What is a Spreadsheet? A spreadsheet is used for storing information and data. Calculations can be performed on the data in a spreadsheet. Microsoft Excel is the most common spreadsheet application, although there are other spreadsheets available.
  • 3. Parts of a Spreadsheet This is a COLUMN. Columns are labelled with letters.
  • 4. Parts of a Spreadsheet This is a ROW Rows are labelled with numbers.
  • 5. Parts of a Spreadsheet This is a CELL Each cell has a unique CELL REFERENCE
  • 6. Parts of a Spreadsheet The CELL REFERENCE of this cell is E 4
  • 7. Parts of a Spreadsheet The cell that you are currently clicked in is called the ACTIVE CELL. It has a thick black line around it. Any text you type will go in this cell .
  • 8. Parts of a Spreadsheet A LABEL is a piece of TEXT that you add to a spreadsheet to help describe the numbers.
  • 9. Parts of a Spreadsheet These are all LABELS.
  • 10. Parts of a Spreadsheet A VALUE is a NUMBER that you type into a spreadsheet. It is a number that you already know.
  • 11. Parts of a Spreadsheet These are all VALUES.
  • 13. Quiz Instructions To complete this quiz you have to drag objects around on the screen. Make sure you practice this several times before starting the quiz. 1) Click on an object to pick it up. 2) DO NOT keep the left hand mouse button pressed. 3) Click again to drop the object. Try it now. Move this object from here…. To here… Continue
  • 14. Put Scooby in cell B4 Check Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 15. B4 Next Question A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 16. Put Bart in cell G9 Check Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 17. G9 Next Question A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 18. Put Bugs in cell H6 Check Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 19. H6 Next Question A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 20. Put Homer in cell C9 Check Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 21. C9 Next Question A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 22. Put Buzz in cell I3 Check Answer A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 23. I3 A B C D E F G H I 1 2 3 4 5 6 7 8 9 10
  • 24. Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 A B C 1 2 3 5 6
  • 25. Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 All formulae start with an = sign A B C 1 2 3 5 6 =
  • 26. Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 All formulae start with an = sign Then put the cell reference of the first cell A B C 1 2 3 5 6 = A3
  • 27. Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 All formulae start with an = sign Then put the cell reference of the first cell + A B C 1 2 3 5 6 = A3 +
  • 28. Using Formulae in Spreadsheets Let’s add the numbers in cells A3 and B3 All formulae start with an = sign Then put the cell reference of the first cell The cell reference of the second cell + A B C 1 2 3 5 6 = A3 + B3
  • 29. Using Formulae in Spreadsheets The correct answer will now be displayed when you press ENTER A B C 1 2 3 5 6 11
  • 30. Using Formulae in Spreadsheets If you change one of the numbers used in the calculation 10 A B C 1 2 3 5 6 11
  • 31. Using Formulae in Spreadsheets If you change one of the numbers used in the calculation The answer is automatically updated 16 10 A B C 1 2 3 5 6 11
  • 32. Using Formulae in Spreadsheets Sum Symbol Used in a Spreadsheet Example Adding + = A1 + B2
  • 33. Using Formulae in Spreadsheets Sum Symbol Used in a Spreadsheet Example Adding + = A1 + B2 Subtracting - = A1 – B2
  • 34. Using Formulae in Spreadsheets Sum Symbol Used in a Spreadsheet Example Adding + = A1 + B2 Subtracting - = A1 – B2 Multiplying * (star) = A1 * B2
  • 35. Using Formulae in Spreadsheets Sum Symbol Used in a Spreadsheet Example Adding + = A1 + B2 Subtracting - = A1 – B2 Multiplying * (star) = A1 * B2 Dividing / = A1 / B2
  • 37. = + B5 B3 B3 C4 A4 D6 B4 A1 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD the two numbers in the spreadsheet and put the answer in cell C4 - * / Check Answer A B C D 1 2 3 4 12 8 5 6
  • 38. = + B5 B3 B3 C4 A4 D6 B4 A1 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD the two numbers in the spreadsheet and put the answer in cell C4 - * / A4 B4 + Next Question A B C D 1 2 3 4 12 8 =A4+B4 5 6
  • 39. = + D6 B3 D5 C4 A4 D6 B4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD the two numbers in the spreadsheet and put the answer in cell D5 - * / Check Answer A B C D 1 2 20 3 4 15 5 6
  • 40. = + D6 B3 D5 C4 A4 D6 B4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD the two numbers in the spreadsheet and put the answer in cell D5 - * / A2 C4 + Next Question A B C D 1 2 20 3 4 15 5 =A2+C4 6
  • 41. = + A6 B2 D5 D4 A4 D6 B4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to SUBTRACT the lowest number in the spreadsheet from the higher number and put the answer in cell A6 - * / Check Answer A B C D 1 2 100 3 4 10 5 6
  • 42. = + A6 B2 D5 D4 A4 D6 B4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to SUBTRACT the lowest number in the spreadsheet from the higher number and put the answer in cell A6 - * / Next Question B2 D4 - A B C D 1 2 100 3 4 10 5 6 =B2-D4
  • 43. = + A6 B2 A3 D4 A4 D6 C4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to MULTIPLY the two numbers in the spreadsheet and put the answer in cell D6 - * / Check Answer A B C D 1 2 3 23 4 10 5 6
  • 44. = + A6 B2 A3 D4 A4 D6 C4 A2 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to MULTIPLY the two numbers in the spreadsheet and put the answer in cell D6 - * / A3 C4 * Next Question A B C D 1 2 3 23 4 10 5 6 =A3*C4
  • 45. = + A6 B2 A3 D4 A4 D6 C3 A1 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to DIVIDE the number in A1 by the number in B2. Put the answer in cell C3 - * / Check Answer A B C D 1 30 2 10 3 4 5 6
  • 46. = + A6 B2 A3 D4 A4 D6 C3 A1 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to DIVIDE the number in A1 by the number in B2. Put the answer in cell C3 - * / Next Question A1 B2 / A B C D 1 30 2 10 3 =A1/B2 4 5 6
  • 47. = + D1 B2 A3 C4 A4 D6 D5 B3 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD all the numbers in the spreadsheet. Put the answer in cell D1 - * / Check Answer + A B C D 1 2 3 5 4 6 5 7 6
  • 48. = + D1 B2 A3 C4 A4 D6 D5 B3 Drag the correct symbols and cell references onto the spreadsheet. Create the formula to ADD all the numbers in the spreadsheet. Put the answer in cell D1 - * / B3 C4 + + D5 + A B C D 1 =B3+C4+D5 2 3 5 4 6 5 7 6
  • 49. Quiz Complete Now complete the worksheet to check you understand