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 matrixlitmanen232
 
Mc leod9e ch06 database management systems
Mc leod9e ch06 database management systemsMc leod9e ch06 database management systems
Mc leod9e ch06 database management systemssellyhood
 
Computer Literacy Lesson 18
Computer Literacy Lesson 18Computer Literacy Lesson 18
Computer Literacy Lesson 18cpashke
 
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 Methodidescitation
 
Database.management.system.june.2012
Database.management.system.june.2012Database.management.system.june.2012
Database.management.system.june.2012NATHEEN
 
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/sapdocs. info
 
Mi0034 –database management systems
Mi0034 –database management systemsMi0034 –database management systems
Mi0034 –database management systemssmumbahelp
 

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 Exampleswmassie
 
Document Examples
Document ExamplesDocument Examples
Document Exampleswmassie
 
Copyright Basics Teacher
Copyright Basics TeacherCopyright Basics Teacher
Copyright Basics Teacherwmassie
 
Document Culmination Project
Document Culmination ProjectDocument Culmination Project
Document Culmination Projectwmassie
 
Document Examples
Document ExamplesDocument Examples
Document Exampleswmassie
 
Software Applications for Business Notes
Software Applications for Business NotesSoftware Applications for Business Notes
Software Applications for Business Noteswmassie
 
Document examples
Document examplesDocument examples
Document exampleswmassie
 
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 Noteswmassie
 
4.02a Student Notes
4.02a Student Notes4.02a Student Notes
4.02a Student Noteswmassie
 
Microsoft word 2.01 notes a
Microsoft word   2.01 notes aMicrosoft word   2.01 notes a
Microsoft word 2.01 notes awmassie
 
Document Examples
Document ExamplesDocument Examples
Document Exampleswmassie
 

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

cprogramming questions for practice end term
cprogramming questions for practice end termcprogramming questions for practice end term
cprogramming questions for practice end termSheelendra3
 
Fundamental of C Programming (Data Types)
Fundamental of C Programming (Data Types)Fundamental of C Programming (Data Types)
Fundamental of C Programming (Data Types)jimmy majumder
 
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...Rowank2
 
Interview Questions For C Language
Interview Questions For C Language Interview Questions For C Language
Interview Questions For C Language Rowank2
 
Interview Questions For C Language .pptx
Interview Questions For C Language .pptxInterview Questions For C Language .pptx
Interview Questions For C Language .pptxRowank2
 
Phd2023-2024cIntegralUniversitynida.pptx
Phd2023-2024cIntegralUniversitynida.pptxPhd2023-2024cIntegralUniversitynida.pptx
Phd2023-2024cIntegralUniversitynida.pptxjaved75
 
Data processing in research methodology
Data processing in research methodologyData processing in research methodology
Data processing in research methodologydrsaravanan1977
 
Data Structure & Algorithm.pptx
Data Structure & Algorithm.pptxData Structure & Algorithm.pptx
Data Structure & Algorithm.pptxMumtaz
 
DS-UNIT 1 FINAL (2).pptx
DS-UNIT 1 FINAL (2).pptxDS-UNIT 1 FINAL (2).pptx
DS-UNIT 1 FINAL (2).pptxprakashvs7
 
Data Structures_Introduction
Data Structures_IntroductionData Structures_Introduction
Data Structures_IntroductionThenmozhiK5
 
Advanced Data Structures 2006
Advanced Data Structures 2006Advanced Data Structures 2006
Advanced Data Structures 2006Sanjay Goel
 
Data Structures & Recursion-Introduction.pdf
Data Structures & Recursion-Introduction.pdfData Structures & Recursion-Introduction.pdf
Data Structures & Recursion-Introduction.pdfMaryJacob24
 
Module 5 entering data in worksheet
Module 5 entering data in worksheetModule 5 entering data in worksheet
Module 5 entering data in worksheetDr. Shalini Pandey
 
Unit_2_Feature Engineering.pdf
Unit_2_Feature Engineering.pdfUnit_2_Feature Engineering.pdf
Unit_2_Feature Engineering.pdfPyingkodi Maran
 

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 Noteswmassie
 
The target-audience
The target-audienceThe target-audience
The target-audiencewmassie
 
Publications
PublicationsPublications
Publicationswmassie
 
Design principles
Design principlesDesign principles
Design principleswmassie
 
3.02 student activity
3.02 student activity3.02 student activity
3.02 student activitywmassie
 
Business publications 3.02 notes
Business publications 3.02 notesBusiness publications 3.02 notes
Business publications 3.02 noteswmassie
 
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 Twmassie
 
Modify Subforms
Modify SubformsModify Subforms
Modify Subformswmassie
 
Forms And Subforms
Forms And SubformsForms And Subforms
Forms And Subformswmassie
 
Database Fundamentals
Database FundamentalsDatabase Fundamentals
Database Fundamentalswmassie
 
Database Relationships
Database RelationshipsDatabase Relationships
Database Relationshipswmassie
 
Chart Components
Chart ComponentsChart Components
Chart Componentswmassie
 
Types Of Charts
Types Of ChartsTypes Of Charts
Types Of Chartswmassie
 
Copyright Or Wrong Teacher
Copyright Or Wrong TeacherCopyright Or Wrong Teacher
Copyright Or Wrong Teacherwmassie
 

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

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 

Recently uploaded (20)

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

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