SlideShare ist ein Scribd-Unternehmen logo
1 von 10
Downloaden Sie, um offline zu lesen
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com

           MICROSOFT EXCEL 2003 – INTERMEDIATE HANDOUT
**To effectively participate in this course, you should have first taken Microsoft Excel - Intro,
Parts 1 & 2, or be familiar with the basics of Excel.

This handout will give you general information and hands-on exercises covering Aligning text,
Adding, Moving and Deleting Sheets, IF Formulas, External Reference Formulas, Naming
Ranges, Creating Subtotals, Wrapping Text, Conditional Formatting, and Absolute
References.

Open the Excel File ‘Excel-PayrollInterClass.xls’. Be sure ‘Sheet1’ is selected.




For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com

Aligning text
Excel will allow you to align cell contents in any direction. Follow the instructions below to align
the contents of cell H4 vertically.
1. Select the cell H4.
2. From the Format menu, choose Cells.
3. From the Format Cells dialog box, click on the Alignment tab.
4. In the Orientation box, click on the red diamond next to the word ‘Text’, and drag it to the top
   diamond. (The Degrees box will say 90). Click OK. Your text will be displayed vertically
   instead of                      horizontally
                              (See the example on the next page).
       This…                                              Should look similar to this…


                                                                                             5.
                                                                                             Click
                                                                                             OK.


                                                                                        Nami
                                                                                        ng
                                                                                        sheet
                                                                                        s
                                                                                        You
                                                                                        may
                                                                                        find
                                                                                        that
                                                                                        it’s
                                                                                        easie
                                                                                        r to
remember the contents of a multiple sheet workbook if you give each sheet a new name, rather
than accepting the Excel defaults – Sheet1, Sheet2, Sheet3, etc.

1. Double-click on the tab labeled Sheet1. The tab should now be highlighted.
   Type ByWeek and press Enter. The sheet has now been renamed.

Adding Sheets
Excel workbooks show three Sheets by default, but can contain many more. For those times
when more are needed follow these instructions.

1. Click on the Sheet3 tab.
2. From the Insert menu, choose Worksheet, and click OK. A new sheet will appear to the left
   of Sheet 3. You can insert a new sheet anywhere; it will be inserted to the left of the active
   sheet.
3. Rename this sheet "Linking".

Moving a sheet
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com

You may find that rearranging sheets will help you organize your data.

1. Click and hold the left mouse button on the new "Linking" sheet. When the ‘Page Icon’
   appears, drag the sheet to a spot between ByWeek and Sheet2. (A small, black triangle just
   above the sheet tabs indicates where the sheet will be inserted).




Aligning Text
1. Click the sheet tab labeled ByWeek. Select rows 4, 15, 26, & 37. (Select multiple rows by
   clicking on row 4, and while holding the Control key, select the other rows.)
2. From the Format menu, choose Cells.
3. From the Format Cells dialog box, click on the Alignment tab.
4. In the Degrees box, type 45.
5. Click OK.

   Note: You may resize the columns by selecting all then clicking between two of the columns
   (between A &B, etc.)

Entering Data
1. On the sheet labeled ByWeek, enter the following information into the appropriate columns
   for the week February 28th. (B38 – C43)

                  Hours             Hourly Rate
                   42                 $15.00
                   40                 $12.50
                   39                 $11.75
                   43                 $14.25
                   35                 $16.00
                   41                 $13.00

Using an IF Statement
Excel’s IF function can make decisions based on whether a test condition is true or false. The
“IF function” is useful when you want to display one result based on a true statement, and
another result if the statement is false.

An IF statement is written like the following:
=IF (what you want tested, what to do if the result if true, what to do if the result if false) Commas
separate each statement. Do not use spaces after the commas within the parenthesis.

Use an IF statement to calculate the OT Hours and OT Rate for the week of February 28th.

1. In Cell D38, enter the IF statement: =IF(B38>40,B38-40,0) The result should be 2.
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com

2. In Cell E38, enter the IF statement: =IF(B38>40,C38*1.5,0) The result should be $22.50.
3. Select the cells D38 and E38. Use the fill handle to copy the formulas down through row 43.

Using Other Formulas
1. For the week of February 28th, enter a formula to determine the Regular Pay, OT Pay, and
   Weekly Total. Remember the order of operations! …() then * / then +-
      In cell F38, enter =(B38-D38)*C38        Result=$600
      In cell G38, enter =D38*E38              Result=$45
      In cell H38, enter =F38+G38              Result=$645
2. Copy the formulas down through row 43.

Using External Reference Formulas
If you would like to have information from one sheet included in calculations on another sheet,
you can use an external reference formula. An external reference formula is a formula
containing references to cells not located in the current sheet. When the information referenced
is changed, the result of the formula is also changed.

1. Click the sheet tab labeled Linking. Here you will create external reference formulas to
   show weekly totals.
2. In cell A1 type Weekly Totals.
3. In cell A2 type Week of Feb 7.
4. Resize Columns A and B to fit their contents.
5. Click on the cell where you would like your result to show, cell B2.
6. In that cell type =SUM(      be sure to include the left parenthesis.
7. Select the ByWeek sheet tab and the range that you would like to link, H5:H10. Press
   Enter.
8. Click on B2 again and take a moment to look at the formula in the formula bar.
   =SUM(ByWeek!H5:H10)

This formula means that the information displayed in that cell is coming from the sheet named
ByWeek, cells H5-H10. Note that the sheet name is followed by the exclamation point and then
followed by the cell reference.

9. Continue for the 14th, the 21st, and the 28th.

Naming Ranges
A range is a rectangular group of cells. It can be one cell, a row, a column or several columns
and rows. Naming a Range is useful if you have a large spreadsheet that extends beyond the
visible area of the screen. It is a quick and easy way to get to information that would require
time-consuming scrolling. You can also use range names in formulas.

       Note: When assigning a range name you may not use spaces, a dash, slashes or the dollar sign. These
       characters have special meaning in Excel. Try an underscore, or use capital letters to indicate a new word

To name a range:
1. Select Sheet3.
2. Select a range of cells that you would like to name, H6-H29.
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com

3. Click inside the Name Box located on the left side of the Formula Bar.
4. Type the text that you would like to name the cell or range of cells, MonthTotal with no
   space between ‘Month’ and ‘Total’. Press Enter.




Using the Range Name in a Formula:
1. Click on cell B3 and type Total.
2. Click cell C3 and type =sum(
   (or use the sum icon)
3. Next choose Insert on the Menu Bar then choose Name.
4. Next choose Paste and select MonthTotal.
5. Click OK and then press Enter. If MonthTotal is not in the list to paste, start over with #1of
   this step and make sure you do not put a space in the name.

Sorting Data
On Sheet3, sort the data in alphabetical order by First Name.
1. Click on cell A6.
2. From the Data menu, choose Sort. Sort by Name, in ascending order. Be sure the radio
   button for Header Row is selected.
3. Click OK.

Creating Subtotals
For subtotals to work correctly, you need to organize the data into labeled columns with no blank
rows, and you also need to sort the data into the groups to be subtotaled. Sort the data
according to what you want to subtotal.

1. Select cell A6.
2. Choose Data, Subtotals.
3. Select how to group the data for the subtotals by selecting the Name heading for the column
   in the At each change in: drop down list. The function is Sum.
4. Select data that you want calculated by selecting the Month Total check box in the Add
   Subtotal to: list box.




For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com




5. Click OK. Notice how the subtotals are automatically added to the worksheet.

   Click Between the 1, 2, and 3 on the left to see different views of the totals.

6. To remove subtotals, select Data, Subtotals, then click the Remove All button.


Conditional Formatting
Conditional formatting allows you to format cells depending on whether or not specific conditions
in the cells are met.

Use Conditional Formatting to make the cells in Column B red if the hours are greater than
40.
1. Select the cell or range of cells that you want to apply the conditional format to, B6-B29.
2. Choose Format, Conditional Formatting to display the Conditional Formatting dialog box.
3. Select the Cell Value Is option in the drop-down list at the very left of the dialog box.
    **The only difference between the cell or formula option is that when the formula option is
    used, Excel evaluates the formula to determine if the conditional formatting will be applied.
    The formula must be TRUE/FALSE.**
4. Select greater than from the drop down list of conditional operators located second from the
    left in the dialog box.
5. Enter 40 in the last dialog box.
6. Click the Format… button in the Conditional Formatting dialog box to set the formatting that
    you would like the computer to show if the condition is TRUE. On the Font tab, choose Red
    from the Color drop-down box. Click OK. Notice the preview area.
7. Click OK to accept the conditional formatting.
         Notice all hours greater than 40 now appear in red.




For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com

Conditional Formatting dialog box:




Close the ‘Payroll for Intermediate Class’ file – do not save your changes.

Open the file named ‘Excel–InterExercise2’. We will use this file to practice using the MAX,
MIN, AVERAGE and TODAY functions.

1. Insert 5 blank rows at the top of the worksheet: Select rows 1-5. From Insert menu, choose
   Rows.
2. In cell A1 type =today() The parenthesis are important even though there is nothing between
   them. Press Enter. If you wish to change the format of the date and time, from the Format
   menu, choose Cell. On the number tab, select date as the category and choose a format.
   Click OK to return to the worksheet.
3. In cell A2 type Average Student Pay Rate
4. In cell C2 use the AVERAGE function to find the average of all student pay rates.
5. Click the Insert Function button.      Choose AVERAGE and click OK.
6. To select the range F6 through F379, type F6:F379 in the Number 1 box, or use the collapse
   dialog button and highlight the range.
7. Press Enter. Click OK to finish the formula. The result should be $6.86.

As you select this large range it becomes clear that using the Range Name feature can be
useful.

MAX will give you the highest value in a range.
MIN will give you the lowest value in a range.

1. You can use MAX and MIN in the same way you used AVERAGE above. Try it on your own
   and ask the instructor if you have questions or need assistance.
2. Complete the rest of the calculations for the sheet.




For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com

Freeze Panes
Click on the Data tab. Since this is a large list you may want to Freeze Panes. This feature is
available from the Window menu. If you have a large worksheet with horizontal or vertical
headers, you may wish to continue to display those headers as you scroll through the cells. This
can be done by ‘freezing’ those panes.

1. To freeze the top horizontal pane, select the row just below where you want the data to
   appear. –OR-
2. To freeze the left vertical pane, select the column to the right of where you want the data to
   appear. –OR-
3. To freeze both the upper and left panes, click the cell below and to the right of where you
   want the data to appear.
4. On the Window menu, click Freeze Panes.




The value of the sorting and calculating functions becomes clear when using a larger data file.
Take some time to try different sorts. For example, sort by Last Name or by Hrs/Wk. Ask the
instructor if you need any assistance.

The benefit of the copy command (or fill) is also more obvious with a larger data file. Imagine
entering the formula to calculate the Weekly Gross Pay 300 or more times!

Click File and choose Close. You do not need to save any changes.


Absolute Referencing
Using dollar signs, you can tell Excel to use the contents of a cell in an exact location when
creating a formula. When the formula is copied, the reference to that cell will not change.

We will use an absolute reference in the next exercise to calculate a 5% raise for 1999. We will
also use the pointing method of entering a formula.

1. Open Excel-AbsoluteReference.xls




For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com




2. Compare the cell contents in C4 to H4. C4 is a label and H4 is a value.
3. Click in Cell D5 and type =, click cell B5, type *, click cell C5. The formula should read
   =B5*C5. Press Enter.
4. Click in Cell D5 again and use the fill handle to drag and copy the formula down to D19. As
   the formula is copied the cell addresses will change relative to the new location.

The formula we enter in column H will be different. We will refer to the 5% value that has been
entered in one cell -- H4. Therefore, when the formula is copied we will need to make the
reference to H4 absolute since this is the only cell we want to multiply by.

1. Click in cell H5 and type =, click cell G5, type *, click cell H4, then press F4 (the function
   key along the top of the keyboard). The formula should be =G5*$H$4. This will add two
   dollar signs to your formula, which makes the cell reference for H4 absolute. Press Enter to
   complete the formula.
2. Click H5 again and use the fill handle to drag and copy the formula down to H19.
3. Check the formulas in column H to verify that the reference to H4 did not change. NOTE: If
   you did this correctly, the totals will be the same for H20 as it is for D20.

Now think about what you would need to do to determine a 7% raise in each scenario.
On the relative side of the worksheet, 5% would need to be changed to 7% in several cells. On
the absolute side, the value in only one cell would need to be changed.

Try it: Change H4 to 7%. See how all the cells with a formula containing the absolute reference
to H4 changed?

Tip: If you forget that F4 is the key to press to make your cell reference absolute, the dollar
signs can be typed in manually.

Click File, choose Close. You do not need to save the changes.
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com
For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com




    For useful Documents
         like this and
         Lots of more
      Educational and
    Technological Stuff...

                                   Visit...

 www.thecodexpert.com


For useful Documents like this and Lots of more Educational and Technological Stuff...
Visit... www.thecodexpert.com

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

get_more_from_excel
get_more_from_excelget_more_from_excel
get_more_from_excel
 
Excel bacis
Excel bacisExcel bacis
Excel bacis
 
Excel Basic Knowledge
Excel Basic KnowledgeExcel Basic Knowledge
Excel Basic Knowledge
 
MS Excel Tips & Tricks
MS Excel Tips & TricksMS Excel Tips & Tricks
MS Excel Tips & Tricks
 
Basic Ms excel
Basic Ms excelBasic Ms excel
Basic Ms excel
 
Excel 2007 Unit C
Excel 2007 Unit CExcel 2007 Unit C
Excel 2007 Unit C
 
Basics of Ms Excel Office Tool
Basics of Ms Excel Office ToolBasics of Ms Excel Office Tool
Basics of Ms Excel Office Tool
 
Ms excel training
Ms excel training   Ms excel training
Ms excel training
 
MS Excel Basics
 MS Excel Basics MS Excel Basics
MS Excel Basics
 
Productivity programs excel assignment 1
Productivity programs excel assignment 1Productivity programs excel assignment 1
Productivity programs excel assignment 1
 
MS Excel 2010 training module
MS Excel 2010 training moduleMS Excel 2010 training module
MS Excel 2010 training module
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
 
MS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training CourseMS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training Course
 
Excel Intro Part1
Excel Intro Part1Excel Intro Part1
Excel Intro Part1
 
Unit 4 ms excel of class 8
Unit 4 ms excel of class 8Unit 4 ms excel of class 8
Unit 4 ms excel of class 8
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part I
 
Excel Training
Excel TrainingExcel Training
Excel Training
 
Microsoft excel training module
Microsoft excel training moduleMicrosoft excel training module
Microsoft excel training module
 
Excel formulas tf-jul1605
Excel formulas tf-jul1605Excel formulas tf-jul1605
Excel formulas tf-jul1605
 
Getting Started with MS Access and Pivot Tables
Getting Started with MS Access and Pivot TablesGetting Started with MS Access and Pivot Tables
Getting Started with MS Access and Pivot Tables
 

Ähnlich wie Excel Intermediate

Excel notes by satish kumar avunoori
Excel notes by satish kumar avunooriExcel notes by satish kumar avunoori
Excel notes by satish kumar avunooriSatish Kumar
 
You work for a local construction firm Bass Engineering Group .docx
You work for a local construction firm Bass Engineering Group .docxYou work for a local construction firm Bass Engineering Group .docx
You work for a local construction firm Bass Engineering Group .docxrosemarybdodson23141
 
Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functionssimply_coool
 
Getting started with_microsoft_excel
Getting started with_microsoft_excelGetting started with_microsoft_excel
Getting started with_microsoft_excelDeepak Chavan
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007simply_coool
 
Healthcare professionals face ethical questions every day. This is
Healthcare professionals face ethical questions every day. This isHealthcare professionals face ethical questions every day. This is
Healthcare professionals face ethical questions every day. This isSusanaFurman449
 
ppt-2-for-DATA-MANAGEMENT.pdf
ppt-2-for-DATA-MANAGEMENT.pdfppt-2-for-DATA-MANAGEMENT.pdf
ppt-2-for-DATA-MANAGEMENT.pdfJaylynMacababbad
 
27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a Superstar27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a SuperstarAlan Murray
 
In Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docxIn Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docxsleeperharwell
 
Online Delivery Service.PPt
Online Delivery Service.PPtOnline Delivery Service.PPt
Online Delivery Service.PPtelmervirtudazo1
 
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-GBasics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-GMohan Kumar G
 
advance excell notes EMERSON EDUARDO RODRIGUES
advance excell notes EMERSON EDUARDO RODRIGUESadvance excell notes EMERSON EDUARDO RODRIGUES
advance excell notes EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
advance excell notes EMERSON EDUARDO RODRIGUES
advance excell notes EMERSON EDUARDO RODRIGUESadvance excell notes EMERSON EDUARDO RODRIGUES
advance excell notes EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
MODULE 9 EXELLE.pptx
MODULE 9 EXELLE.pptxMODULE 9 EXELLE.pptx
MODULE 9 EXELLE.pptxkndnewguade
 

Ähnlich wie Excel Intermediate (20)

Excel notes by satish kumar avunoori
Excel notes by satish kumar avunooriExcel notes by satish kumar avunoori
Excel notes by satish kumar avunoori
 
You work for a local construction firm Bass Engineering Group .docx
You work for a local construction firm Bass Engineering Group .docxYou work for a local construction firm Bass Engineering Group .docx
You work for a local construction firm Bass Engineering Group .docx
 
G5 Spreadhseet.pptx
G5 Spreadhseet.pptxG5 Spreadhseet.pptx
G5 Spreadhseet.pptx
 
Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functions
 
Getting started with_microsoft_excel
Getting started with_microsoft_excelGetting started with_microsoft_excel
Getting started with_microsoft_excel
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007
 
Intro to Microsoft Excel 2007
Intro to Microsoft Excel 2007Intro to Microsoft Excel 2007
Intro to Microsoft Excel 2007
 
Tech training workshop 3 final 090810
Tech training   workshop 3 final 090810Tech training   workshop 3 final 090810
Tech training workshop 3 final 090810
 
Healthcare professionals face ethical questions every day. This is
Healthcare professionals face ethical questions every day. This isHealthcare professionals face ethical questions every day. This is
Healthcare professionals face ethical questions every day. This is
 
ppt-2-for-DATA-MANAGEMENT.pdf
ppt-2-for-DATA-MANAGEMENT.pdfppt-2-for-DATA-MANAGEMENT.pdf
ppt-2-for-DATA-MANAGEMENT.pdf
 
27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a Superstar27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a Superstar
 
Ms excel 2007 pptx
Ms excel 2007 pptxMs excel 2007 pptx
Ms excel 2007 pptx
 
Microsoft Excel Training
Microsoft Excel TrainingMicrosoft Excel Training
Microsoft Excel Training
 
Excel Training
Excel TrainingExcel Training
Excel Training
 
In Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docxIn Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docx
 
Online Delivery Service.PPt
Online Delivery Service.PPtOnline Delivery Service.PPt
Online Delivery Service.PPt
 
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-GBasics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
Basics-of-microsoft-office-and-nudi-presentation-at-ATI-Mysore-by-Mohan-Kumar-G
 
advance excell notes EMERSON EDUARDO RODRIGUES
advance excell notes EMERSON EDUARDO RODRIGUESadvance excell notes EMERSON EDUARDO RODRIGUES
advance excell notes EMERSON EDUARDO RODRIGUES
 
advance excell notes EMERSON EDUARDO RODRIGUES
advance excell notes EMERSON EDUARDO RODRIGUESadvance excell notes EMERSON EDUARDO RODRIGUES
advance excell notes EMERSON EDUARDO RODRIGUES
 
MODULE 9 EXELLE.pptx
MODULE 9 EXELLE.pptxMODULE 9 EXELLE.pptx
MODULE 9 EXELLE.pptx
 

Mehr von simply_coool

Excel Printing Tips2007
Excel Printing Tips2007Excel Printing Tips2007
Excel Printing Tips2007simply_coool
 
Excel Formatting 2007
Excel Formatting 2007Excel Formatting 2007
Excel Formatting 2007simply_coool
 
Ethics In Various Religions
Ethics In Various ReligionsEthics In Various Religions
Ethics In Various Religionssimply_coool
 
Intro To BUSINESS ETHICS
Intro To BUSINESS ETHICSIntro To BUSINESS ETHICS
Intro To BUSINESS ETHICSsimply_coool
 
Ethics Of Conserving Depletable Resources
Ethics Of Conserving Depletable ResourcesEthics Of Conserving Depletable Resources
Ethics Of Conserving Depletable Resourcessimply_coool
 
Extent Of Job Discrimination
Extent Of Job DiscriminationExtent Of Job Discrimination
Extent Of Job Discriminationsimply_coool
 
Firm’S Duties To The Employee
Firm’S Duties To The EmployeeFirm’S Duties To The Employee
Firm’S Duties To The Employeesimply_coool
 
Ethics And Values In Business
Ethics And Values In BusinessEthics And Values In Business
Ethics And Values In Businesssimply_coool
 
Descriptive Ethics Encyclopedia Of Business Ethics
Descriptive Ethics   Encyclopedia Of Business EthicsDescriptive Ethics   Encyclopedia Of Business Ethics
Descriptive Ethics Encyclopedia Of Business Ethicssimply_coool
 
Elements Of Tqm Framework
Elements Of Tqm FrameworkElements Of Tqm Framework
Elements Of Tqm Frameworksimply_coool
 
Business Ethics Session2
Business Ethics Session2Business Ethics Session2
Business Ethics Session2simply_coool
 
Dimensions Of Pollution Control
Dimensions Of Pollution ControlDimensions Of Pollution Control
Dimensions Of Pollution Controlsimply_coool
 
Concept Of Utilitarianism
Concept Of UtilitarianismConcept Of Utilitarianism
Concept Of Utilitarianismsimply_coool
 

Mehr von simply_coool (20)

Excel Printing Tips2007
Excel Printing Tips2007Excel Printing Tips2007
Excel Printing Tips2007
 
Excel Formatting 2007
Excel Formatting 2007Excel Formatting 2007
Excel Formatting 2007
 
Hr Ethical Issues
Hr Ethical IssuesHr Ethical Issues
Hr Ethical Issues
 
Ethics In Various Religions
Ethics In Various ReligionsEthics In Various Religions
Ethics In Various Religions
 
Imp Of Be
Imp Of BeImp Of Be
Imp Of Be
 
Intro To BUSINESS ETHICS
Intro To BUSINESS ETHICSIntro To BUSINESS ETHICS
Intro To BUSINESS ETHICS
 
Ethics Of Conserving Depletable Resources
Ethics Of Conserving Depletable ResourcesEthics Of Conserving Depletable Resources
Ethics Of Conserving Depletable Resources
 
Extent Of Job Discrimination
Extent Of Job DiscriminationExtent Of Job Discrimination
Extent Of Job Discrimination
 
Firm’S Duties To The Employee
Firm’S Duties To The EmployeeFirm’S Duties To The Employee
Firm’S Duties To The Employee
 
Ethics
EthicsEthics
Ethics
 
Ethics And Values In Business
Ethics And Values In BusinessEthics And Values In Business
Ethics And Values In Business
 
Ethics In Hrm
Ethics In HrmEthics In Hrm
Ethics In Hrm
 
Codes Of Ethics
Codes Of EthicsCodes Of Ethics
Codes Of Ethics
 
Descriptive Ethics Encyclopedia Of Business Ethics
Descriptive Ethics   Encyclopedia Of Business EthicsDescriptive Ethics   Encyclopedia Of Business Ethics
Descriptive Ethics Encyclopedia Of Business Ethics
 
Elements Of Tqm Framework
Elements Of Tqm FrameworkElements Of Tqm Framework
Elements Of Tqm Framework
 
Decision Making
Decision MakingDecision Making
Decision Making
 
Business Ethics Session2
Business Ethics Session2Business Ethics Session2
Business Ethics Session2
 
Business Ethics
Business  EthicsBusiness  Ethics
Business Ethics
 
Dimensions Of Pollution Control
Dimensions Of Pollution ControlDimensions Of Pollution Control
Dimensions Of Pollution Control
 
Concept Of Utilitarianism
Concept Of UtilitarianismConcept Of Utilitarianism
Concept Of Utilitarianism
 

Kürzlich hochgeladen

Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 

Kürzlich hochgeladen (20)

Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 

Excel Intermediate

  • 1. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com MICROSOFT EXCEL 2003 – INTERMEDIATE HANDOUT **To effectively participate in this course, you should have first taken Microsoft Excel - Intro, Parts 1 & 2, or be familiar with the basics of Excel. This handout will give you general information and hands-on exercises covering Aligning text, Adding, Moving and Deleting Sheets, IF Formulas, External Reference Formulas, Naming Ranges, Creating Subtotals, Wrapping Text, Conditional Formatting, and Absolute References. Open the Excel File ‘Excel-PayrollInterClass.xls’. Be sure ‘Sheet1’ is selected. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com
  • 2. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com Aligning text Excel will allow you to align cell contents in any direction. Follow the instructions below to align the contents of cell H4 vertically. 1. Select the cell H4. 2. From the Format menu, choose Cells. 3. From the Format Cells dialog box, click on the Alignment tab. 4. In the Orientation box, click on the red diamond next to the word ‘Text’, and drag it to the top diamond. (The Degrees box will say 90). Click OK. Your text will be displayed vertically instead of horizontally (See the example on the next page). This… Should look similar to this… 5. Click OK. Nami ng sheet s You may find that it’s easie r to remember the contents of a multiple sheet workbook if you give each sheet a new name, rather than accepting the Excel defaults – Sheet1, Sheet2, Sheet3, etc. 1. Double-click on the tab labeled Sheet1. The tab should now be highlighted. Type ByWeek and press Enter. The sheet has now been renamed. Adding Sheets Excel workbooks show three Sheets by default, but can contain many more. For those times when more are needed follow these instructions. 1. Click on the Sheet3 tab. 2. From the Insert menu, choose Worksheet, and click OK. A new sheet will appear to the left of Sheet 3. You can insert a new sheet anywhere; it will be inserted to the left of the active sheet. 3. Rename this sheet "Linking". Moving a sheet For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com
  • 3. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com You may find that rearranging sheets will help you organize your data. 1. Click and hold the left mouse button on the new "Linking" sheet. When the ‘Page Icon’ appears, drag the sheet to a spot between ByWeek and Sheet2. (A small, black triangle just above the sheet tabs indicates where the sheet will be inserted). Aligning Text 1. Click the sheet tab labeled ByWeek. Select rows 4, 15, 26, & 37. (Select multiple rows by clicking on row 4, and while holding the Control key, select the other rows.) 2. From the Format menu, choose Cells. 3. From the Format Cells dialog box, click on the Alignment tab. 4. In the Degrees box, type 45. 5. Click OK. Note: You may resize the columns by selecting all then clicking between two of the columns (between A &B, etc.) Entering Data 1. On the sheet labeled ByWeek, enter the following information into the appropriate columns for the week February 28th. (B38 – C43) Hours Hourly Rate 42 $15.00 40 $12.50 39 $11.75 43 $14.25 35 $16.00 41 $13.00 Using an IF Statement Excel’s IF function can make decisions based on whether a test condition is true or false. The “IF function” is useful when you want to display one result based on a true statement, and another result if the statement is false. An IF statement is written like the following: =IF (what you want tested, what to do if the result if true, what to do if the result if false) Commas separate each statement. Do not use spaces after the commas within the parenthesis. Use an IF statement to calculate the OT Hours and OT Rate for the week of February 28th. 1. In Cell D38, enter the IF statement: =IF(B38>40,B38-40,0) The result should be 2. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com
  • 4. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com 2. In Cell E38, enter the IF statement: =IF(B38>40,C38*1.5,0) The result should be $22.50. 3. Select the cells D38 and E38. Use the fill handle to copy the formulas down through row 43. Using Other Formulas 1. For the week of February 28th, enter a formula to determine the Regular Pay, OT Pay, and Weekly Total. Remember the order of operations! …() then * / then +- In cell F38, enter =(B38-D38)*C38 Result=$600 In cell G38, enter =D38*E38 Result=$45 In cell H38, enter =F38+G38 Result=$645 2. Copy the formulas down through row 43. Using External Reference Formulas If you would like to have information from one sheet included in calculations on another sheet, you can use an external reference formula. An external reference formula is a formula containing references to cells not located in the current sheet. When the information referenced is changed, the result of the formula is also changed. 1. Click the sheet tab labeled Linking. Here you will create external reference formulas to show weekly totals. 2. In cell A1 type Weekly Totals. 3. In cell A2 type Week of Feb 7. 4. Resize Columns A and B to fit their contents. 5. Click on the cell where you would like your result to show, cell B2. 6. In that cell type =SUM( be sure to include the left parenthesis. 7. Select the ByWeek sheet tab and the range that you would like to link, H5:H10. Press Enter. 8. Click on B2 again and take a moment to look at the formula in the formula bar. =SUM(ByWeek!H5:H10) This formula means that the information displayed in that cell is coming from the sheet named ByWeek, cells H5-H10. Note that the sheet name is followed by the exclamation point and then followed by the cell reference. 9. Continue for the 14th, the 21st, and the 28th. Naming Ranges A range is a rectangular group of cells. It can be one cell, a row, a column or several columns and rows. Naming a Range is useful if you have a large spreadsheet that extends beyond the visible area of the screen. It is a quick and easy way to get to information that would require time-consuming scrolling. You can also use range names in formulas. Note: When assigning a range name you may not use spaces, a dash, slashes or the dollar sign. These characters have special meaning in Excel. Try an underscore, or use capital letters to indicate a new word To name a range: 1. Select Sheet3. 2. Select a range of cells that you would like to name, H6-H29. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com
  • 5. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com 3. Click inside the Name Box located on the left side of the Formula Bar. 4. Type the text that you would like to name the cell or range of cells, MonthTotal with no space between ‘Month’ and ‘Total’. Press Enter. Using the Range Name in a Formula: 1. Click on cell B3 and type Total. 2. Click cell C3 and type =sum( (or use the sum icon) 3. Next choose Insert on the Menu Bar then choose Name. 4. Next choose Paste and select MonthTotal. 5. Click OK and then press Enter. If MonthTotal is not in the list to paste, start over with #1of this step and make sure you do not put a space in the name. Sorting Data On Sheet3, sort the data in alphabetical order by First Name. 1. Click on cell A6. 2. From the Data menu, choose Sort. Sort by Name, in ascending order. Be sure the radio button for Header Row is selected. 3. Click OK. Creating Subtotals For subtotals to work correctly, you need to organize the data into labeled columns with no blank rows, and you also need to sort the data into the groups to be subtotaled. Sort the data according to what you want to subtotal. 1. Select cell A6. 2. Choose Data, Subtotals. 3. Select how to group the data for the subtotals by selecting the Name heading for the column in the At each change in: drop down list. The function is Sum. 4. Select data that you want calculated by selecting the Month Total check box in the Add Subtotal to: list box. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com
  • 6. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com 5. Click OK. Notice how the subtotals are automatically added to the worksheet. Click Between the 1, 2, and 3 on the left to see different views of the totals. 6. To remove subtotals, select Data, Subtotals, then click the Remove All button. Conditional Formatting Conditional formatting allows you to format cells depending on whether or not specific conditions in the cells are met. Use Conditional Formatting to make the cells in Column B red if the hours are greater than 40. 1. Select the cell or range of cells that you want to apply the conditional format to, B6-B29. 2. Choose Format, Conditional Formatting to display the Conditional Formatting dialog box. 3. Select the Cell Value Is option in the drop-down list at the very left of the dialog box. **The only difference between the cell or formula option is that when the formula option is used, Excel evaluates the formula to determine if the conditional formatting will be applied. The formula must be TRUE/FALSE.** 4. Select greater than from the drop down list of conditional operators located second from the left in the dialog box. 5. Enter 40 in the last dialog box. 6. Click the Format… button in the Conditional Formatting dialog box to set the formatting that you would like the computer to show if the condition is TRUE. On the Font tab, choose Red from the Color drop-down box. Click OK. Notice the preview area. 7. Click OK to accept the conditional formatting. Notice all hours greater than 40 now appear in red. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com
  • 7. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com Conditional Formatting dialog box: Close the ‘Payroll for Intermediate Class’ file – do not save your changes. Open the file named ‘Excel–InterExercise2’. We will use this file to practice using the MAX, MIN, AVERAGE and TODAY functions. 1. Insert 5 blank rows at the top of the worksheet: Select rows 1-5. From Insert menu, choose Rows. 2. In cell A1 type =today() The parenthesis are important even though there is nothing between them. Press Enter. If you wish to change the format of the date and time, from the Format menu, choose Cell. On the number tab, select date as the category and choose a format. Click OK to return to the worksheet. 3. In cell A2 type Average Student Pay Rate 4. In cell C2 use the AVERAGE function to find the average of all student pay rates. 5. Click the Insert Function button. Choose AVERAGE and click OK. 6. To select the range F6 through F379, type F6:F379 in the Number 1 box, or use the collapse dialog button and highlight the range. 7. Press Enter. Click OK to finish the formula. The result should be $6.86. As you select this large range it becomes clear that using the Range Name feature can be useful. MAX will give you the highest value in a range. MIN will give you the lowest value in a range. 1. You can use MAX and MIN in the same way you used AVERAGE above. Try it on your own and ask the instructor if you have questions or need assistance. 2. Complete the rest of the calculations for the sheet. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com
  • 8. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com Freeze Panes Click on the Data tab. Since this is a large list you may want to Freeze Panes. This feature is available from the Window menu. If you have a large worksheet with horizontal or vertical headers, you may wish to continue to display those headers as you scroll through the cells. This can be done by ‘freezing’ those panes. 1. To freeze the top horizontal pane, select the row just below where you want the data to appear. –OR- 2. To freeze the left vertical pane, select the column to the right of where you want the data to appear. –OR- 3. To freeze both the upper and left panes, click the cell below and to the right of where you want the data to appear. 4. On the Window menu, click Freeze Panes. The value of the sorting and calculating functions becomes clear when using a larger data file. Take some time to try different sorts. For example, sort by Last Name or by Hrs/Wk. Ask the instructor if you need any assistance. The benefit of the copy command (or fill) is also more obvious with a larger data file. Imagine entering the formula to calculate the Weekly Gross Pay 300 or more times! Click File and choose Close. You do not need to save any changes. Absolute Referencing Using dollar signs, you can tell Excel to use the contents of a cell in an exact location when creating a formula. When the formula is copied, the reference to that cell will not change. We will use an absolute reference in the next exercise to calculate a 5% raise for 1999. We will also use the pointing method of entering a formula. 1. Open Excel-AbsoluteReference.xls For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com
  • 9. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com 2. Compare the cell contents in C4 to H4. C4 is a label and H4 is a value. 3. Click in Cell D5 and type =, click cell B5, type *, click cell C5. The formula should read =B5*C5. Press Enter. 4. Click in Cell D5 again and use the fill handle to drag and copy the formula down to D19. As the formula is copied the cell addresses will change relative to the new location. The formula we enter in column H will be different. We will refer to the 5% value that has been entered in one cell -- H4. Therefore, when the formula is copied we will need to make the reference to H4 absolute since this is the only cell we want to multiply by. 1. Click in cell H5 and type =, click cell G5, type *, click cell H4, then press F4 (the function key along the top of the keyboard). The formula should be =G5*$H$4. This will add two dollar signs to your formula, which makes the cell reference for H4 absolute. Press Enter to complete the formula. 2. Click H5 again and use the fill handle to drag and copy the formula down to H19. 3. Check the formulas in column H to verify that the reference to H4 did not change. NOTE: If you did this correctly, the totals will be the same for H20 as it is for D20. Now think about what you would need to do to determine a 7% raise in each scenario. On the relative side of the worksheet, 5% would need to be changed to 7% in several cells. On the absolute side, the value in only one cell would need to be changed. Try it: Change H4 to 7%. See how all the cells with a formula containing the absolute reference to H4 changed? Tip: If you forget that F4 is the key to press to make your cell reference absolute, the dollar signs can be typed in manually. Click File, choose Close. You do not need to save the changes. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com
  • 10. For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com For useful Documents like this and Lots of more Educational and Technological Stuff... Visit... www.thecodexpert.com