1. 2 File 1-Excel Training Part 1 Where number1, number2 are 1 to 30 numeric arguments. Arguments can either be numbers, ranged names or ranges of cell.

Slides:



Advertisements
Similar presentations
Numbers Treasure Hunt Following each question, click on the answer. If correct, the next page will load with a graphic first – these can be used to check.
Advertisements

Repaso: Unidad 1 Lección 2
Angstrom Care 培苗社 Quadratic Equation II
AP STUDY SESSION 2.
1
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
Copyright © 2011, Elsevier Inc. All rights reserved. Chapter 6 Author: Julia Richards and R. Scott Hawley.
Author: Julia Richards and R. Scott Hawley
Properties Use, share, or modify this drill on mathematic properties. There is too much material for a single class, so you’ll have to select for your.
UNITED NATIONS Shipment Details Report – January 2006.
We need a common denominator to add these fractions.
1 RA I Sub-Regional Training Seminar on CLIMAT&CLIMAT TEMP Reporting Casablanca, Morocco, 20 – 22 December 2005 Status of observing programmes in RA I.
Properties of Real Numbers CommutativeAssociativeDistributive Identity + × Inverse + ×
Exit a Customer Chapter 8. Exit a Customer 8-2 Objectives Perform exit summary process consisting of the following steps: Review service records Close.
Local Customization Chapter 2. Local Customization 2-2 Objectives Customization Considerations Types of Data Elements Location for Locally Defined Data.
Create an Application Title 1A - Adult Chapter 3.
Process a Customer Chapter 2. Process a Customer 2-2 Objectives Understand what defines a Customer Learn how to check for an existing Customer Learn how.
Custom Statutory Programs Chapter 3. Customary Statutory Programs and Titles 3-2 Objectives Add Local Statutory Programs Create Customer Application For.
Custom Services and Training Provider Details Chapter 4.
1 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt BlendsDigraphsShort.
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Rhesy S.ppt proRheo GmbH
1 Click here to End Presentation Software: Installation and Updates Internet Download CD release NACIS Updates.
Excel Functions. Part 1. Introduction 2 An Excel function is a formula or a procedure that is performed in the Visual Basic environment, outside the.
Photo Slideshow Instructions (delete before presenting or this page will show when slideshow loops) 1.Set PowerPoint to work in Outline. View/Normal click.
1.
Break Time Remaining 10:00.
Turing Machines.
Table 12.1: Cash Flows to a Cash and Carry Trading Strategy.
PP Test Review Sections 6-1 to 6-6
User Friendly Price Book Maintenance A Family of Enhancements For iSeries 400 DMAS from Copyright I/O International, 2006, 2007, 2008, 2010 Skip Intro.
Bright Futures Guidelines Priorities and Screening Tables
EIS Bridge Tool and Staging Tables September 1, 2009 Instructor: Way Poteat Slide: 1.
Bellwork Do the following problem on a ½ sheet of paper and turn in.
Exarte Bezoek aan de Mediacampus Bachelor in de grafische en digitale media April 2014.
Benchmark Series Microsoft Excel 2013 Level 2
Copyright © 2013, 2009, 2006 Pearson Education, Inc. 1 Section 5.5 Dividing Polynomials Copyright © 2013, 2009, 2006 Pearson Education, Inc. 1.
Sample Service Screenshots Enterprise Cloud Service 11.3.
Copyright © 2012, Elsevier Inc. All rights Reserved. 1 Chapter 7 Modeling Structure with Blocks.
1 RA III - Regional Training Seminar on CLIMAT&CLIMAT TEMP Reporting Buenos Aires, Argentina, 25 – 27 October 2006 Status of observing programmes in RA.
Basel-ICU-Journal Challenge18/20/ Basel-ICU-Journal Challenge8/20/2014.
1..
CONTROL VISION Set-up. Step 1 Step 2 Step 3 Step 5 Step 4.
Adding Up In Chunks.
Collin College Credit Exam
1 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt Synthetic.
Note to the teacher: Was 28. A. to B. you C. said D. on Note to the teacher: Make this slide correct answer be C and sound to be “said”. to said you on.
Model and Relationships 6 M 1 M M M M M M M M M M M M M M M M
Subtraction: Adding UP
1 hi at no doifpi me be go we of at be do go hi if me no of pi we Inorder Traversal Inorder traversal. n Visit the left subtree. n Visit the node. n Visit.
Benchmark Series Microsoft Excel 2010 Level 1
Analyzing Genes and Genomes
Types of selection structures
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
Essential Cell Biology
Converting a Fraction to %
Clock will move after 1 minute
Intracellular Compartments and Transport
PSSA Preparation.
Essential Cell Biology
Immunobiology: The Immune System in Health & Disease Sixth Edition
Physics for Scientists & Engineers, 3rd Edition
Energy Generation in Mitochondria and Chlorplasts
Select a time to count down from the clock above
Murach’s OS/390 and z/OS JCLChapter 16, Slide 1 © 2002, Mike Murach & Associates, Inc.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 2Managing and Integrating Data and the Excel Environment Chapter 6Protecting and Sharing Workbooks.
CS&E 1111 Exfunctions Using Functions in Excel Objectives: Using Excel functions l SUM, MIN, MAX, AVERAGE, COUNT, COUNTA l ROUND l COUNTIF, SUMIF, AVERAGEIF.
Excel Functions.
Presentation transcript:

1

2 File 1-Excel Training Part 1

Where number1, number2 are 1 to 30 numeric arguments. Arguments can either be numbers, ranged names or ranges of cell references which contain numbers. = SUM(number1, number2, …)Calculates the sum of a list of values =AVERAGE(number1, number2, …)Calculates the average value of a list of values =MIN(number1, number2, …)Calculates the minimum value in a list of values =MAX(number1,number2,…)Calculates the maximum value in a list of values =COUNT(number1,number2,…)Determines the number of values in a list (Ignores cells that contain text) =COUNTA(number,number2,…)Does not ignore cells that contain text =STDEV(number,number2,…)Returns the standard deviation a list of values 3

Write an Excel formula in cell Gradebook!H3, to calculate the total points earned for the student Teri Brown. Copy the formula so it calculates the total points earned for each student in the list. (sums a range of values) 4

Write an Excel formula in cell Gradebook!I3, to calculate the percentage grade for the student Teri Brown. Copy the formula so it calculates the percentage grade for each student in the list. 5

Write an Excel formula in cell Gradebook!D9 to calculate the highest score received on Lab1. Copy the formula so it calculates the highest score received on each Lab, Midterm, Final, etc. (returns the maximum value in a range) 6 What about the green triangles? Excel tries to be smart and tell you that you might have an error in your formula. How do you fix this? First check, do you have an error in the formula. If not, just ignore the error.

(returns the minimum value in a range) 7 Write an Excel formula in cell Gradebook!D10 to calculate the lowest score received on Lab1. Copy the formula so it calculates the lowest score received on each Lab, Midterm, Final, etc.

Write an Excel formula in cell Gradebook!D11 to calculate the number of scores recorded for Lab 1. Copy the formula so it calculates the number of scores recorded on each Lab, Midterm, Final, etc. (returns the number of items in a range) 8 What happens if you delete the Lab 1 score for Teri Brown?

Write an Excel formula in cell Gradebook!D12 to calculate the average score for Lab 1. Copy the formula so it calculates the average score for each Lab, Midterm, Final, etc. (averages a range of values) 9

10 What value displays in the cell? 537 Open the calculator and type in: = 536 Whats Wrong???? We have formatted our cells to display as whole numbers, but we havent changed the value in the cell.

11 Highlight cells D12:H12 to select them Click the increase decimal button two times Now the cells display with 2 decimal places

Syntax: =Round (number, num_digits) Num_digits: Specified number of decimal Places ValueRounding 0Round to the nearest whole number 1Round to the nearest tenth (0.1, 0.2,..) Round to the nearest ten (10, 20, …) 12

=COUNTIF (range, criteria) Range One or more cells to count, including numbers or names, arrays, or cell references that contain numbers. criteria A number, expression, cell reference, or text string that defines which cells will be counted. For example, criteria can be expressed as 32, ">32", B4, or "apples". NOTE: The comma in the parentheses separates the arguments, so you can only use commas between arguments.. 13

Write an Excel formula in cell Gradebook!F13 to determine the number of honor students in this class. (counts the number of items in a range that meet a specific criteria) 14

Write an Excel formula in cell Gradebook!F13 to determine the number of honor students in this class. (counts the number of items in a range that meet a specific criteria) 15

(counts the number of items in a range that meet a specific criteria) 16 Write an Excel formula in cell Gradebook!F16 to determine the number of students in the class who scored greater than 80%.

SUMIF(range, criteria, sum-range) Range The range of cells that you want evaluated by criteria. Cells in each range must be numbers or names, or references that contain numbers. criteria The criteria in the form of a number, expression, a cell reference, or text that defines which cells will be added. For example, criteria can be expressed as 32, ">32", B5, 32, "32", or "apples" sum_range The actual cells to add, if you want to add cells other than those specified in the range argument. 17

Write an Excel formula in cell Gradebook!F14 to calculate the total number of points earned by Honor students for this assignment/exam. (sums the values in a range that meet a specific criteria) 18

Write an Excel formula in cell Gradebook!F14 to calculate the total number of points earned by Honor students for this assignment/exam. (sums the values in a range that meet a specific criteria) 19

Write an Excel formula in cell Gradeook!F15 to calculate the average number of points earned by Honor students for this assignment/exam. (averages the values in a range that meet a specific criteria) 20

21 =RANK(Number,Ref,Order) Number The number whose rank you want to find Ref The list of numbers Order Specifies the sort order 0 or left blankDescending order Positive numberAscending order

Write an Excel formula in cell Gradeook!J3 to calculate the rank of each student. Rank the list in descending order (Returns the rank of a number in a list of numbers.) 22

23 File 1 - Excel Training Part 1

Write a formula in cell Student Courses!F2 ONLY to display the total number of students in the college UVC. 24 Write a formula in cell Student Courses!F2, which can be copied down to cell C10, to display the number of students by college.

Write a formula in cell Student Courses!I2, which can be copied down to cell C13, to summarize the number of courses being taken by students in this college. 25

Write a formula in cell Student Courses!L2, which can be copied down to cell C13, to average the number of courses being taken by students in this college. 26

27 Examples from the Excel Training Part 1 File

Write an Excel formula in cell GPA Summary!H3 to calculate the rank of each student. Rank the list in descending order (Returns the rank of a number in a list of numbers.) 28

Write an Excel formula in cell GPA Summary!C13, ONLY (do not copy formula yet), to calculate the Average GPA Summary By College By Year. (averages the values in a range that meet a specific criteria) 29

Write an Excel formula in cell GPA Summary!C13, which may be copied across to cell G13, and down to cell G15, to calculate the Average GPA Summary By College By Year. (averages the values in a range that meet a specific criteria) 30

31 File 2 - Excel Training Part 1

32

33

34 1. Click to add a new worksheet 2. Right click on the new tab 3. Click Rename

35

36 1. Click top of worksheet to select the entire worksheet 2. Click Copy icon

37 2. Click on Cell A1 3. Click Paste 4. Change the title to Winter Budget 1. Click Winter Tab 5. Follow the instructions to paste the Fall worksheet into the Spring and Summary Worksheets

38 The four spreadsheets

39

40 Budgeted amount for utilities will increase by 10% Book Budget amount will increase by $100

41

42

43

44 File 3 - Excel Training Part 1

45 =IF(OR(ISBLANK(B4),ISBLANK(D4),B4=0,D4=0),0,D4/B4)