Spreadsheets Objective 4.01 Understand spreadsheets used in business.

Slides:



Advertisements
Similar presentations
TUTORIAL 1 Getting Started with Excel
Advertisements

With Microsoft ® Excel 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Excel 2010 Chapter 1 Creating a Worksheet and.
Introduction to Microsoft Excel 2010 Chapter Extension 3.
GO! with Microsoft® Excel e
Excel Tutorial 1 Getting Started with Excel
Objectives 1.Identify the functions of a spreadsheet 2.Identify how spreadsheets can be used. 3.Explain the difference in columns and rows. 4.Locate specific.
Using Complex Formulas, Functions, and Tables. Objectives Navigate a workbookNavigate a workbook Enter labels and valuesEnter labels and values Change.
With Microsoft ® Excel e © 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Excel 2010 Chapter 9 Creating a Worksheet and Charting Data.
1.  Formatting is applied to spreadsheet components for the purpose of organizing and clarifying information.  Data that is presented in a uniform and.
Unit G: Using Complex Formulas, Functions, and Tables Microsoft Office Illustrated Fundamentals.
Excel Web App By: Ms. Fatima Shannag.
Spreadsheet Basics What is a Spreadsheet?
Spreadsheet Basics What is a Spreadsheet? A spreadsheet (or worksheet) is an arrangement of cells in columns and rows used to organize, analyze, calculate,
Spreadsheets Objective 6.01 Demonstrate basic spreadsheet concepts and functions.
Spreadsheet Operations and Functions.  Spreadsheet Operations and Functions increase the efficiency of data entry, the performing of calculations, and.
1 Demonstrate basic spreadsheet concepts and functions.
FIRST COURSE Excel Tutorial 1 Getting Started with Excel.
Microsoft Excel Used to organize information for calculations.
Lesson 8 — Spreadsheets Unit 2 — Software. Lesson 8 – Spreadsheets 2 Objectives Understand the purpose and function of a spreadsheet. Identify the major.
Spreadsheet Operations 1. Spreadsheet Operations— increase..... the efficiency of data entry the performing of calculations, and the presentation of information.
Spreadsheet Operations These increase the efficiency of data entry, the performing of calculations, and the presentation of information.
1 Lesson 18 Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Chapter 6.  If a cell style will be used over and over again it can be modified in the cell styles gallery  Home ⇒ Cell Styles ⇒ right-click a style.
IC 3 BASICS, Internet and Computing Core Certification Key Applications Lesson 11 Organizing the Worksheet.
Microsoft Excel Study Guide Test 6 & 7 7 th grade MSBCS-BCSI-9 Students will develop and apply basic spreadsheet skills MSBCS-BCSII-5 The student will.
Copy the Agenda. Open the Excel Vocabulary List and IE Step 1-2. Today’s release time is 1:37 p.m. H AP P Y T U E S D A Y!!!
Spreadsheet Basics What is a Spreadsheet? A spreadsheet (or worksheet) is an arrangement of cells in columns and rows used to organize, analyze, calculate,
Key Applications Module Lesson 17 — Organizing Worksheets Computer Literacy BASICS.
Excel Web App By: Ms. Fatima Shannag.
Spreadsheet Formatting. Formatting Is applied to spreadsheet components for the purpose of organizing and clarifying information When data is presented.
1.  Formatting applied to spreadsheet for the purpose of organizing and clarifying information.  Data presented in a uniform and consistent format 
1 Lesson 13 Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
© 2010 Pearson Education, Inc. | Publishing as Prentice Hall.1 Computer Literacy for IC 3 Unit 2: Using Productivity Software Chapter 6: Creating and Formatting.
Lesson 6 Formatting Cells and Ranges. Objectives:  Insert and delete cells  Manually format cell contents  Copy cell formatting with the Format Painter.
FUNCTIONS FUNCTIONS are : Special formulas that do not use operators to calculate a result (i.e., a shortcut formula) Example: =SUM(A6:A9) SUM is the.
Spreadsheet Basics What is a Spreadsheet?
Spreadsheet Operations and Functions Computer Applications Understand spreadsheets used in business.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
Lesson 12 Spreadsheets Unit 2—Using the Computer.
1.  Formatting is applied to spreadsheet components for the purpose of organizing and clarifying information.  Added to present data in a uniform and.
Key Applications Module Lesson 14 — Working with Tables Computer Literacy BASICS.
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
Advanced Functions Objective Advanced Functions are used in higher-level operations, such as in conditional and comparison equations to compute.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
Microsoft Excel 2007 Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) BCOMP0101.
CSA2 – ADVANCED FUNCTIONS AND CHARTS (A DAY) & (B DAY) ADVANCED FUNCTIONS - are used in higher-level operations, such as in conditional.
8.03 Spreadsheet Operations 1. Spreadsheet Operations— increase..... the efficiency of data entry the performing of calculations, and the presentation.
Spreadsheet Operations
Objective 6.01 Demonstrate basic spreadsheet concepts and functions
Advanced Functions Computer Applications 1
Warm up – What do you know?
Spreadsheet Operations
Spreadsheet Operations
Spreadsheet Operations
8.03 Spreadsheet Operations
Spreadsheet Formatting
Spreadsheet Formatting
Spreadsheet Formatting
8.02 Spreadsheet Formatting
Spreadsheet Formatting
Spreadsheet Formatting
Objective 6.01 Demonstrate basic spreadsheet concepts and functions
Objective 6.01 Demonstrate basic spreadsheet concepts and functions
1 Demonstrate basic spreadsheet concepts and functions
Spreadsheet Formatting
Spreadsheet Formatting cleanvideosearch
Objective 6.01 Demonstrate basic spreadsheet concepts and functions
Objective 6.01 Demonstrate basic spreadsheet concepts and functions
IT Solutions for Administrators - Spreadsheets
Unit G: Using Complex Formulas, Functions, and Tables
Presentation transcript:

Spreadsheets Objective 4.01 Understand spreadsheets used in business

Designing a Spreadsheet  WHAT IS A SPREADSHEET?  Rows and columns of data and formulas  Cell - Intersection of a row and column ABCD 1 2*CELL 3 ROWS (horizontal) COLUMNS (vertical) * CELL ADDRESS = B2

Daily Uses of Spreadsheets Business School School Budgets Student Grades Payrolls Personal/Home Budget Checkbook Car loans Household Expenses Payrolls Budgeting Investments Inventory costs Loan Payments

Data Types  Labels (left default alignment)  Data expressed in words, symbols, dates, or numbers not used in calculations Thomas Jones January 3 Zip code, SS#, telephone number  Values (right default alignment)  Data expressed in numbers 150  Formulas  Algebraic format of formulas =A1+B1, =(C4*D10)+A3

Data Types Label Value Formula

Basic Spreadsheet Formulas  Addition=B7+C7  Subtraction=B7-C7  Multiplication=B7*C7  Division=B7/C7 Formulas begin with an equals sign (=). When the equals sign is keyed in a cell, the software “knows” that the data will be used in a calculation. Formulas are used for simple mathematical calculations

Order of Operations  Calculations are performed according to the Order of Operations  In the equation = 5+2*3, the result is 11 because the multiplication operation is performed first and then added to the number 5  To change the order of operations, simply place  parentheses around the part of the formula to be calculated first. Thus, in the equation = (5 + 2) * 3, the result is 21  Formulas can be viewed and printed.

Formatting  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 cont.  A header/footer is a feature used to add identifying information to a spreadsheet. Information may include the title of the company, the date, the page number, time of creation or update, and contact information.  When printed it will be displayed above the spreadsheet and not part of the spredsheet.  Font Size and Style options are used to clarify information by adding emphasis to titles, column headings, and grand totals, etc.  Borders and Shading are used to emphasize and organize information and can be applied to columns, rows, cell ranges, or individual cells

Formatting-Justification  Left, Right, Center and Full justification can be applied to all data types, columns and rows  The format painter can also be used to apply global formats  1. Left – by default, cells formatted as labels are left justified  2. Right – by default, cells formatted as values are right justified  4. Center – formatting usually applied to titles and column headings

Formatting Values  Values should be formatted uniformly, such as using two decimal places for all like data or currency for total amounts  Values can be formatted for a set number of decimal places with or without a comma separator  Values can be formatted in a variety of date formats  Other formats include time, percentage, fraction, and scientific

Formatting Adjusting Cell size  1. Text Wrap is applied to cells that require more space when the row or column size is adjusted  2. Merge is used to combine adjacent cell ranges or cells.  When merged, the default alignment is center  3. Column width is adjusted to fit the longest entry  The ### symbols, when they appear in a cell, indicate that the width is too small to display the contents

Formatting-Editing  Columns and rows can be inserted, copied, pasted, or deleted  Cell data can be cleared, copied or pasted  Columns, rows, and cells can be merged when space requirements are an issue  Renaming a spreadsheet makes it more user- friendly by adding a descriptive identifier to the spreadsheet tab  Changing the order of spreadsheets is helpful in organizing and clarifying information

Questions  Why might a column need to be added or deleted?  Why might a spreadsheet need to be moved or renamed?

Spreadsheet Operations and Functions  Sort is used to arrange data in alphabetical or chronological order  A primary sort indicates the primary sort range of data, such as sort by last name  A secondary sort indicates the next range, such as first name  Freeze panes allows the user to work in multiple areas of a large spreadsheet and focus the view on specific cell ranges  Fill Series is used to fill a column or row with consecutive data, such as the days of the week, months, and checkbook numbers

Printing  Print is used to provide a hard copy  Print preview – used to validate how data is represented on paper before printing and to make adjustments to margins, gridlines, and page orientation, etc.  Print a selection – used when printing only a portion of a spreadsheet

Linking and Embedding  Linking and embedding is used to integrate spreadsheet data with other software applications  Word processing document (target) may contain a link to a spreadsheet (source) that will update anytime the spreadsheet data is edited  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 Ex. Late notices to customers

Spreadsheet functions  Are predefined formulas that perform calculations by using specific values, called arguments, in a specific order. They can be used to perform simple or complex calculations. Components of functions Cell Range Parentheses Conditions or criteria Basic Functions Advance Functions List Count

Cell reference  Indicates a cell’s location and provides instructions for how cell data is copied or used in calculations  Relative (cell value changes as the formula is copied)  Absolute (cell value remains static when copied to other locations)  Mixed reference indicates the combination of an absolute cell and a relative cell, such as $A4

Parentheses  Parentheses – controls the Order of Operations  Conditions or criteria tell the function how to calculate the results and what data to use  For Example see slide 7.

Basic Functions  Basic functions include the following:  Sum, for example, =Sum(C4:C18) adds the range of cells from C4 through C18  Average, for example, =Average(C4:C18) determines the average of the range of cells from C4 through C18  Maximum, for example, =Max(C4:C18) finds the highest number in the range of cells from C4 through C18  Minimum, for example, =Min(C4:C18) finds the lowest number in the range of cells from C4 through C18

Advanced Functions  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.  Types of Advance Functions  If statements,  Date functions,  Look up function,

Advance functions cont.  IF statements are conditional operators used in spreadsheet formulas  Results are returned IF the data specified in an equation meets conditions set by the formula  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

Advance functions cont.  Date functions are used to calculate a period of time such as the number of days that have elapsed since a value was entered into a specific cell or to calculate a 30 day due date for a record of spreadsheet of invoices.  The NOW date function returns the current date  Days360 calculates the difference in days between two dates.

Advance functions cont.  The LookUp function is 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. Lookup is used for two column vectors or multi- column arrays.  VLookUp is used when there are more than two columns in the array (lookup table). Vlookup searches for matches according to column number For more information on the LookUp function, consult your software help files or reference books

Advance functions-List  List is a feature used to create a more user- friendly spreadsheet atmosphere.  This is like a drop down  A validated list limits data entry to specific choices programmed into the function  A non-validated list allows additional entries other than those provided in the drop-down menu

Advance functions-count  Count is used to return the number of cells in a range  The Count function alone will return the number of cells in a range that contain numbers  The Count A function will return the number cells in a range that contain any value  The Count If function will count cells that meet a condition set forth in the formula

Essential Questions  What formatting options are used in spreadsheets and why?  What operations, formulas, and functions are commonly used in spreadsheets? Why?  What results are produced by the operations, formulas, and functions?

Printing  Printing Options – (File, Page Setup)  Portrait – paper taller than wide  Landscape – paper wider than tall  With/without gridlines  With/without row and column headings