Formulas and Functions. Type Data Into Spreadsheet ◦Open Excel ◦Create Blank Workbook ◦Type data shown as in example ◦ To get 2 lines in a cell ◦Type.

Slides:



Advertisements
Similar presentations
EDCI 570 Tom Fortney. Formula Bar Tool Bars Cell Row Numbers Column Letters.
Advertisements

TUTORIAL 1 Getting Started with Excel
Prepared by : Mahmoud A. Abu Hashish  Used to organize and analyze information  Made up of columns and rows  Columns and rows intersect.
Excel The purpose of a spreadsheet is to solve problems involving numbers. A worksheet consists of columns and rows that intersect to form cells. Each.
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Microsoft Office XP Microsoft Excel
Microsoft Excel. Click on “Start,” then “Microsoft Office Excel.”
Formulas, Functions, Formatting, and Web Queries
Introduction to Microsoft Excel 2010 Chapter Extension 3.
Formulas, Functions, Formatting, and Web Queries
Formulas, Functions, Formatting, and Web Queries
Loading Excel Double click the Excel icon on the desktop (if you have this) OR Click on Start All Programs Microsoft Office Microsoft Office Excel 2003.
Chapter 2 Formulas, Functions, and Formatting
Using Microsoft Office Excel 2007
Using Complex Formulas, Functions, and Tables. Objectives Navigate a workbookNavigate a workbook Enter labels and valuesEnter labels and values Change.
Formatting cell contents. Select the cells you want to format Click home tab Click font down arrow Click font you want Click font size down arrow Click.
AoN Session 2. Highlight a number of cells at the top of the page. Then with the cursor over these cells right click. Scroll down to the format cell.
Excel Formatting and Editing Worksheets Microsoft Office 2010 Fundamentals 1.
MICROSOFT OFFICE 2013 EXCEL 1. 2 File Tab 1 Title Bar 5. Group 7 Name Box 6 Active Cell 8 Formula Bar 4 Ribbon 9 Column 10. Row 11 Sheet Tabs 12 View.
Pasewark & Pasewark 1 Excel Lesson 2 Changing the Appearance of a Worksheet Microsoft Office 2007: Introductory.
L13_2 Microsoft Excel - Formulas, Formatting and Creating Charts * Entering the Titles and Numbers into the Worksheet * Entering Formulas * Entering Formulas.
Unit G: Using Complex Formulas, Functions, and Tables Microsoft Office Illustrated Fundamentals.
Excel Web App By: Ms. Fatima Shannag.
1 Excel Lesson 2 Changing the Appearance of a Worksheet Microsoft Office 2010 Introductory Pasewark & Pasewark.
FIRST COURSE Excel Lecture. XP 2 Introducing Excel Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative.
Spreadsheet. Objectives Create a new blank workbook. Create a new blank workbook. Identify user interface elements that you can use to accomplish basic.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t The slides in this lecture have been originally created by the author of the book and.
1 Introduction to Excel Chapter 2. 2 Wrapping Text Steps to wrap text in one cell: Type the amount of text that will fit within a cell [alt] + [enter]
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
Microsoft Excel Spreadsheet Blue Section Project 2.
Excel 2007 Part (1) Dr. Susan Al Naqshbandi
European Computer Driving Licence Syllabus version 5.0 Module 4 – Spreadsheets Chapter 22 – Functions Pass ECDL5 for Office 2007 Module 4 Spreadsheets.
Learning Microsoft Excel Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office.
Microsoft Excel Used to organize information for calculations.
Excel Project 2 FORMULAS, FUNCTIONS, FORMATTING AND WEB QUERIES.
Excel Lesson 3. Functions Function is a built-in formula that performs calculations automatically. –Examples: SUM (Adds a series of cells) COUNT (Counts.
IC 3 BASICS, Internet and Computing Core Certification Key Applications Lesson 10 Creating and Formatting an Excel Worksheet.
CIS111 Basic PC Literacy Formatting a Worksheet Pages
Excel CREATING A WORKSHEET AND CHART. Personal Budget Worksheet We will create a personal budget worksheet that shows you income each month and your expenses.
Excel Project 2 Formulas, Functions, and Formatting.
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
INTRODUCTION TO FORMULAS AND FUNCTIONS 1 Nolan Tomboulian Tomboulian.wikispaces.com.
Key Words: Functional Skills. Key Words: Spreadsheets.
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
Excel – Lesson 2 Excel Lesson 2 Changing the Appearance of a Worksheet Microsoft Office 2007: Introductory Pasewark & Pasewark 1.
Excel Web App By: Ms. Fatima Shannag.
Excel Screen Slide 1 Column Row Cell Formula bar Column heading Row heading Worksheet tab.
1. 2 Word Processing Word Processing is writing words and sentences on the computer. It is easy to change or move text in a word document. People use.
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
1 Introduction to Spreadsheets Chapter 1 Lecture Outline.
Microsoft Excel 2010 Chapter 2 Formulas, Functions, and Formatting.
Spreadsheets: Part I Creating a Worksheet in MS Excel
Spread Sheets and Excel Overview Introduction to the Basics of the Excel Spreadsheet application Entering Data Formatting Cells Using Formulas Overview.
An electronic document that stores various types of data.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Office 2010 Vol. 1, 2e PowerPoint Lecture to Accompany.
Day 1: MS Excel for Beginners Aniko Balogh CEU Computer & Statistics Center
MS Excel INFORMATION TECHNOLOGY MANAGEMENT SERVICE Training & Research Division.
By Martha Nelson Digital Learning Specialist Excel Basics.
Excel Notes Use the handout given.
Excel Training - Part One
Formatting a Worksheet
Microsoft Excel.
Basic parts of Excel Office 2016
Excel 1 Microsoft Office 2013.
Creating a Worksheet and an Embedded Chart
Basic parts of Excel Office 2016
Skills for Success with Microsoft Office 2010
Unit G: Using Complex Formulas, Functions, and Tables
Presentation transcript:

Formulas and Functions

Type Data Into Spreadsheet ◦Open Excel ◦Create Blank Workbook ◦Type data shown as in example ◦ To get 2 lines in a cell ◦Type Hours ◦Press Alt and Enter Key ◦Type Worked and press Enter ◦Resize columns ◦Drag between A and B or Double Click between A and B for Best Fit ◦(This is fictional – we don’t really get paid)

Enter Gross Pay Formula Gross Pay will be Hours Worked * Hourly Rate ◦Click in cell E4 ◦Type = ◦The equals key always tells Excel that a formula is coming. Otherwise, Excel thinks it is just text ◦Click on C4 ◦Type * ◦Click on cell D4 ◦Click on check in formula bar ◦Results will display in cell E4. Formula will display in formula bar

Order of Operations Excel follows the mathematical order of operations Do things in P arentheses First. Example: ◦6 × (5 + 3) = 6 × 8 = 48 E xponents (Powers, Roots) before Multiply, Divide, Add or Subtract. Example: ◦5 × 2 2 = 5 × 4 = 20 M ultiply or D ivide before you A dd or S ubtract. Example: ◦2 + 5 × 3 = = 17 Otherwise just go left to right. Example: ◦30 ÷ 5 × 3 = 6 × 3 = 18 You can remember by saying " P lease E xcuse M y D ear A unt S ally".

Enter Federal Tax Formula ◦Note that this is not an actual formula that you would use. You would learn in accounting exactly how to figure federal tax based on the employee’s W-4 form. We are just going to estimate this to see how we type in formulas. ◦Formula will be.23* (Gross Pay – Dependents * 24.32). Remember that it will perform calculation inside parenthesis first. It will multiply by dependents BEFORE it subtracts from Gross Pay. Here is how we actually enter that: ◦Formula will actually be =.23*(E4-B4*24.32) ◦Here is how to do that step by step ◦With cell F4 selected, type =.23*( ◦Click cell E4 ◦Type – ◦Click cell B4 ◦Type *24.32) ◦Click check box on formula bar

Enter FICA Formula ◦Formula will be.0765 * Gross Pay ◦Formula will actually be =.0765*E4 ◦Here is how to do that step by step ◦Click on cell G4 ◦Type =.0765* ◦Click on cell E4 ◦Click on check box in formula bar

Enter Net Pay Formula ◦Formula will be Gross Pay – (Federal Tax + FICA) ◦Actual formula will be =E4-(F4+G4) ◦Here is how to do that step by step ◦Click on cell H4 ◦Type = ◦Click on cell E4 ◦Type – ( ◦Click on cell F4 ◦Type + ◦Click on G4 ◦Type ) ◦Click on check box on formula bar

Copy Formulas Using Fill Handle ◦Select cells E4 through H4 ◦Fill down by clicking on the small green square in corner of H4 (fill handle) and dragging down through H7

Determine Total for Hours Worked ◦Click on cell C8 ◦Click arrow beside AutoSum button on Home / Editing ◦Choose Sum ◦Excel automatically selects numbers it finds above that formula. If it finds no numbers above then it selects numbers to the left of that formula. If what Excel selects is not correct, then select the range of cells yourself. ◦Click on check on formula bar

Fill Totals Across ◦Fill totals across by clicking on green square in lower corner of cell C8 and dragging across through Net Pay ◦We don’t need totals for Hourly Pay Rate, so delete that total

Determine Highest Numbers ◦Click on C9 ◦Click on Auto Sum arrow and choose Max ◦Notice that Excel will automatically select all numbers above C9. We do not want the totals (C8) included, so use the mouse to select C4-C7 ◦Click on check in formula bar to record

Determine Lowest Numbers ◦Click on C10 ◦Click on Auto Sum arrow and choose Min ◦Notice that Excel will automatically select all numbers above C10. We do not want the totals (C8) or Highest (C9) included, so use the mouse to select C4-C7 ◦Click on check in formula bar to record

Determine Averages ◦Click on C11 ◦Click on Auto Sum arrow and choose Avgerage ◦Notice that Excel will automatically select all numbers above C11. We do not want the Totals (C8) or Highest (C9) or Lowest (C10) included, so use the mouse to select C4-C7 ◦Click on check in formula bar to record

Fill Three Formulas Across ◦Select the 3 formulas (cells C9, C10, C11) ◦Fill the 3 formulas across by clicking on green square in lower corner of cell C11 and dragging across through Net Pay

More Built-in Functions Click on the Fx on the Formula Bar to see many, many more functions that you can use like we did with the Sum, Min, Max, Average: Or – use the Formula ribbon to see them easier by category in the Function Library

Formatting the Worksheet The worksheet has all of the formulas done now. We just need to make it look better. That is called formatting. In the following slides, we will be: ◦Choosing a workbook theme ◦Formatting the title and subtitle ◦Formatting the column titles ◦Formatting the data (dates and numbers) ◦Choosing cell styles ◦Resizing column widths and row heights

Choosing a Theme ◦Click on the Page Layout tab ◦Click Themes button ◦Choose a theme – I have chosen Slice

Format Title and Subtitle ◦Merge and Center Title and Subtitle ◦Select A1 – I1 ◦Click on Home tab / Merge and Center ◦Select A2 – I2 ◦Click on Home / Merge and Center ◦Apply Title cell style to both ◦Select the title and subtitle you just merged and centered ◦Click on Cell Styles button and choose Title cell style ◦Choose Background color (Fill Color) and apply Border to both ◦With the title and subtitle selected, click on the Fill Color icon (looks like a paint bucket) and choose a color. I chose light turquoise, background 2 ◦With the title and subtitle selected click on the Borders and choose Thick Box Border

Apply Cell Styles ◦Select the column titles (cells A3 – I3) ◦Click on Styles and choose Heading 3 ◦Select the totals (cells A8 – I8) ◦Click on Styles and choose Total ◦Select Highest, Lowest, Average numbers (cells A9 – I11) ◦Click on Styles and choose 60%-Accent 1

Format Dates and Center Dependents ◦Select the Hire Dates (cells I4 – I7) ◦Click on the Format Cells dialog box to get more detailed options ◦Choose Date. It not show your specific dates– but will show an example with different ways to display any date. It will keep your own. I chose the 03/12/12 shown on my Format Cells dialog box. Yours may be different, but will show same format. Choose OK ◦Select the Dependents (cells C4- C7). Click on the Center alignment

Apply Number Formatting ◦Select cells D4 – H4 ◦Choose Accounting Number format (the $ icon) ◦Select cells E8 – H8 ◦Choose Accounting Number format ◦Choose D5 – H7 ◦Choose Comma format (the, icon) ◦Select D9 – H11 ◦Choose Currency format. You will have to find that from the Format Cells Dialog Box or from the drop down arrow there in that group. This will make the $ float next to the number. ◦Select the Hours Worked numbers (cells C4 – C11) ◦Click on the increase and decrease decimals icons until you have 2 decimals showing. ◦Note that you may see ### in some cells. That means the column is not wide enough to display everything. We learn on the next slide how to fix that.

Change Column Width and Row Height ◦Notice on my example that not everything displays in all of the columns. You can drag each column a little wider or do a best fit on all by selecting them and double clicking between any two column letters ◦Change the row height for row 3 to 40. Right click on the row 3 on the left of the screen. Choose Row Height and type 40. You could also drag it to that height. ◦Change the row height for row 9 to 30.

Conditional Formatting Let’s make Excel change the format for any cells where anyone has worked over 80 hours. Here is how to do that: ◦Select the hours worked (cells C4 – C7) ◦Click on Conditional Formatting / New Rule ◦Click on Format Only Cells That Contain ◦Choose Cell Value - greater than - 80 ◦Click on Format ◦Change the formatting to whatever you want for when that occurs. I chose Fill color with one of the dark blues and font color with white. ◦You will see Joseph’s now in white font on blue fill. If you change Sue’s to 85, her’s will change to dark blue and white also.

Finished Worksheet