Presentation is loading. Please wait.

Presentation is loading. Please wait.

Microsoft Excel 2010- Illustrated Unit A: Getting Started with Excel 2010.

Similar presentations


Presentation on theme: "Microsoft Excel 2010- Illustrated Unit A: Getting Started with Excel 2010."— Presentation transcript:

1 Microsoft Excel 2010- Illustrated Unit A: Getting Started with Excel 2010

2 Microsoft Office 2010-Illustrated Understand spreadsheet softwareUnderstand spreadsheet software Tour the Excel 2010 windowTour the Excel 2010 window Understand formulasUnderstand formulas Enter labels and values and use the Sum buttonEnter labels and values and use the Sum button Objectives

3 Microsoft Office 2010-Illustrated Objectives Edit cell entriesEdit cell entries Enter and edit a simple formulaEnter and edit a simple formula Switch worksheet viewsSwitch worksheet views Choose print optionsChoose print options

4 Microsoft Office 2010-Illustrated Understanding Spreadsheet Software Microsoft Excel is an electronic spreadsheet programMicrosoft Excel is an electronic spreadsheet program An electronic spreadsheet program allows you to perform numeric calculationsAn electronic spreadsheet program allows you to perform numeric calculations The spreadsheet is called a worksheetThe spreadsheet is called a worksheet Individual worksheets are stored in a workbook which is the Excel fileIndividual worksheets are stored in a workbook which is the Excel file

5 Microsoft Office 2010-Illustrated Understanding Spreadsheet Software Advantages of using ExcelAdvantages of using Excel Enter data quickly and accuratelyEnter data quickly and accurately Recalculate data easilyRecalculate data easily Perform what-if analysisPerform what-if analysis

6 Microsoft Office 2010-Illustrated Understanding Spreadsheet Software Advantages of using ExcelAdvantages of using Excel Change the appearance of informationChange the appearance of information Create chartsCreate charts Share informationShare information Build on previous workBuild on previous work

7 Microsoft Office 2010-Illustrated Understanding Spreadsheet Software Sample worksheet with chart

8 Microsoft Office 2010-Illustrated Touring the Excel 2010 Window The Name box displays the active cell addressThe Name box displays the active cell address The formula bar allows you to enter or edit data in the worksheetThe formula bar allows you to enter or edit data in the worksheet The intersection of a row and a column is called a cellThe intersection of a row and a column is called a cell

9 Microsoft Office 2010-Illustrated Touring the Excel 2010 Window Each cell has its own unique location called a cell addressEach cell has its own unique location called a cell address A cell address is identified by its coordinates (A1)A cell address is identified by its coordinates (A1)

10 Microsoft Office 2010-Illustrated Touring the Excel 2010 Window The cell in which you are working is called the active cellThe cell in which you are working is called the active cell Sheet tabs let you switch from sheet to sheet in a workbookSheet tabs let you switch from sheet to sheet in a workbook

11 Microsoft Office 2010-Illustrated Touring the Excel 2010 Window The status bar provides a brief description of the active command or task in progressThe status bar provides a brief description of the active command or task in progress The mode indicator provides additional information about certain tasksThe mode indicator provides additional information about certain tasks

12 Microsoft Office 2010-Illustrated Touring the Excel 2010 Window A selection of two or more cells such as B5:B14 is called a rangeA selection of two or more cells such as B5:B14 is called a range Cell Range

13 Microsoft Office 2010-Illustrated Touring the Excel 2010 Window Name box and current cell address Formula bar Sheet tabs Cell pointer Status bar Open workbook

14 Microsoft Office 2010-Illustrated Understanding Formulas Formulas are equations in a worksheetFormulas are equations in a worksheet Excel formulas allow users at every level of mathematical expertise to make calculations with accuracyExcel formulas allow users at every level of mathematical expertise to make calculations with accuracy

15 Microsoft Office 2010-Illustrated Understanding Formulas When creating calculations in Excel, it is important to:When creating calculations in Excel, it is important to: Know where the formulas should beKnow where the formulas should be Know exactly what cells and arithmetic operations are neededKnow exactly what cells and arithmetic operations are needed

16 Microsoft Office 2010-Illustrated Understanding Formulas When creating calculations in Excel, it is important to:When creating calculations in Excel, it is important to: Create formulas with careCreate formulas with care Use cell references rather than valuesUse cell references rather than values Determine what calculations will be neededDetermine what calculations will be needed

17 Microsoft Office 2010-Illustrated Understanding Formulas Formula appears in formula bar Result of formula Viewing a Formula

18 Microsoft Office 2010-Illustrated Understanding Formulas Excel arithmetic operators

19 Microsoft Office 2010-Illustrated Entering Labels and Values and Using the Sum Button Labels contain text and numerical information not used in calculationsLabels contain text and numerical information not used in calculations Labels help you identify data in worksheet rows and columnsLabels help you identify data in worksheet rows and columns You should enter all the labels first before entering other contentYou should enter all the labels first before entering other content An example of a label is the word Total in cell A15An example of a label is the word Total in cell A15

20 Microsoft Office 2010-Illustrated Entering Labels and Values and Using the Sum Button Values are numbers, formulas, and functions that can be used in calculationsValues are numbers, formulas, and functions that can be used in calculations An example of a number value is 40 in cell B5An example of a number value is 40 in cell B5 An example of a formula value is =C5*(2*D5) in cell F5An example of a formula value is =C5*(2*D5) in cell F5

21 Microsoft Office 2010-Illustrated Entering Labels and Values and Using the Sum Button A function is a built-in formulaA function is a built-in formula A function includes arguments, the information necessary for the calculationA function includes arguments, the information necessary for the calculation An example of a function value is =SUM(B5:B14) in cell B15An example of a function value is =SUM(B5:B14) in cell B15

22 Microsoft Office 2010-Illustrated Entering Labels and Values and Using the Sum Button Clicking the Sum button sums the adjacent range above or to the left, though you can adjust the rangeClicking the Sum button sums the adjacent range above or to the left, though you can adjust the range The fill handle fills cells based on the first number sequence in the rangeThe fill handle fills cells based on the first number sequence in the range

23 Microsoft Office 2010-Illustrated Entering Labels and Values and Using AutoSum Cells included in formula Formula AutoSum button Creating a formula using the AutoSum button Fill button

24 Microsoft Office 2010-Illustrated Editing Cell Entries You can change, or edit, the contents of an active cell at any timeYou can change, or edit, the contents of an active cell at any time To edit the contents of the active cell:To edit the contents of the active cell: Double-click the cell, orDouble-click the cell, or Click in the formula bar, orClick in the formula bar, or Just start typingJust start typing Excel switches to Edit mode when you are making cell entriesExcel switches to Edit mode when you are making cell entries

25 Microsoft Office 2010-Illustrated Editing Cell Entries Active cell Insertion point Mode indicator Worksheet in Edit mode

26 Microsoft Office 2010-Illustrated Editing Cell Entries Common pointers in Excel

27 Microsoft Office 2010-Illustrated Entering and Editing a Simple Formula Formulas start with the equal sign (=), also called the formula prefixFormulas start with the equal sign (=), also called the formula prefix Calculation operators in formulas indicate what type of calculation you want to performCalculation operators in formulas indicate what type of calculation you want to perform

28 Microsoft Office 2010-Illustrated Entering and Editing a Simple Formula Arithmetic operators perform mathematical calculations such as adding and subtractingArithmetic operators perform mathematical calculations such as adding and subtracting Examples of arithmetic operators are + - * / % ^Examples of arithmetic operators are + - * / % ^

29 Microsoft Office 2010-Illustrated Entering and Editing a Simple Formula Comparison operators compare values for the purpose of true/false resultsComparison operators compare values for the purpose of true/false results Examples of comparison operators are = > = Examples of comparison operators are = > =

30 Microsoft Office 2010-Illustrated Entering and Editing a Simple Formula Text concatenation operators join strings of text in different cellsText concatenation operators join strings of text in different cells An example of a text concatenation operator is &An example of a text concatenation operator is &

31 Microsoft Office 2010-Illustrated Entering and Editing a Simple Formula Reference operators enable you to use ranges in calculationsReference operators enable you to use ranges in calculations Examples of reference operators are :, (space)Examples of reference operators are :, (space)

32 Microsoft Office 2010-Illustrated Switching Worksheet Views You can change your view of the worksheet window by using either:You can change your view of the worksheet window by using either: View tab on the RibbonView tab on the Ribbon View buttons on the status barView buttons on the status bar

33 Microsoft Office 2010-Illustrated Switching Worksheet Views Normal view shows the worksheet without including headers and footers or tools like rulers and a page number indicatorNormal view shows the worksheet without including headers and footers or tools like rulers and a page number indicator

34 Microsoft Office 2010-Illustrated Switching Worksheet Views Page Layout View provides a more accurate view of how a worksheet will look when printedPage Layout View provides a more accurate view of how a worksheet will look when printed It shows page margins, headers and footers, rulers, etc.It shows page margins, headers and footers, rulers, etc.

35 Microsoft Office 2010-Illustrated Switching Worksheet Views Page Layout View Workbook Views group Header text box Vertical ruler Horizontal ruler

36 Microsoft Office 2010-Illustrated Switching Worksheet Views Page Break Preview displays a reduced view of each page of the worksheet, along with page break indicatorsPage Break Preview displays a reduced view of each page of the worksheet, along with page break indicators

37 Microsoft Office 2010-Illustrated Switching Worksheet Views Page Break Preview Blue outline indicates print area Bottom page break indicator

38 Microsoft Office 2010-Illustrated Choosing Print Options You can see how a worksheet would look when printed using:You can see how a worksheet would look when printed using: Page Layout tabPage Layout tab The dotted line indicates the print area, the area to be printedThe dotted line indicates the print area, the area to be printed Print PreviewPrint Preview You can print from this view by clicking the Print button on the RibbonYou can print from this view by clicking the Print button on the Ribbon

39 Microsoft Office 2010-Illustrated Choosing Print Options Page Layout tabPage Layout tab Page Setup groupPage Setup group Print orientation: landscape or portraitPrint orientation: landscape or portrait Scale to Fit groupScale to Fit group Sheet Options groupSheet Options group

40 Microsoft Office 2010-Illustrated Choosing Print Options Worksheet with Portrait orientation Dotted line surrounds print area

41 Microsoft Office 2010-Illustrated Choosing Print Options Printing in Backstage view lets you choose the number of copies, the printer, etc.Printing in Backstage view lets you choose the number of copies, the printer, etc.

42 Microsoft Office 2010-Illustrated Choosing Print Options Worksheet with Portrait orientation Number of copies Active printer Print button Pages to print Print scaling

43 Microsoft Office 2010-Illustrated Summary Understand spreadsheet softwareUnderstand spreadsheet software Tour the Excel 2010 windowTour the Excel 2010 window Understand formulasUnderstand formulas Enter labels and values and use the Sum buttonEnter labels and values and use the Sum button

44 Microsoft Office 2010-Illustrated Summary Edit cell entriesEdit cell entries Enter and edit a simple formulaEnter and edit a simple formula Switch worksheet viewsSwitch worksheet views Choose print optionsChoose print options


Download ppt "Microsoft Excel 2010- Illustrated Unit A: Getting Started with Excel 2010."

Similar presentations


Ads by Google