SlideShare a Scribd company logo
1 of 4
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

What's hot

Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
litmanen232
 
Database.management.system.june.2012
Database.management.system.june.2012Database.management.system.june.2012
Database.management.system.june.2012
NATHEEN
 
Mi0034 –database management systems
Mi0034 –database management systemsMi0034 –database management systems
Mi0034 –database management systems
smumbahelp
 

What's hot (10)

Bis245 week 5 i lab devry university er diagram and er matrix
Bis245 week 5 i lab devry university   er diagram and er matrixBis245 week 5 i lab devry university   er diagram and er matrix
Bis245 week 5 i lab devry university er diagram and er matrix
 
Mc leod9e ch06 database management systems
Mc leod9e ch06 database management systemsMc leod9e ch06 database management systems
Mc leod9e ch06 database management systems
 
Computer Literacy Lesson 18
Computer Literacy Lesson 18Computer Literacy Lesson 18
Computer Literacy Lesson 18
 
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM MethodEstimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
 
Database.management.system.june.2012
Database.management.system.june.2012Database.management.system.june.2012
Database.management.system.june.2012
 
Rdbms xp 03
Rdbms xp 03Rdbms xp 03
Rdbms xp 03
 
MIS chap # 6....
MIS chap # 6....MIS chap # 6....
MIS chap # 6....
 
Assignment#11
Assignment#11Assignment#11
Assignment#11
 
HR ABAP Technical Overview | http://sapdocs.info/
HR ABAP Technical Overview | http://sapdocs.info/HR ABAP Technical Overview | http://sapdocs.info/
HR ABAP Technical Overview | http://sapdocs.info/
 
Mi0034 –database management systems
Mi0034 –database management systemsMi0034 –database management systems
Mi0034 –database management systems
 

Viewers also liked

Document Examples
Document ExamplesDocument Examples
Document Examples
wmassie
 
Document Examples
Document ExamplesDocument Examples
Document Examples
wmassie
 
Copyright Basics Teacher
Copyright Basics TeacherCopyright Basics Teacher
Copyright Basics Teacher
wmassie
 
Document Culmination Project
Document Culmination ProjectDocument Culmination Project
Document Culmination Project
wmassie
 
Document Examples
Document ExamplesDocument Examples
Document Examples
wmassie
 
Software Applications for Business Notes
Software Applications for Business NotesSoftware Applications for Business Notes
Software Applications for Business Notes
wmassie
 
Document examples
Document examplesDocument examples
Document examples
wmassie
 
What Do You Know About Font Formatting Notes
What Do You Know About Font Formatting NotesWhat Do You Know About Font Formatting Notes
What Do You Know About Font Formatting Notes
wmassie
 
4.02a Student Notes
4.02a Student Notes4.02a Student Notes
4.02a Student Notes
wmassie
 
Microsoft word 2.01 notes a
Microsoft word   2.01 notes aMicrosoft word   2.01 notes a
Microsoft word 2.01 notes a
wmassie
 

Viewers also liked (11)

Document Examples
Document ExamplesDocument Examples
Document Examples
 
Document Examples
Document ExamplesDocument Examples
Document Examples
 
Copyright Basics Teacher
Copyright Basics TeacherCopyright Basics Teacher
Copyright Basics Teacher
 
Document Culmination Project
Document Culmination ProjectDocument Culmination Project
Document Culmination Project
 
Document Examples
Document ExamplesDocument Examples
Document Examples
 
Software Applications for Business Notes
Software Applications for Business NotesSoftware Applications for Business Notes
Software Applications for Business Notes
 
Document examples
Document examplesDocument examples
Document examples
 
What Do You Know About Font Formatting Notes
What Do You Know About Font Formatting NotesWhat Do You Know About Font Formatting Notes
What Do You Know About Font Formatting Notes
 
4.02a Student Notes
4.02a Student Notes4.02a Student Notes
4.02a Student Notes
 
Microsoft word 2.01 notes a
Microsoft word   2.01 notes aMicrosoft word   2.01 notes a
Microsoft word 2.01 notes a
 
Document Examples
Document ExamplesDocument Examples
Document Examples
 

Similar to 4.01 Student Notes

DS-UNIT 1 FINAL (2).pptx
DS-UNIT 1 FINAL (2).pptxDS-UNIT 1 FINAL (2).pptx
DS-UNIT 1 FINAL (2).pptx
prakashvs7
 
Module 5 entering data in worksheet
Module 5 entering data in worksheetModule 5 entering data in worksheet
Module 5 entering data in worksheet
Dr. Shalini Pandey
 

Similar to 4.01 Student Notes (20)

cprogramming questions for practice end term
cprogramming questions for practice end termcprogramming questions for practice end term
cprogramming questions for practice end term
 
Fundamental of C Programming (Data Types)
Fundamental of C Programming (Data Types)Fundamental of C Programming (Data Types)
Fundamental of C Programming (Data Types)
 
Julie S
Julie SJulie S
Julie S
 
C Language Interview Questions: Data Types, Pointers, Data Structures, Memory...
C Language Interview Questions: Data Types, Pointers, Data Structures, Memory...C Language Interview Questions: Data Types, Pointers, Data Structures, Memory...
C Language Interview Questions: Data Types, Pointers, Data Structures, Memory...
 
Excel
ExcelExcel
Excel
 
Gse 213 lesson 3
Gse 213 lesson 3Gse 213 lesson 3
Gse 213 lesson 3
 
Interview Questions For C Language
Interview Questions For C Language Interview Questions For C Language
Interview Questions For C Language
 
Interview Questions For C Language .pptx
Interview Questions For C Language .pptxInterview Questions For C Language .pptx
Interview Questions For C Language .pptx
 
Technical Interview
Technical InterviewTechnical Interview
Technical Interview
 
Phd2023-2024cIntegralUniversitynida.pptx
Phd2023-2024cIntegralUniversitynida.pptxPhd2023-2024cIntegralUniversitynida.pptx
Phd2023-2024cIntegralUniversitynida.pptx
 
Data processing in research methodology
Data processing in research methodologyData processing in research methodology
Data processing in research methodology
 
Data Structure & Algorithm.pptx
Data Structure & Algorithm.pptxData Structure & Algorithm.pptx
Data Structure & Algorithm.pptx
 
DS-UNIT 1 FINAL (2).pptx
DS-UNIT 1 FINAL (2).pptxDS-UNIT 1 FINAL (2).pptx
DS-UNIT 1 FINAL (2).pptx
 
Data Structures_Introduction
Data Structures_IntroductionData Structures_Introduction
Data Structures_Introduction
 
Advanced Data Structures 2006
Advanced Data Structures 2006Advanced Data Structures 2006
Advanced Data Structures 2006
 
Data Structures & Recursion-Introduction.pdf
Data Structures & Recursion-Introduction.pdfData Structures & Recursion-Introduction.pdf
Data Structures & Recursion-Introduction.pdf
 
Module 5 entering data in worksheet
Module 5 entering data in worksheetModule 5 entering data in worksheet
Module 5 entering data in worksheet
 
Unit_2_Feature Engineering.pdf
Unit_2_Feature Engineering.pdfUnit_2_Feature Engineering.pdf
Unit_2_Feature Engineering.pdf
 
Lesson
LessonLesson
Lesson
 
Data structures
Data structuresData structures
Data structures
 

More from wmassie

L:\Principles Of Business Notes\2 01 Notes
L:\Principles Of Business Notes\2 01 NotesL:\Principles Of Business Notes\2 01 Notes
L:\Principles Of Business Notes\2 01 Notes
wmassie
 
The target-audience
The target-audienceThe target-audience
The target-audience
wmassie
 
Publications
PublicationsPublications
Publications
wmassie
 
Design principles
Design principlesDesign principles
Design principles
wmassie
 
3.02 student activity
3.02 student activity3.02 student activity
3.02 student activity
wmassie
 
Business publications 3.02 notes
Business publications 3.02 notesBusiness publications 3.02 notes
Business publications 3.02 notes
wmassie
 
1 01 Notes Internet Search Tools T
1 01 Notes Internet Search Tools T1 01 Notes Internet Search Tools T
1 01 Notes Internet Search Tools T
wmassie
 
Modify Subforms
Modify SubformsModify Subforms
Modify Subforms
wmassie
 
Forms And Subforms
Forms And SubformsForms And Subforms
Forms And Subforms
wmassie
 
Database Fundamentals
Database FundamentalsDatabase Fundamentals
Database Fundamentals
wmassie
 
Database Relationships
Database RelationshipsDatabase Relationships
Database Relationships
wmassie
 
Chart Components
Chart ComponentsChart Components
Chart Components
wmassie
 
Types Of Charts
Types Of ChartsTypes Of Charts
Types Of Charts
wmassie
 
Copyright Or Wrong Teacher
Copyright Or Wrong TeacherCopyright Or Wrong Teacher
Copyright Or Wrong Teacher
wmassie
 

More from wmassie (17)

L:\Principles Of Business Notes\2 01 Notes
L:\Principles Of Business Notes\2 01 NotesL:\Principles Of Business Notes\2 01 Notes
L:\Principles Of Business Notes\2 01 Notes
 
The target-audience
The target-audienceThe target-audience
The target-audience
 
Publications
PublicationsPublications
Publications
 
Design principles
Design principlesDesign principles
Design principles
 
3.02 student activity
3.02 student activity3.02 student activity
3.02 student activity
 
Business publications 3.02 notes
Business publications 3.02 notesBusiness publications 3.02 notes
Business publications 3.02 notes
 
1 01 Notes Internet Search Tools T
1 01 Notes Internet Search Tools T1 01 Notes Internet Search Tools T
1 01 Notes Internet Search Tools T
 
Modify Subforms
Modify SubformsModify Subforms
Modify Subforms
 
Reports
ReportsReports
Reports
 
Forms And Subforms
Forms And SubformsForms And Subforms
Forms And Subforms
 
Queries
QueriesQueries
Queries
 
Forms
FormsForms
Forms
 
Database Fundamentals
Database FundamentalsDatabase Fundamentals
Database Fundamentals
 
Database Relationships
Database RelationshipsDatabase Relationships
Database Relationships
 
Chart Components
Chart ComponentsChart Components
Chart Components
 
Types Of Charts
Types Of ChartsTypes Of Charts
Types Of Charts
 
Copyright Or Wrong Teacher
Copyright Or Wrong TeacherCopyright Or Wrong Teacher
Copyright Or Wrong Teacher
 

Recently uploaded

Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 

Recently uploaded (20)

Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. Startups
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & Ireland
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 

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