SlideShare a Scribd company logo
4.01 Student Notes


I.    Spreadsheets and Components of Spreadsheets
     A.   A workbook is a file which contains one or more spreadsheets.
     B.   A spreadsheet (or worksheet) is an arrangement of cells in columns and rows
          used to organize, analyze, calculate, and report information, usually in numerical
          form.
          •   For the remainder of this objective, the term spreadsheet will be used.
     C.   Cells are individual locations on a spreadsheet.
          1.     Cell address – Cell A4 refers to one specific location.
          2.     Cell range – A4:A16 refers to a group of adjacent cells.
          3.     Column A refers to all of the contents in a vertical range of cells in the first
                 column of the spreadsheet.
          4.     Row 3 refers to all of the contents in a horizontal range of cells on Row 3.
          5.     'All Years'!A6:E16 refers to a range of cells in a specific spreadsheet.
     D.   Cell data is classified according to its intended purpose.
          1.     The label classification is used for cells that contain text or for numbers
                 that will not be used in calculations.
          2.     A value classification indicates that the data has the potential to be used
                 in calculations.
          3.     A formula instructs the software to perform a calculation.
                 a.       Formulas begin with an equal sign (=). When the equal sign (or in
                          some cases a plus sign (+)) is keyed in a cell, the software
                          “knows” that the data will be used in a calculation.
                 b.       Formulas use the following:
                         i.      Addition
                         ii.     Division
                         iii.    Multiplication
                         iv.    Subtraction
                 c.      Calculations are performed according to the Order of
                         Operations:
                         i.      Parentheses
                         ii.     Exponents
                         iii.    Multiplication and division (from left to right)
                         iv.   Addition and subtraction (from left to right)
          2.     A basic function is a shortcut for a formula.
                 a.     Components of a Function
                         i.      Cell reference – indicates a cell’s location and provides
                                 instructions for how cell data is copied or used in
                                 calculations.
                                 (a) Relative - cell value changes as the formula is copied
                                 (b) Absolute - cell value remains static when copied to
                                     other locations
                                 (c) Mixed - combination of an absolute and a relative cell
4.01 Student Notes


                              ii.     Parentheses – control the Order of Operations
                              iii.  Conditions or criteria tell the function how to calculate
                                    the results and what data to use.
                      b.      Functions
                              i.      Sum, for example, =Sum(C4:C18) adds the range of cells
                                      from C4 through C18
                              ii.     Average, for example, =Average(C4:C18) determines the
                                      average of the range of cells from C4 through C18
                              iii.    Maximum, for example, =Max(C4:C18) finds the highest
                                      number in the range of cells from C4 through C18
                              iv.     Minimum, for example, =Min(C4:C18) finds the lowest
                                      number in the range of cells from C4 through C18
II.     Formatting is applied to spreadsheet components for the purpose of organizing and
      clarifying information. Data that is presented in a uniform and consistent format is much
      easier to understand than data presented with random formats. Formatting can be
      applied to pages, columns, rows, cell ranges, and cells. Formatting features include:
      A.     A header/footer
      B.     Font Size and Style
      C.     Justification
                  •   Left, right, or center justification can be applied globally to columns or
                      rows.
                  •   The format painter can also be used to apply global formats.
             1.        Left – by default, cells formatted as labels are left justified
             2.        Indent is a format applied to cell data to emphasize subcategories, such
                       as the itemized list of expenses in a budget.
             3.        Right – by default, cells formatted as values are right justified
                       a.      Values should be formatted uniformly, such as using two decimal
                               places for all like data or currency for total amounts.
                       b.      Values can be formatted for a set number of decimal places with
                               or without a comma separator.
                       c.      Values can be formatted in a variety of date formats.
                       d.      Other formats include time, percentage, fraction, and scientific.
             4.        Center – formatting usually applied to titles and column headings
      D.     Adjusting Height, Width, and Size of Cells, Columns, and Rows
             1.     Wrap is used to align multi-line text within a cell.
             2.     Merge is used to combine two or more cells; default alignment is center.
             3.     Column width is adjusted to fit the longest entry.
      E.     Borders and Shading
      F.     Editing
             1.     Columns and rows can be inserted, copied, pasted, or deleted.
             2.     Cell data can be cleared, copied or pasted.
      G.     Renaming a spreadsheet adds a descriptive identifier to the spreadsheet tab.
4.01 Student Notes


       H.     Reordering of spreadsheets
III.      Spreadsheet Operations increase the efficiency of data entry, the performing of
       calculations, and the presentation of information.
       A.     Spreadsheet operations
              1.    Sort is used to arrange data in alphabetical or chronological order.
                    a.      A primary sort indicates the primary sort range of data.
                    b.      A secondary sort indicates the next range.
              2.    Freeze panes allows the user to work in multiple areas of a large
                    spreadsheet and focus the view on specific cell ranges
              3.    Fill Series is used to fill a column or row with consecutive data
              4.    Print is used to provide a hard copy
                    a.      Print preview – used to view how data is represented on paper
                    b.      Print a selection – used to print a portion of a spreadsheet
              5.    Linking and embedding is used to integrate spreadsheet data with other
                    software applications
                    a.      A word processing document (target) may contain a link to a
                            spreadsheet (source) that will update anytime the spreadsheet
                            data is edited
                    b.      An embedded spreadsheet is converted into a graphic image
                            when placed in a target document and does not change to reflect
                            edits made at the source
II.       Advanced Functions are used in higher-level operations, such as in conditional and
       comparison equations to compute interest rates, due dates and payment terms, and
       financial projections.
       A.     IF statements - conditional operators
              1.      Results are returned IF the data specified in an equation meets conditions
                      set by the formula
              2.      IF statements can be written to carry out an action, such as: IF a value in
                      a cell is greater than or equal to another value, insert the word “Pass” in a
                      cell
       B.     Date functions - used to calculate a period of time
              1.     NOW - returns the current date
              2.     Days360 - calculates difference in days between two dates
       C.     LookUp function - used to compare a cell value to an array of cells and return a
              value that matches the location of the value in the array.
              1.      Lookup - used for two column vectors
              2.      VLookUp - used when there are more than two columns in the array
                      (lookup table).
       D.     List - used to assist in organizing spreadsheet information
              1.      Uses:
                    a.      Control the size or content of data entries
                    b.      Filter for specific content within a list such as displaying only the
                            Southeast region vice presidents
4.01 Student Notes


     2.     Types of Lists
            a.    Validated - limits data entry to specific choices programmed into
                  the function
            b.    Non-validated - allows additional entries other than those
                  provided in the drop-down menu
E.   Count - used to return the number of cells in a range
     1.    Count - number of cells in a range that contain numbers
     2.    CountA - number cells in a range that contain value or letter
     3.    CountIf - cells that meet a condition set forth in the formula

More Related Content

DOC
5.02 Notes Student
DOC
5.01 Activity Notes A
DOC
MC0077 SMU 2013 Fall Session
DOCX
Bis 245 week 5 lab – er diagram and er matrix
PPT
Data Types And Field Properties
PPT
Keller bis-245-week-5-lab-er-diagram-and-er-matrix-new
PDF
An overview of fragmentation
DOCX
Bis245 week 5 i lab devry university er diagram and er matrix
5.02 Notes Student
5.01 Activity Notes A
MC0077 SMU 2013 Fall Session
Bis 245 week 5 lab – er diagram and er matrix
Data Types And Field Properties
Keller bis-245-week-5-lab-er-diagram-and-er-matrix-new
An overview of fragmentation
Bis245 week 5 i lab devry university er diagram and er matrix

What's hot (9)

PPT
Mc leod9e ch06 database management systems
PPTX
Computer Literacy Lesson 18
PDF
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
PDF
Database.management.system.june.2012
PPS
Rdbms xp 03
PPTX
MIS chap # 6....
PDF
Assignment#11
PPT
HR ABAP Technical Overview | http://sapdocs.info/
DOCX
Mi0034 –database management systems
Mc leod9e ch06 database management systems
Computer Literacy Lesson 18
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
Database.management.system.june.2012
Rdbms xp 03
MIS chap # 6....
Assignment#11
HR ABAP Technical Overview | http://sapdocs.info/
Mi0034 –database management systems
Ad

Viewers also liked (11)

PDF
Document Examples
PDF
Document Examples
DOC
Copyright Basics Teacher
DOC
Document Culmination Project
PDF
Document Examples
PDF
Software Applications for Business Notes
PDF
Document examples
DOC
What Do You Know About Font Formatting Notes
DOC
4.02a Student Notes
PDF
Microsoft word 2.01 notes a
PDF
Document Examples
Document Examples
Document Examples
Copyright Basics Teacher
Document Culmination Project
Document Examples
Software Applications for Business Notes
Document examples
What Do You Know About Font Formatting Notes
4.02a Student Notes
Microsoft word 2.01 notes a
Document Examples
Ad

Similar to 4.01 Student Notes (20)

PPTX
Excel basics for everyday use
PDF
AS ICT (OCR) G061 3.1.4 Spreadsheet Concepts lesson slides
PDF
Tutorial Excel how to work with excel Tutorial Excel how to work with excel
PPT
Irahm I
PDF
Excel
PDF
Excel formulas-manual
PPTX
IPT Preliminary Spreadsheets
PPTX
Excel basics for everyday use part two
PPTX
WHPL Introduction to Excel
PDF
Excel2007formulas
PDF
Excel2007formulas
PPT
TID Chapter 4 Introduction To Spreadsheet(Excel)
PDF
5-A Reading
PPT
Spreadhsheets 1
PPT
Spreadhsheets 1
PPTX
MS Excel Ch 1 PPT
PPT
Excel tips
PPT
Spreadsheets
PDF
Excel tips&tricks
Excel basics for everyday use
AS ICT (OCR) G061 3.1.4 Spreadsheet Concepts lesson slides
Tutorial Excel how to work with excel Tutorial Excel how to work with excel
Irahm I
Excel
Excel formulas-manual
IPT Preliminary Spreadsheets
Excel basics for everyday use part two
WHPL Introduction to Excel
Excel2007formulas
Excel2007formulas
TID Chapter 4 Introduction To Spreadsheet(Excel)
5-A Reading
Spreadhsheets 1
Spreadhsheets 1
MS Excel Ch 1 PPT
Excel tips
Spreadsheets
Excel tips&tricks

More from wmassie (17)

DOC
L:\Principles Of Business Notes\2 01 Notes
PPT
The target-audience
PPT
Publications
PPT
Design principles
DOC
3.02 student activity
DOC
Business publications 3.02 notes
DOC
1 01 Notes Internet Search Tools T
DOC
Modify Subforms
PPT
Reports
PPT
Forms And Subforms
PPT
Queries
PPT
Forms
PPT
Database Fundamentals
PPT
Database Relationships
PPT
Chart Components
PPT
Types Of Charts
PPT
Copyright Or Wrong Teacher
L:\Principles Of Business Notes\2 01 Notes
The target-audience
Publications
Design principles
3.02 student activity
Business publications 3.02 notes
1 01 Notes Internet Search Tools T
Modify Subforms
Reports
Forms And Subforms
Queries
Forms
Database Fundamentals
Database Relationships
Chart Components
Types Of Charts
Copyright Or Wrong Teacher

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Approach and Philosophy of On baking technology
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
1. Introduction to Computer Programming.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Machine Learning_overview_presentation.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Getting Started with Data Integration: FME Form 101
Spectral efficient network and resource selection model in 5G networks
Approach and Philosophy of On baking technology
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Empathic Computing: Creating Shared Understanding
Encapsulation_ Review paper, used for researhc scholars
Group 1 Presentation -Planning and Decision Making .pptx
MIND Revenue Release Quarter 2 2025 Press Release
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Programs and apps: productivity, graphics, security and other tools
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Electronic commerce courselecture one. Pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
1. Introduction to Computer Programming.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Network Security Unit 5.pdf for BCA BBA.
Machine Learning_overview_presentation.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Getting Started with Data Integration: FME Form 101

4.01 Student Notes

  • 1. 4.01 Student Notes I. Spreadsheets and Components of Spreadsheets A. A workbook is a file which contains one or more spreadsheets. B. A spreadsheet (or worksheet) is an arrangement of cells in columns and rows used to organize, analyze, calculate, and report information, usually in numerical form. • For the remainder of this objective, the term spreadsheet will be used. C. Cells are individual locations on a spreadsheet. 1. Cell address – Cell A4 refers to one specific location. 2. Cell range – A4:A16 refers to a group of adjacent cells. 3. Column A refers to all of the contents in a vertical range of cells in the first column of the spreadsheet. 4. Row 3 refers to all of the contents in a horizontal range of cells on Row 3. 5. 'All Years'!A6:E16 refers to a range of cells in a specific spreadsheet. D. Cell data is classified according to its intended purpose. 1. The label classification is used for cells that contain text or for numbers that will not be used in calculations. 2. A value classification indicates that the data has the potential to be used in calculations. 3. A formula instructs the software to perform a calculation. a. Formulas begin with an equal sign (=). When the equal sign (or in some cases a plus sign (+)) is keyed in a cell, the software “knows” that the data will be used in a calculation. b. Formulas use the following: i. Addition ii. Division iii. Multiplication iv. Subtraction c. Calculations are performed according to the Order of Operations: i. Parentheses ii. Exponents iii. Multiplication and division (from left to right) iv. Addition and subtraction (from left to right) 2. A basic function is a shortcut for a formula. a. Components of a Function i. Cell reference – indicates a cell’s location and provides instructions for how cell data is copied or used in calculations. (a) Relative - cell value changes as the formula is copied (b) Absolute - cell value remains static when copied to other locations (c) Mixed - combination of an absolute and a relative cell
  • 2. 4.01 Student Notes ii. Parentheses – control the Order of Operations iii. Conditions or criteria tell the function how to calculate the results and what data to use. b. Functions i. Sum, for example, =Sum(C4:C18) adds the range of cells from C4 through C18 ii. Average, for example, =Average(C4:C18) determines the average of the range of cells from C4 through C18 iii. Maximum, for example, =Max(C4:C18) finds the highest number in the range of cells from C4 through C18 iv. Minimum, for example, =Min(C4:C18) finds the lowest number in the range of cells from C4 through C18 II. Formatting is applied to spreadsheet components for the purpose of organizing and clarifying information. Data that is presented in a uniform and consistent format is much easier to understand than data presented with random formats. Formatting can be applied to pages, columns, rows, cell ranges, and cells. Formatting features include: A. A header/footer B. Font Size and Style C. Justification • Left, right, or center justification can be applied globally to columns or rows. • The format painter can also be used to apply global formats. 1. Left – by default, cells formatted as labels are left justified 2. Indent is a format applied to cell data to emphasize subcategories, such as the itemized list of expenses in a budget. 3. Right – by default, cells formatted as values are right justified a. Values should be formatted uniformly, such as using two decimal places for all like data or currency for total amounts. b. Values can be formatted for a set number of decimal places with or without a comma separator. c. Values can be formatted in a variety of date formats. d. Other formats include time, percentage, fraction, and scientific. 4. Center – formatting usually applied to titles and column headings D. Adjusting Height, Width, and Size of Cells, Columns, and Rows 1. Wrap is used to align multi-line text within a cell. 2. Merge is used to combine two or more cells; default alignment is center. 3. Column width is adjusted to fit the longest entry. E. Borders and Shading F. Editing 1. Columns and rows can be inserted, copied, pasted, or deleted. 2. Cell data can be cleared, copied or pasted. G. Renaming a spreadsheet adds a descriptive identifier to the spreadsheet tab.
  • 3. 4.01 Student Notes H. Reordering of spreadsheets III. Spreadsheet Operations increase the efficiency of data entry, the performing of calculations, and the presentation of information. A. Spreadsheet operations 1. Sort is used to arrange data in alphabetical or chronological order. a. A primary sort indicates the primary sort range of data. b. A secondary sort indicates the next range. 2. Freeze panes allows the user to work in multiple areas of a large spreadsheet and focus the view on specific cell ranges 3. Fill Series is used to fill a column or row with consecutive data 4. Print is used to provide a hard copy a. Print preview – used to view how data is represented on paper b. Print a selection – used to print a portion of a spreadsheet 5. Linking and embedding is used to integrate spreadsheet data with other software applications a. A word processing document (target) may contain a link to a spreadsheet (source) that will update anytime the spreadsheet data is edited b. An embedded spreadsheet is converted into a graphic image when placed in a target document and does not change to reflect edits made at the source II. Advanced Functions are used in higher-level operations, such as in conditional and comparison equations to compute interest rates, due dates and payment terms, and financial projections. A. IF statements - conditional operators 1. Results are returned IF the data specified in an equation meets conditions set by the formula 2. IF statements can be written to carry out an action, such as: IF a value in a cell is greater than or equal to another value, insert the word “Pass” in a cell B. Date functions - used to calculate a period of time 1. NOW - returns the current date 2. Days360 - calculates difference in days between two dates C. LookUp function - used to compare a cell value to an array of cells and return a value that matches the location of the value in the array. 1. Lookup - used for two column vectors 2. VLookUp - used when there are more than two columns in the array (lookup table). D. List - used to assist in organizing spreadsheet information 1. Uses: a. Control the size or content of data entries b. Filter for specific content within a list such as displaying only the Southeast region vice presidents
  • 4. 4.01 Student Notes 2. Types of Lists a. Validated - limits data entry to specific choices programmed into the function b. Non-validated - allows additional entries other than those provided in the drop-down menu E. Count - used to return the number of cells in a range 1. Count - number of cells in a range that contain numbers 2. CountA - number cells in a range that contain value or letter 3. CountIf - cells that meet a condition set forth in the formula