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

Viewers also liked

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 (15)

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
 
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
 
Excel 2007 slide enter formulas
Excel 2007 slide    enter formulasExcel 2007 slide    enter formulas
Excel 2007 slide enter formulas
 
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
 
STRAND 1 NUMBERS.pptx GRADE 8 CBC FOR LEARNERS
STRAND 1   NUMBERS.pptx GRADE 8 CBC FOR LEARNERSSTRAND 1   NUMBERS.pptx GRADE 8 CBC FOR LEARNERS
STRAND 1 NUMBERS.pptx GRADE 8 CBC FOR LEARNERS
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in Excel
 
Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheets
 
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
 
Teoria y problemas de numeros racionales qa39 ccesa007
Teoria y problemas de numeros racionales qa39 ccesa007Teoria y problemas de numeros racionales qa39 ccesa007
Teoria y problemas de numeros racionales qa39 ccesa007
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
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
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
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
 
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
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
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
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
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
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
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
 

Recently uploaded (20)

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
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Ữ Â...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
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.
 
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
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.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
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
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
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
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
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
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
 

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