SlideShare a Scribd company logo
Excel 2007 Training 2012
             A Customized Training Program

             Training Facilitated By
 Module
  One
             Md. Mehanazuddin Rupom
             Officer, Human Resources
Beginner     Human Resource Department
 Level       Beximco Pharmaceuticals Limited
             Please provide your Feedbacks in:
             +880-1713083925
Self-study   md_mehanazuddin_rupom@zoho.com
Materials
             http://bd.linkedin.com/in/mdrupom
             http://www.visualcv.com/mrupom
Objectives of Training
               Introduction to New Ribbon in Excel 2007
               Edit worksheet (Move, Copy, Delete, Rename, Hide/Unhide, Color)
               Format worksheet (Create, Copy and Clear Formats)
               Format Cells & Range (Select, Copy, Cut, Paste, Delete)
               Introduction to Formula Bar, Name Box, Scroll Bar, Status Bar,
              Toolbar
               Customizing Excel Options
               Format Numbers in worksheet (Decimal, Percentage, Currency)
               Format texts in worksheet (Bold, Italic, Underline, Alignment, Font,
              Font Size, Wrap & Merge, Date Formatting)
               Create Borders in worksheet
               Sort Numbers/Texts
               Add, Subtract, Multiply, Divide & Average Numbers
Introducing Excel
               Microsoft Office Excel 2007 (or Excel) is a computer program
               used to enter, analyze, and present quantitative data
               A spreadsheet is a collection of text and numbers laid out in a
               rectangular grid.
                - Often used in business for budgeting, inventory management,
                    and decision making.
Introducing Excel (Continued)
Exploring Excel
Exploring Excel (Continued)
Navigating a Worksheet
              Excel provides several ways to navigate a worksheet
Planning a Workbook
              Before you begin to enter data into a workbook, you should develop a
              plan
               – Planning analysis sheet
Entering Text, Numbers, & Dates in Cells
                The formula bar displays the content of the active cell
                Text data is a combination of letters, numbers, and some symbols
                Number data is any numerical value that can be used in a
                mathematical calculation
                Date and time data are commonly recognized formats for date and
                time values

Entering Multiple Lines of Text within a Cell
                Click the cell in which you want to enter the text
                Type the first line of text
                For each additional line of text, press the Alt+Enter keys (that is, hold
                down the Alt key as you press the Enter key), and then type the text
Change Column Width & Row Height
                A pixel is a single point on a computer monitor or printout
                The default column width is 8.38 standard-sized characters
                Row heights are expressed in points or pixels, where a point is 1⁄72 of an
                inch
                Autofitting eliminates any empty space by matching the column to the
                width of its longest cell entry or the row to the height of its tallest cell
                entry

Entering Multiple Lines of Text within a Cell
                Drag the right border of the column heading left to decrease the column
                width or right to increase the column width
                Drag the bottom border of the row heading up to decrease the row height
                or down to increase the row height (OR)
                Double-click the right border of a column heading or the bottom border
                of a row heading to AutoFit the column or row to the cell contents (or
                select one or more column or rows, click the Home tab on the Ribbon,
                click the Format button in the Cells group, and then click AutoFit
                Column Width or AutoFit Row Height) (OR)
                Select one or more columns or rows
                Click the Home tab on the Ribbon, click the Format button in the Cells
                group, and then click Column Width or Row Height
                Enter the column width or row height you want, and then click the OK
                button
Inserting a Column or Row
              Select the column(s) or row(s) where you want to insert the new
              column(s) or row(s); Excel will insert the same number of columns or
              rows as you select
              In the Cells group on the Home tab, click the Insert button (or right-click a
              column or row heading or selected column and row headings, and then
              click Insert on the shortcut menu)
Deleting & Clearing a Column or Row
               Clearing data from a worksheet removes the data but leaves the blank
               cells
               Deleting data from the worksheet removes both the data and the cells




Working with Cells & Cells Ranges
               A group of cells is called a cell range or range
               An adjacent range is a single rectangular block of cells
               A nonadjacent range consists of two or more distinct adjacent ranges
               A range reference indicates the location and size of a cell range
Selecting Cell Ranges
             To select an adjacent range:
                Click the cell in the upper-left corner of the adjacent range, drag the
                pointer to the cell in the lower-right corner of the adjacent range, and then
                release the mouse button
             or
                Click the cell in the upper-left corner of the adjacent range, press the Shift
                key as you click the cell in the lower-right corner of the adjacent range,
                and then release the Shift key
             To select a nonadjacent range of cells:
                Select a cell or an adjacent range, press the Ctrl key as you select each
                additional cell or adjacent range, and then release the Ctrl key
             To select all the cells in a worksheet:
                Click the Select All button located at the intersection of the row and
                column headings (or press the Ctrl+A keys)
Selecting Cell Ranges (Continued)
Moving or Copying a Cell or Range
                 Select the cell or range you want to move or copy
                 Move the mouse pointer over the border of the selection until the pointer
                 changes shape
                 To move the range, click the border and drag the selection to a new
                 location (or, to copy the range, hold down the Ctrl key and drag the
                 selection to a new location)
            or
                 Select the cell or range you want to move or copy
                 In the Clipboard group on the Home tab, click the Cut button or the Copy
                 button (or right-click the selection, and then click Cut or Copy on the
                 shortcut menu)
                 Select the cell or upper-left cell of the range where you want to move or
                 copy the content
                 In the Clipboard group, click the Paste button (or right-click the selection,
                 and then click Paste on the shortcut menu)
Moving or Copying a Cell or Range (Continued)
Inserting & Deleting a Cell Range
Inserting & Deleting a Cell Range (Continued)
                  Select a range that matches the range you want to insert or delete
                  In the Cells group on the Home tab, click the Insert button or the Delete
                  button
             or
                  Select the range that matches the range you want to insert or delete
                  In the Cells group, click the Insert button arrow and then click the Insert
                  Cells button or click the Delete button arrow and then click the Delete
                  Cells command (or right-click the selected range, and then click Insert or
                  Delete on the shortcut menu)
                  Click the option button for the direction in which you want to shift the
                  cells, columns, or rows
                  Click the OK button
Entering a Formula
              A formula is an expression that returns a value
              A formula is written using operators that combine different values,
              returning a single value that is then displayed in the cell
               - The most commonly used operators are arithmetic operators
              The order of precedence is a set of predefined rules used to determine the
              sequence in which operators are applied in a calculation
Entering a Formula(Continued)
Entering a Formula(Continued)
              Click the cell in which you want the formula results to appear
              Type = and an expression that calculates a value using cell references and
              arithmetic operators
              Press the Enter key or press the Tab key to complete the formula
Copying & Pasting Formulas
              With formulas, however, Excel adjusts the formula’s cell references to
              reflect the new location of the formula in the worksheet
Introduction to Function
               A function is a named operation that returns a value
               For example, to add the values in the range A1:A10, you could enter the
               following long formula:
               =A1+A2+A3+A4+A5+A6+A7+A8+A9+A10
               Or, you could use the SUM function to accomplish the same thing:
               =SUM(A1:A10)
Entering Functions with AutoSum
              The AutoSum button quickly inserts Excel functions that summarize all
              the values in a column or row using a single statistic
               – Sum of the values in the column or row
               – Average value in the column or row
               – Total count of numeric values in the column or row
               – Minimum value in the column or row
               – Maximum value in the column or row
Inserting & Deleting a Worksheet
               To insert a new worksheet into the workbook, right-click a sheet tab, click
               Insert on the shortcut menu, select a sheet type, and then click the OK
               button
               You can delete a worksheet from a workbook in two ways:
                – You can right-click the sheet tab of the worksheet you want to delete,
                   and then click Delete on the shortcut menu
                – You can also click the Delete button arrow in the Cells group on the
                   Home tab, and then click Delete Sheet


Renaming a Worksheet
               To rename a worksheet, you double-click the sheet tab to select the sheet
               name, type a new name for the sheet, and then press the Enter key
               Sheet names cannot exceed 31 characters in length, including blank
               spaces
               The width of the sheet tab adjusts to the length of the name you enter
Moving & Copying a Worksheet
              You can change the placement of the worksheets in a workbook
              To reposition a worksheet, you click and drag the sheet tab to a new
              location relative to other worksheets in the workbook
              To copy a worksheet, just press the Ctrl key as you drag and drop the
              sheet tab
Editing Your Work
              To edit the cell contents, you can work in editing mode
              You can enter editing mode in several ways:
               – double-clicking the cell
               – selecting the cell and pressing the F2 key
               – selecting the cell and clicking anywhere within the formula bar
Creating Borders in a Worksheet
               Select your Data in the Worksheet
               Select Border from Font options in the Home Ribbon
               Choose your required borders from the Dialog Box

                                          Creating Borders in a Worksheet   Figure 1-29




                          Select Border



                                                       Select Data
Sort Numbers or Texts
               Select your Data in the Worksheet
               Select Sort & Filter from Editing options in the Home Ribbon
               Choose your required borders from the Ascending or Descending

                                                  Sort Numbers or Texts           Figure 1-30




                                                                          Select Sort
                                                                          & Filter

                                                                          Select
                                                                          Required
                                                                          Action
                                         Select Data
Using Find & Replace
              You can use the Find command to locate numbers and text in the
              workbook and the Replace command to overwrite them

                   Figure 1-31
Using the Spelling Checker
               The spelling checker verifies the words in the active worksheet against
               the program’s dictionary

                    Figure 1-32
Changing Worksheet Views
              You can view a worksheet in three ways:
               – Normal view simply shows the contents of the worksheet
               – Page Layout view shows how the worksheet will appear on the page
                  or pages sent to the printer
               – Page Break Preview displays the location of the different page
                  breaks within the worksheet
                                                                    Figure 1-33
Changing Worksheet Views (Continued)

                 Figure 1-34
Working with Portrait & Landscape Orientation
               In portrait orientation, the page is taller than it is wide
               In landscape orientation, the page is wider than it is tall
               By default, Excel displays pages in portrait orientation
               To change the page orientation:
                – Click the Page Layout tab on the Ribbon
                – In the Page Setup group, click the Orientation button, and then click
                    Landscape
                – The page orientation switches to landscape
Printing the Workbook
              You can print the contents of your workbook by using the Print command
              on the Office Button
              The Print command provides three options:
               – You can open the Print dialog box from which you can specify the
                  printer settings, including which printer to use, which worksheets to
                  include in the printout, and the number of copies to print
               – You can perform a Quick Print using the print options currently set in
                  the Print dialog box
               – Finally, you can preview the workbook before you send it to the
                  printer
Viewing & Printing Worksheet Formulas
              You can view the formulas in a workbook by switching to formula view,
              a view of the workbook contents that displays formulas instead of the
              resulting values
              To change the worksheet to formula view, press the Ctrl+` keys
              Scaling a printout reduces the width and the height of the printout to fit
              the number of pages you specify by shrinking the text size as needed

                  Figure 1-35
Viewing & Printing Worksheet Formulas (Continued)
                                                    Figure 1-36
Thank You!




I extracted some slides from a File named Excel 1 from Internet

More Related Content

PPTX
MS Word: View Menu
PPTX
Excel PowerPoint
PPTX
Printing a workbook and worksheets
PPTX
Ms Excel
PPTX
Basic Ms excel
PPTX
Ms excel ppt presentation
PPTX
MS Excel Learning for PPC Google AdWords Training Course
PPTX
MS Word Introduction and Tools.
MS Word: View Menu
Excel PowerPoint
Printing a workbook and worksheets
Ms Excel
Basic Ms excel
Ms excel ppt presentation
MS Excel Learning for PPC Google AdWords Training Course
MS Word Introduction and Tools.

What's hot (20)

PPTX
excel charts
PDF
Excel Shortcuts & Formulas
PPTX
Class viii ch-4 working with queries
PDF
Intro to Microsoft Excel 2007
PPTX
Excel lesson01
PPT
Introduction to Excel
PPTX
Excel project 2 formulas functions and formatting
PPTX
Word 2010 Chap 1
PDF
PPTX
Microsoft word
PPTX
Pivot table and Dashboard in microsoft excel
PPT
Introduction microsoft excel 2007
PPTX
Basic Excel PPT Presentation.pptx
PDF
Ms excel 2007 pptx
PPT
ms excel for mba first sem students of dr hs gour university sagar(m.p)
PPTX
Presentation
PDF
Excel Tutorials - VLOOKUP and HLOOKUP Functions
PDF
USING VLOOKUP FUNCTION
PDF
Microsoft word shortcut keys
PPT
excel charts
Excel Shortcuts & Formulas
Class viii ch-4 working with queries
Intro to Microsoft Excel 2007
Excel lesson01
Introduction to Excel
Excel project 2 formulas functions and formatting
Word 2010 Chap 1
Microsoft word
Pivot table and Dashboard in microsoft excel
Introduction microsoft excel 2007
Basic Excel PPT Presentation.pptx
Ms excel 2007 pptx
ms excel for mba first sem students of dr hs gour university sagar(m.p)
Presentation
Excel Tutorials - VLOOKUP and HLOOKUP Functions
USING VLOOKUP FUNCTION
Microsoft word shortcut keys
Ad

Viewers also liked (18)

PPTX
Excel Chapter 01
PPTX
How to Insert a Graph into Microsoft Excel 2007
PPTX
Intro to Excel Basics: Part I
PDF
Entering Data - Excel 2013 Tutorial
PDF
Excel Shotcuts
PPTX
Excel Lecture
PPTX
A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...
PPTX
E learning excel short cut keys
DOCX
Application of least square method
PDF
Powerpoint 2010 Unit A PPT
PPTX
Method of least square
PPTX
An introduction to microsoft office 2007 lecture
PPSX
Advanced Excel &Basic Excel Training
PPTX
Data Types and Variables In C Programming
PPTX
Functions and formulas of ms excel
PPT
Teaching Excel
PPTX
Ms excel 2007
PPTX
Microsoft word presentation
Excel Chapter 01
How to Insert a Graph into Microsoft Excel 2007
Intro to Excel Basics: Part I
Entering Data - Excel 2013 Tutorial
Excel Shotcuts
Excel Lecture
A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...
E learning excel short cut keys
Application of least square method
Powerpoint 2010 Unit A PPT
Method of least square
An introduction to microsoft office 2007 lecture
Advanced Excel &Basic Excel Training
Data Types and Variables In C Programming
Functions and formulas of ms excel
Teaching Excel
Ms excel 2007
Microsoft word presentation
Ad

Similar to Excel 2007 Training 2012 Module 1 (Self Study Materials) (20)

PPT
Excel.01
PPTX
Microsoft excel tutorial (part i)
DOC
Getting started with_microsoft_excel
PPT
22 Excel Basics
PPTX
Chapter 5 microsoft excel 2010
PPT
Excel.01
PPT
Excel slide show
PPT
Powerpoint school
PPTX
PPT On Microsoft Excel 2007 Full Information.
DOC
Ms office excel
PDF
Excel 2010 tutorial
PDF
Manual de microsoft excel 2010
PDF
Manual de microsoft excel 2010
PPT
Lesson Four PowerPoint
PPT
Excel Chapter 1 - Preparing an Excel Workbook
 
PDF
excel_cheatsheet.pdf
PDF
excel-cheat-sheet.pdf
DOC
Excel
PPTX
MS Excel and its description and its implementation
Excel.01
Microsoft excel tutorial (part i)
Getting started with_microsoft_excel
22 Excel Basics
Chapter 5 microsoft excel 2010
Excel.01
Excel slide show
Powerpoint school
PPT On Microsoft Excel 2007 Full Information.
Ms office excel
Excel 2010 tutorial
Manual de microsoft excel 2010
Manual de microsoft excel 2010
Lesson Four PowerPoint
Excel Chapter 1 - Preparing an Excel Workbook
 
excel_cheatsheet.pdf
excel-cheat-sheet.pdf
Excel
MS Excel and its description and its implementation

Excel 2007 Training 2012 Module 1 (Self Study Materials)

  • 1. Excel 2007 Training 2012 A Customized Training Program Training Facilitated By Module One Md. Mehanazuddin Rupom Officer, Human Resources Beginner Human Resource Department Level Beximco Pharmaceuticals Limited Please provide your Feedbacks in: +880-1713083925 Self-study md_mehanazuddin_rupom@zoho.com Materials http://bd.linkedin.com/in/mdrupom http://www.visualcv.com/mrupom
  • 2. Objectives of Training Introduction to New Ribbon in Excel 2007 Edit worksheet (Move, Copy, Delete, Rename, Hide/Unhide, Color) Format worksheet (Create, Copy and Clear Formats) Format Cells & Range (Select, Copy, Cut, Paste, Delete) Introduction to Formula Bar, Name Box, Scroll Bar, Status Bar, Toolbar Customizing Excel Options Format Numbers in worksheet (Decimal, Percentage, Currency) Format texts in worksheet (Bold, Italic, Underline, Alignment, Font, Font Size, Wrap & Merge, Date Formatting) Create Borders in worksheet Sort Numbers/Texts Add, Subtract, Multiply, Divide & Average Numbers
  • 3. Introducing Excel Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative data A spreadsheet is a collection of text and numbers laid out in a rectangular grid. - Often used in business for budgeting, inventory management, and decision making.
  • 7. Navigating a Worksheet Excel provides several ways to navigate a worksheet
  • 8. Planning a Workbook Before you begin to enter data into a workbook, you should develop a plan – Planning analysis sheet
  • 9. Entering Text, Numbers, & Dates in Cells The formula bar displays the content of the active cell Text data is a combination of letters, numbers, and some symbols Number data is any numerical value that can be used in a mathematical calculation Date and time data are commonly recognized formats for date and time values Entering Multiple Lines of Text within a Cell Click the cell in which you want to enter the text Type the first line of text For each additional line of text, press the Alt+Enter keys (that is, hold down the Alt key as you press the Enter key), and then type the text
  • 10. Change Column Width & Row Height A pixel is a single point on a computer monitor or printout The default column width is 8.38 standard-sized characters Row heights are expressed in points or pixels, where a point is 1⁄72 of an inch Autofitting eliminates any empty space by matching the column to the width of its longest cell entry or the row to the height of its tallest cell entry Entering Multiple Lines of Text within a Cell Drag the right border of the column heading left to decrease the column width or right to increase the column width Drag the bottom border of the row heading up to decrease the row height or down to increase the row height (OR) Double-click the right border of a column heading or the bottom border of a row heading to AutoFit the column or row to the cell contents (or select one or more column or rows, click the Home tab on the Ribbon, click the Format button in the Cells group, and then click AutoFit Column Width or AutoFit Row Height) (OR) Select one or more columns or rows Click the Home tab on the Ribbon, click the Format button in the Cells group, and then click Column Width or Row Height Enter the column width or row height you want, and then click the OK button
  • 11. Inserting a Column or Row Select the column(s) or row(s) where you want to insert the new column(s) or row(s); Excel will insert the same number of columns or rows as you select In the Cells group on the Home tab, click the Insert button (or right-click a column or row heading or selected column and row headings, and then click Insert on the shortcut menu)
  • 12. Deleting & Clearing a Column or Row Clearing data from a worksheet removes the data but leaves the blank cells Deleting data from the worksheet removes both the data and the cells Working with Cells & Cells Ranges A group of cells is called a cell range or range An adjacent range is a single rectangular block of cells A nonadjacent range consists of two or more distinct adjacent ranges A range reference indicates the location and size of a cell range
  • 13. Selecting Cell Ranges To select an adjacent range: Click the cell in the upper-left corner of the adjacent range, drag the pointer to the cell in the lower-right corner of the adjacent range, and then release the mouse button or Click the cell in the upper-left corner of the adjacent range, press the Shift key as you click the cell in the lower-right corner of the adjacent range, and then release the Shift key To select a nonadjacent range of cells: Select a cell or an adjacent range, press the Ctrl key as you select each additional cell or adjacent range, and then release the Ctrl key To select all the cells in a worksheet: Click the Select All button located at the intersection of the row and column headings (or press the Ctrl+A keys)
  • 14. Selecting Cell Ranges (Continued)
  • 15. Moving or Copying a Cell or Range Select the cell or range you want to move or copy Move the mouse pointer over the border of the selection until the pointer changes shape To move the range, click the border and drag the selection to a new location (or, to copy the range, hold down the Ctrl key and drag the selection to a new location) or Select the cell or range you want to move or copy In the Clipboard group on the Home tab, click the Cut button or the Copy button (or right-click the selection, and then click Cut or Copy on the shortcut menu) Select the cell or upper-left cell of the range where you want to move or copy the content In the Clipboard group, click the Paste button (or right-click the selection, and then click Paste on the shortcut menu)
  • 16. Moving or Copying a Cell or Range (Continued)
  • 17. Inserting & Deleting a Cell Range
  • 18. Inserting & Deleting a Cell Range (Continued) Select a range that matches the range you want to insert or delete In the Cells group on the Home tab, click the Insert button or the Delete button or Select the range that matches the range you want to insert or delete In the Cells group, click the Insert button arrow and then click the Insert Cells button or click the Delete button arrow and then click the Delete Cells command (or right-click the selected range, and then click Insert or Delete on the shortcut menu) Click the option button for the direction in which you want to shift the cells, columns, or rows Click the OK button
  • 19. Entering a Formula A formula is an expression that returns a value A formula is written using operators that combine different values, returning a single value that is then displayed in the cell - The most commonly used operators are arithmetic operators The order of precedence is a set of predefined rules used to determine the sequence in which operators are applied in a calculation
  • 21. Entering a Formula(Continued) Click the cell in which you want the formula results to appear Type = and an expression that calculates a value using cell references and arithmetic operators Press the Enter key or press the Tab key to complete the formula
  • 22. Copying & Pasting Formulas With formulas, however, Excel adjusts the formula’s cell references to reflect the new location of the formula in the worksheet
  • 23. Introduction to Function A function is a named operation that returns a value For example, to add the values in the range A1:A10, you could enter the following long formula: =A1+A2+A3+A4+A5+A6+A7+A8+A9+A10 Or, you could use the SUM function to accomplish the same thing: =SUM(A1:A10)
  • 24. Entering Functions with AutoSum The AutoSum button quickly inserts Excel functions that summarize all the values in a column or row using a single statistic – Sum of the values in the column or row – Average value in the column or row – Total count of numeric values in the column or row – Minimum value in the column or row – Maximum value in the column or row
  • 25. Inserting & Deleting a Worksheet To insert a new worksheet into the workbook, right-click a sheet tab, click Insert on the shortcut menu, select a sheet type, and then click the OK button You can delete a worksheet from a workbook in two ways: – You can right-click the sheet tab of the worksheet you want to delete, and then click Delete on the shortcut menu – You can also click the Delete button arrow in the Cells group on the Home tab, and then click Delete Sheet Renaming a Worksheet To rename a worksheet, you double-click the sheet tab to select the sheet name, type a new name for the sheet, and then press the Enter key Sheet names cannot exceed 31 characters in length, including blank spaces The width of the sheet tab adjusts to the length of the name you enter
  • 26. Moving & Copying a Worksheet You can change the placement of the worksheets in a workbook To reposition a worksheet, you click and drag the sheet tab to a new location relative to other worksheets in the workbook To copy a worksheet, just press the Ctrl key as you drag and drop the sheet tab
  • 27. Editing Your Work To edit the cell contents, you can work in editing mode You can enter editing mode in several ways: – double-clicking the cell – selecting the cell and pressing the F2 key – selecting the cell and clicking anywhere within the formula bar
  • 28. Creating Borders in a Worksheet Select your Data in the Worksheet Select Border from Font options in the Home Ribbon Choose your required borders from the Dialog Box Creating Borders in a Worksheet Figure 1-29 Select Border Select Data
  • 29. Sort Numbers or Texts Select your Data in the Worksheet Select Sort & Filter from Editing options in the Home Ribbon Choose your required borders from the Ascending or Descending Sort Numbers or Texts Figure 1-30 Select Sort & Filter Select Required Action Select Data
  • 30. Using Find & Replace You can use the Find command to locate numbers and text in the workbook and the Replace command to overwrite them Figure 1-31
  • 31. Using the Spelling Checker The spelling checker verifies the words in the active worksheet against the program’s dictionary Figure 1-32
  • 32. Changing Worksheet Views You can view a worksheet in three ways: – Normal view simply shows the contents of the worksheet – Page Layout view shows how the worksheet will appear on the page or pages sent to the printer – Page Break Preview displays the location of the different page breaks within the worksheet Figure 1-33
  • 33. Changing Worksheet Views (Continued) Figure 1-34
  • 34. Working with Portrait & Landscape Orientation In portrait orientation, the page is taller than it is wide In landscape orientation, the page is wider than it is tall By default, Excel displays pages in portrait orientation To change the page orientation: – Click the Page Layout tab on the Ribbon – In the Page Setup group, click the Orientation button, and then click Landscape – The page orientation switches to landscape
  • 35. Printing the Workbook You can print the contents of your workbook by using the Print command on the Office Button The Print command provides three options: – You can open the Print dialog box from which you can specify the printer settings, including which printer to use, which worksheets to include in the printout, and the number of copies to print – You can perform a Quick Print using the print options currently set in the Print dialog box – Finally, you can preview the workbook before you send it to the printer
  • 36. Viewing & Printing Worksheet Formulas You can view the formulas in a workbook by switching to formula view, a view of the workbook contents that displays formulas instead of the resulting values To change the worksheet to formula view, press the Ctrl+` keys Scaling a printout reduces the width and the height of the printout to fit the number of pages you specify by shrinking the text size as needed Figure 1-35
  • 37. Viewing & Printing Worksheet Formulas (Continued) Figure 1-36
  • 38. Thank You! I extracted some slides from a File named Excel 1 from Internet