Downloading other workbooks All our workbooks can be downloaded from:

Size: px
Start display at page:

Download "Downloading other workbooks All our workbooks can be downloaded from:"

Transcription

1

2 Introduction This workbook accompanies the computer skills training workshop. The trainer will demonstrate each skill and refer you to the relevant page at the appropriate time. This workbook can also be used independently at home. Work at your own pace during the workshop If you prefer to work through the workbook at your own pace, rather than follow the pace of the workshop, please feel free to do so. However, we would appreciate you refraining from asking questions until after the relevant section has been covered by the trainer. Improve your skills at home If you find it difficult to attend our workshops, or prefer to study independently, you can download our workbooks and exercise files wherever you are assuming you have a working internet connection. Downloading the exercise files for this workbook The exercises referred to within this (and other) workbook(s) can be downloaded from: Downloading other workbooks All our workbooks can be downloaded from: About us Our aim is to support you in your use of IT while studying at the University of Bedfordshire. Our computer skills training workshops are designed to help you to improve your IT skills so you can efficiently complete assignments and dissertations. Our workshops range from Fundamentals workshops which are suitable for complete beginners to workshops that cover more advanced skills. Our regular workshops are scheduled during academic terms, and published on the Learning Resources website: If you have an individual training need, please contact us to discuss your requirements. Contact us Linda Martin / Rosa Ramos cst@beds.ac.uk

3 Contents Introduction...i Status bar statistics... 1 Introducing functions... 2 Copying formulas... 3 The SUM and AVERAGE Function... 4 The MAX and MIN Functions... 5 Calculating Mode, Median and Standard Deviation... 6 Using the CORREL Function... 7 The FREQUENCY function... 8 The IF Function... 9/10 The COUNTIF Function The SUMIF Function The VLOOKUP Function... 13/14 Further information and solutions to tasks... 15

4

5 Status bar statistics The status bar is located at the bottom of the Excel window. This is where Excel displays basic statistical information about your data, without the need to create a formula. All you need to do is select the range that contains your data. In the following example you will find out statistical information about body measurements of a sample of 20 male patients. 1. Move to the Status Bar Statistics worksheet. 2. Select the cells holding the weight for each patient and look down at the status bar, located at the bottom of your screen (to the right). You will see the average weight, the number of cells (Count) included in the selected range and the total weight (Sum) of all 20 men. To display the smallest and largest value You can also display the smallest (minimum) and largest (maximum) value on the status bar. 1. Position mouse over the status bar and right click. TASK: Use the status bar statistics to find the following information: What is the average age? What is smallest and largest hip measurement? What is the height of the shortest man and the tallest man? Answers in back of workbook. 1 Updated 16/12/15

6 Introducing functions Excel functions are predefined formulas. A function has a specific order, called a syntax, which must be strictly followed for the function to work correctly. All functions begin with an equals sign = Followed by the function name (e.g. SUM) Followed by an opening parenthesis, then the argument (cell range or cell reference) and a closing parenthesis. You can have more than one argument, which you separate using a comma. function name arguments function name 2 arguments (separated by comma) equals sign =SUM(A2:D2) equals sign =SUM(A1:A20,C1:C20) Excel has hundreds of functions, which are organised into categories. The functions covered in this workbook are listed below. Category Function What the function does Statistical AVERAGE Calculates the average (arithmetic mean) for a range of cells. COUNTIF MIN MAX MEDIAN Counts the number of cells in a range that satisfy the given criteria. Returns the lowest value in a range of cells. Returns the highest value in a range of cells. Returns the median of the given numbers. MODE.SNGL Returns the most frequently occurring, or repetitive value in an array or range of cells. STDEV.S Math & Trig SUM SUMIF Estimates standard deviation based on a sample. Adds all the numbers in a range of cells. Adds the cells specified by the given criteria. Logical IF Tests a cell to see if the condition specified is true or false. Lookup & Reference VLOOKUP HLOOKUP Looks for a value in the leftmost column of a table, and then returning a value in the same row from a column you specify. Looks for a value in the top row of a table or array of values and returns the value in the same column from the row you specify. 2 Updated 16/12/15

7 Copying formulas Before we start to use functions, you need to know how to copy a formula from one cell to another. In the following example you will copy (using different methods) a formula that adds and a formula that calculates an average, from one cell to many cells. Using the Fill handle to copy a formula 1. Move to the Copy Formulas worksheet, then click into cell B11. B11 holds a formula using the SUM function, which totals the expenditure for January. The formula is shown on the formula bar. 2. Position the mouse pointer over the fill handle at the bottom right of the cell. The pointer will change into a solid black cross. 3. Press the left mouse button and drag across to column M and release. The expenditure for each month will now be summed. Other methods 1. Click into cell B12. B12 holds a formula using the AVERAGE function, which calculates the average expenditure for January. The formula is shown on the formula bar. 2. Select cells B12:M12 (you can use your mouse or keyboard). Keyboard shortcuts: Ctrl+R (fills right) Ctrl+D (fills down) You can also use Copy and Paste, either from the Home ribbon or keyboard shortcuts Ctrl+C and Ctrl+V. TASK: Use the Fill handle to copy the formula from cell N2 down to N10. TASK: Use either the Fill menu or keyboard shortcut to copy the formula from cell O2 down to O10. 3 Updated 16/12/15

8 The SUM and AVERAGE functions The functions in Excel can be accessed in several ways. The exercises in this workbook will use each method, so you become familiar with them. You can then choose your preferred method. Functions can be accessed via the AutoSum list (Home ribbon), the Formulas ribbon, the Insert Function fx button (on Formula bar and Formulas ribbon). Keyboard shortcut: Shift+F3 In the following example you will use the SUM and AVERAGE functions to calculate the totals and averages for data about climate. You will access these functions via the Home ribbon. 1. Move to the SUM and AVERAGE worksheet and click into cell B Click the Home tab, then click AutoSum, located in the Editing group. Cell range B3:B14 will be selected. 3. Click the tick located on the formula bar or press Enter. Note: If you go wrong when inserting a function, click the Cancel button located on the formula bar. 4. Copy the formula across to cell K15. The rainfall and temperature for each country will now be summed. Note: Total temperature is not useful information, so you could delete the formulas in cells C15, E15, G15, I15 and K Click into cell B16, click the Home tab, then click the arrow to the right of the AutoSum button. This lists the most commonly used functions. 6. Choose Average from the list of available functions. Be careful, can you see Excel wants to include the Total Rainfall (B15) in the calculation. You need to re-select cells B3:B14. This cell selection is incorrect This cell selection is correct Now click the tick located on the formula bar or press Enter. 7. Copy the formula from B16 across to cell K16. TASK: Using the same worksheet, calculate the total and averages for crimes reported in England & Wales. Copy the formulas across. TASK: Calculate the total and averages for robbery and copy the formulas down to the remaining cells. 4 Updated 16/12/15

9 The MAX and MIN functions Excel functions are organised in categories. Many of the functions you will need are from the Statistical category. AVERAGE, MAX and MIN are statistical functions and they can be accessed (as in the previous exercise) via the AutoSum button. The MIN function finds the smallest value and MAX finds the highest value. The following data shows body fat and body size measurements for a sample of 20 men. You will use some statistical functions to analyse this data. The next two examples cover the MIN, MAX, MODE.SNGL, MEDIAN and STDEV.S functions. 1. Move to the Statistical Functions worksheet and click into cell B Click the Home tab, then click the arrow to the right of the AutoSum button. Choose Min from the drop down list. Cell range B6:B25 will Note: If you go wrong when inserting a function click the Cancel button located on the formula bar. be selected. 3. Click the tick located on the formula bar or press Enter. This will return the smallest value in column B (5.1). 4. Move to cell B27 and repeat step 2, replacing Min with the Max function, to find the highest This cell selection is incorrect This cell selection is correct value in column B (28.1). Be careful because Excel will try to include B26 in the calculation. You will need to re-select the data to exclude cell B26. TASK: Move to cell B38 and use the MIN and MAX functions to calculate the lowest and highest sale for the month of January. Copy the formulas across to the 5 Updated 16/12/15

10 Calculating mode, median and standard deviation MODE.SNGL, MEDIAN and STDEV.S are also statistical functions. The MODE.SNGL returns the most frequently occurring or repetitive number in a range of cells. MEDIAN returns the number in the middle of a specified range and STDEV.S estimates standard deviation. Find out more For related mathematical resources, go to the Study Hub: Online (BREO community) and refer to Analysing Small Data Sets in the Data Analysis folder in the Maths, Statistics and Excel section. In the following example you will use the MODE.SNGL, MEDIAN and STDEV.S functions to further analyse the body fat and body size measurements. This time you will access the functions via the Insert Function fx button located on the formula bar. 1. Continue to use the Statistical Functions worksheet. Starting in cell B28 click the fx button, located on the formula bar. The Insert Function dialog box will be displayed. Keyboard shortcut: Shift+F3 2. Choose Statistical from the Or select a category: list and MODE.SNGL from the Select a function: list, then click OK. The Function Arguments dialog box will be displayed. The MODE.SNGL and MODE.MULT functions both find the statistical mode. The difference between the two functions is that the MODE.SNGL will only return one mode, ignoring any additional occurring values. The MODE.MULT function is entered as an array formula and will return as many modes as required. Ask your trainer to demonstrate entering an array formula. Note: If there are no repeating numbers (no mode) the error message #N/A will be displayed. TASK: TASK: Use the MEDIAN and STDEV.S functions to calculate the median and standard deviation for the same data. Access the functions via the Insert Function fx button on the formula bar, or the keyboard shortcut: Shift+F3 Copy the formulas from cells B28, B29 and B30 across to the remaining columns. 6 Updated 16/12/15

11 Using the CORREL function The CORREL function returns a correlation coefficient, measuring the linear relationship between two sets of variables. A correlation coefficient has a value range of 1 to 1. A value close to 1 indicates a strong positive linear correlation; so when one variable increases so does the other. A value close to -1 indicates a negative linear correlation. The following data shows the blood pressure and age of 15 patients. Calculating the correlation coefficient will measure if there is a linear relationship between age and blood pressure. Does blood pressure increase with age? You will access the CORREL function via the Formulas ribbon. 1. Move to the Correlation worksheet and click into cell A Click the Formulas tab, choose More Functions, Statistical and then CORREL. The Function Arguments dialog box will be displayed. 3. Click into the Array 1 box and select cell range B2:B16 (age x). Click into the Array 2 box and select cell range C2:C16 (systolic blood pressure y), then click OK. Other Linear Regression Functions INTERCEPT - calculates the point at which a line will intercept the y-axis by using a best-fit regression line plotted through the known x- values and y-values. SLOPE - returns the slope of the linear regression line through the given data points. LINEST - returns statistics that describe a linear trend matching known data points, by fitting a straight line using the least squares method. Other useful functions: TREND and FORECAST. You should get TASK: Using the same worksheet, use the CORREL function to return a correlation coefficient for the data showing birth weight and gestation. You should get a correlation coefficient of which indicates a positive linear correlation. 7 Updated 16/12/15

12 The FREQUENCY function This is a statistical function that returns a frequency distribution. This function requires a set of values (the data) and the intervals (known as bins). It counts the number of values that occur in each interval. Frequency distribution is also available from the Data Analysis Tools in Excel. Find out more For related mathematical resources, go to the Study Hub: Online (BREO community) and refer to Analysing Larger Data Sets in the Data Analysis folder in the Maths, Statistics and Excel section. In the following example you will use the FREQUENCY function to analyse a set of exam results for 80 students (scored out of 100). You will access the FREQUENCY function from the Insert Function fx button located on your formula bar. 1. Move to the Frequency worksheet and select cell range B13:B22 as shown. Selecting empty cells does seem strange, but this is an array formula and if this range is not selected before you start the formula, the results will not be displayed. 2. Click the Insert Function fx button located on the formula bar. The Insert Function dialog box will be displayed. You may need to move it to one side. 3. Choose Statistical from the Or select a category: box and FREQUENCY from the Select a function: list, then click OK. The Function Arguments dialog box will be displayed. 4. Click into the Data_array box and select cell range A6:P10 (the exam results). Click into the Bins_array box and select cell range A13:A22 (the intervals). Important: do not click OK. 5 Press Ctrl Shift Enter on your keyboard. The frequency distribution will be displayed. TASK: Use the FREQUENCY function to create a frequency distribution for survey results on cars per household. 8 Updated 16/12/15

13 The IF function The IF function belongs to Excel s group of logical functions. It tests a condition in a cell has been met, returning one value if the condition is TRUE and another if it is FALSE. Once you understand how the IF function works, you will find many ways you can use it. In the following example you will use the IF function to enter the appropriate text into a range of cells, to indicate if a student has passed or failed an exam. You will access the IF function via the Formulas tab. If an exam score is greater than or equal to 75, the text Pass is displayed. If an exam score is less than 75, the text Fail is displayed. 1. Move to the IF Function worksheet and click into cell C2. 2. Click the Formulas tab, then click Logical, located in the Function Library group and choose IF. The Function Arguments dialog box will be displayed. 3. Click cell B2 (score for Robert), and enter >=75. B2>=75 will appear in the Logical_test box. This is the logical test. Has the student scored 75 or more? 4. Click into the Value_if_true box and type Pass. Click into the Value_if_false box and type Fail, then click OK. You will notice quote marks appear around the word Pass and Fail If you choose to Comparison operators > greater than < less than >= greater than or equal to <= less than or equal to <> not equal to type the formula instead of accessing the function from the ribbons or formula bar, you will need to include the quote marks. TASK: Using the same worksheet, use the IF function to calculate the percentage of discount to be given to customers. If a customer orders more than 100 items, 15% discount is given. If a customer orders less than 100 items, 10% discount is given. 9 Updated 16/12/15

14 Using the IF function with a cell reference Important: The next exercises include absolute referencing and named ranges. If you are not familiar with these topics, they are covered in the Understand Formulas workshop. The following example is the same as the task at the bottom of the previous page, except you will use cell references instead of typing the percentage. You will need to make the cells holding the percentages absolute. You will access the IF function via the Insert Function fx button on the formula bar. If a customer orders more than 100 items,15% discount is given. If a customer orders less than 100 items, 10% discount is given. 1. Move to the IF Function (2) worksheet and click into cell C2. Click the Insert Function fx button located on the Formula bar. The Insert Function dialog box will be displayed. 2. Choose Logical from the Or select a category: list and IF from the Select a function: list, then click OK. The Function Arguments dialog box will be displayed. 3. Click cell B2 and type >100. B2>100 will appear in the Logical_test box. This is the logical test. Has the customer order more than 100 items? Click into the Value_if_true box, then click into cell A8 (15%) and press F4 once to make it absolute. Click into the Value_if_false box, then click into cell A9 (10%) and press F4 once to make it absolute, then click OK. 4. Copy the formula down to display the discount for each order number. Orders over 100 should get 15% discount. Using cell references in the formula will make it easier to manage your worksheet. For example, if you want to change a discount amount, you need only to change one cell. An IF statement can also includes calculations and other functions. TASK: Use the IF function and absolute references to enter the appropriate text into cells C16:C21. If an exam score is greater than or equal to 75, "Pass" is displayed. If an exam score is less than 75, "Fail" is displayed. 10 Updated 16/12/15

15 The COUNTIF function COUNTIF is a statistical function. This function checks a range of cells and counts how many cells meet criteria you specify. The worksheet in the following example contains car sales data. You will use the COUNTIF function to count how many cars have been sold with Bluetooth. You will access the COUNTIF function from the Insert Function fx button located on the formula bar. 1. Move to the Car Sales worksheet and click into cell J3. 2. Access the COUNTIF function via the Insert Function fx button, located on the Formula bar. COUNTIF is a Statistical function. If you have accessed the COUNTIF function correctly, the COUNTIF Function Arguments dialog box will be displayed. 3. Select cell range F3:F32. This is the range of cells from which the function will count. You may need to move the Function Arguments dialog box to one side. 4. Click into the Criteria box, then click into cell I3 (Bluetooth). Cell I3 holds the criteria the COUNTIF function will use when it counts. In this example Bluetooth has been entered into cell I3. 5. Click OK. There are 15 cars with the Bluetooth optional extra. You can enter a different optional extra into cell I3 and the COUNTIF function in cell J3 will recount. In the above example you entered the COUNTIF function into just one cell. Cell I3 was then updated with an alternative optional extra. It would make more sense to see a breakdown of all the optional extras in one table. This is possible if your COUNTIF formula includes absolute cell references. You can then copy the formula to other cells on your worksheet. The example on the next page introduces the SUMIF using absolute cell references. TASK: Using the same worksheet, use the COUNTIF function in cell J6 to count how many red cars have been sold. 11 Updated 16/12/15

16 The SUMIF function SUMIF is a Maths & Trig function. This function allows you to sum a selection of cells depending on criteria you specify. In this exercise you will use the SUMIF function to total the sales of a selection of cars. You will access this function from the Formulas ribbon. 1. Continue to use the Car Sales worksheet and click into cell J9. 2. Access the SUMIF function via the Formulas ribbon. SUMIF is a Math & Trig function. If you have accessed the SUMIF function correctly, the SUMIF Function Arguments dialog box will be displayed. 3. Select cell range D3:D32 and press F4 once to make the range absolute. This is the range of cells (makes of car) to be evaluated by the criteria specified in cell I9. 4. Click into the Criteria box, then click into cell I9. The SUMIF function will only sum the cells that match the make of car (Mercedes) entered into cell I9. 5. Click into the Sum_range box and select cell range G3:G32, then press F4 once to make the range absolute. Click OK. G3:G32 is the range of cells to be summed, based on the criteria specified in cell I9 (in this case, Mercedes). The total sales for the Mercedes is Why make some ranges absolute? You will copy the formula from cell J9 down to the cell J20 to total the remaining cars. This why the cell references in Range and Sum_range are made absolute F4. 6. Copy the SUMIF function from cell J9 down to the J20. You will now have the total sales for each car. TASK: Using the same worksheet, use the SUMIF function to total the sales for each optional extra and/or customers by gender. 12 Updated 16/12/15

17 The VLOOKUP function Lookup functions are used to look up and extract data from a table. The VLOOKUP searches vertically down a sorted data table looking for a match with the lookup-value. It then looks across the table to the column you have specified, to find the value to return. There is also a HLOOKUP function which searches a horizontal table. HLOOKUP - searches a horizontal table VLOOKUP - searches a vertical table In the following example you will use the VLOOKUP (the vertical lookup) function to look up students grades from a table. You will access the VLOOKUP function from the Formulas ribbon. 1. Move to the VLOOKUP worksheet and click into cell C Click the Formulas tab, then click Lookup & Reference, located in the Function Library group and choose VLOOKUP. If you have accessed the VLOOKUP function correctly, the Function Arguments dialog box will be displayed. 3. Click into cell B10 (the cell that holds the mark for Pearl). 4. Click into the Table_array box, select cell range A2:B7 (table that holds grades) and press F4 once. The range A2:B7 (grades table) is made absolute so the VLOOKUP formula can be copied to other cells in your worksheet. Alternatively, you can create a name for the grades table. This also ensures the VLOOKUP formula can be easily copied to other cells in your worksheet, with the added advantage of making the formula easier to understand. 5. Click into the Col_index_num box and enter 2 (column holding grades), then click OK. The grade from Pearl will be displayed in cell C Copy the formula from cell C10 down to C28. TASK: Using the same worksheet. Use the VLOOKUP function to assign the correct commission to each salesperson. 13 Updated 16/12/15

18 The VLOOKUP function In the following example you will enter customer orders into an invoice. The VLOOKUP function will look up the product description and price from a products table (sorted by product code). You will access the VLOOKUP using your preferred method. First you will define a name for the products table shown. This is an alternative to making the table absolute. The product codes are sorted A to Z 1. Move to the Invoice worksheet and select cells G5:I11 (cells holding product data), click the Formulas tab, then click Define Name located in the Defined Names group. 2. Enter product_table into the Name: box and click OK. Cell range G5:I11 is now known as product_table. Spaces are not permitted and are replaced by an underscore _. The name product_table will replace the cell references G5:I11 in the following VLOOKUP formula. 3. Click into cell B4, access the VLOOKUP function using your preferred method, then click into cell A4 (first product code). 4. Click into the Table_array box and type product_table. 5. Click into the Col_index_num box and type 2, then click OK. Column 2 of the Product Table holds the product descriptions. The product description for product code A300 is conditioner. If you change the product code the correct description will be displayed. 6. Copy the formula down to cell B8. 7. Click into cell D4 and use the VLOOKUP to insert the correct price, then copy the formula down to cell D8. Important: the product prices are in column 3. Enter 3 into the Col_Index_num box. TASK: Move to the HLOOKUP worksheet. Use the HLOOKUP function to return information about the rooms for each property type. 14 Updated 16/12/15

19 Formulas and Functions Further information and solutions to tasks Computer Skills Training Workshops This is just one of a number of workshops we offer to students throughout the academic year. To get the most of our workshops: Browse the workshop content (on BREO or LRweb) to ensure it meets your needs. Be aware that our advanced workshops are delivered at a faster pace; make sure you are confident using the software before attending an advanced workshop. Level Excel workshops Word workshops PowerPoint workshops Beginner Excel fundamentals Word fundamentals PowerPoint fundamentals Intermediate Create charts Format your assignment Animated slideshows Understand formulas Format your dissertation Create posters using PowerPoint Advanced Work with functions Manage your dissertation Use Excel to analyse data Find out more For related mathematical resources go to Study Hub: Online (BREO Community) and refer to the resources in the Maths, Statistics and Excel section. Task solutions: Pg 1 average age 27.6 smallest hip measurement 94.5 largest hip measurement shortest man tallest man

Excel Expert Microsoft Excel 2010

Excel Expert Microsoft Excel 2010 Excel Expert Microsoft Excel 2010 Formulas & Functions Table of Contents Excel 2010 Formulas & Functions... 2 o Formula Basics... 2 o Order of Operation... 2 Conditional Formatting... 2 Cell Styles...

More information

Skill Set 5. Outlines and Complex Functions

Skill Set 5. Outlines and Complex Functions Spreadsheet Software OCR Level 3 ITQ Skill Set 5 Outlines and Complex Functions By the end of this Skill Set you should be able to: Create an Outline Work with an Outline Create Automatic Subtotals Use

More information

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts Tips and Shortcuts Drag Fill 1. Go to the 2016 Sales Report worksheet. 2. In cell E4 key in the calculation =D4-C4 and hit enter. 3. Go back to cell E4 and put your cursor in the bottom right corner of

More information

Format your assignment

Format your assignment Introduction This workbook accompanies the computer skills training workshop. The trainer will demonstrate each skill and refer you to the relevant page at the appropriate time. This workbook can also

More information

Intermediate Excel 2016

Intermediate Excel 2016 Intermediate Excel 2016 Relative & Absolute Referencing Relative Referencing When you copy a formula to another cell, Excel automatically adjusts the cell reference to refer to different cells relative

More information

Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure.

Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure. MATHS AND STATISTICAL FUNCTIONS Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure. For example, the SUM function

More information

SUM, AVERAGE, MEDIAN, MIN,

SUM, AVERAGE, MEDIAN, MIN, Lab 3 Activity Name Demonstration Notes Objective 12: Use the SUM, AVERAGE, MEDIAN, MIN, and MAX Functions 5.25 Using the SUM and AVERAGE Functions 5.26 Using the MEDIAN Function Start Excel. Open goaio_1e_08c_script_data.xlsx.

More information

Excel Formulas 2018 Cindy Kredo Page 1 of 23

Excel Formulas 2018 Cindy Kredo Page 1 of 23 Excel file: Excel_Formulas_BeyondIntro_Data.xlsx Lab One: Sumif, AverageIf and Countif Goal: On the Demographics tab add formulas in Cells C32, D32 and E32 using the above functions. Use the cross-hair

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

MODULE VI: MORE FUNCTIONS

MODULE VI: MORE FUNCTIONS MODULE VI: MORE FUNCTIONS Copyright 2012, National Seminars Training More Functions Using the VLOOKUP and HLOOKUP Functions Lookup functions look up values in a table and return a result based on those

More information

EDIT202 Spreadsheet Lab Prep Sheet

EDIT202 Spreadsheet Lab Prep Sheet EDIT202 Spreadsheet Lab Prep Sheet While it is clear to see how a spreadsheet may be used in a classroom to aid a teacher in marking (as your lab will clearly indicate), it should be noted that spreadsheets

More information

Excel 2. Module 2 Formulas & Functions

Excel 2. Module 2 Formulas & Functions Excel 2 Module 2 Formulas & Functions Revised 1/1/17 People s Resource Center Module Overview This module is part of the Excel 2 course which is for advancing your knowledge of Excel. During this lesson

More information

IF & VLOOKUP Function

IF & VLOOKUP Function IF & VLOOKUP Function If Function An If function is used to make logical comparisons between values, returning a value of either True or False. The if function will carry out a specific operation, based

More information

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang MS Access is an application within

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel in Excel Although calculations are one of the main uses for spreadsheets, Excel can do most of the hard work for you by using a formula. When you enter a formula in to a spreadsheet

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon Custom Sorting and Subtotaling Excel Intermediate Excel allows us to sort data whether it is alphabetic or numeric. Simply clicking within a column or row of data will begin the process. Click in the name

More information

Commonly Used Excel Formulas

Commonly Used Excel Formulas Microsoft Excel 2016 Advanced Formulas Look Up Values in a List of Data: Commonly Used Excel Formulas Let's say you want to look up an employee's phone extension by using their badge number or the correct

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

MICROSOFT OFFICE APPLICATIONS

MICROSOFT OFFICE APPLICATIONS MICROSOFT OFFICE APPLICATIONS EXCEL 2016 : LOOKUP, VLOOKUP and HLOOKUP Instructor: Terry Nolan terry.nolan@outlook.com Friday, April 6, 2018 1 LOOKUP FUNCTIONS WHAT ARE LOOKUP FUNCTIONS USUALLY USED FOR?

More information

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets. Agenda Unit 1 Assessment Review Progress Reports Intro to Excel Learn parts of an Excel spreadsheet How to Plan a spreadsheet Create a spreadsheet Analyze data Create an embedded chart in spreadsheet In

More information

Formulas Learn how to use Excel to do the math for you by typing formulas into cells.

Formulas Learn how to use Excel to do the math for you by typing formulas into cells. Microsoft Excel 2007: Part III Creating Formulas Windows XP Microsoft Excel 2007 Microsoft Excel is an electronic spreadsheet program. Electronic spreadsheet applications allow you to type, edit, and print

More information

Excel 2010 Worksheet 3. Table of Contents

Excel 2010 Worksheet 3. Table of Contents Table of Contents Graphs and Charts... 1 Chart Elements... 1 Column Charts:... 2 Pie Charts:... 6 Line graph 1:... 8 Line Graph 2:... 10 Scatter Charts... 12 Functions... 13 Calculate Averages (Mean):...

More information

Excel 2016: Formulas & Functions

Excel 2016: Formulas & Functions Excel 2016: Formulas & Functions Rylander Consulting www.rylanderconsulting.com sandy@rylanderconsulting.com 425.445.0064 ii Excel 2016: Formulas & Functions Excel 2016: Formulas & Functions i Table of

More information

BASIC EXCEL WORKSHOP 2017

BASIC EXCEL WORKSHOP 2017 BASIC EXCEL WORKSHOP 2017 Download the training materials at: www.nusbas.com/excel-2017 28 FEBRUARY 2017 NUS BUSINESS ANALYTICS SOCIETY (BAS) fb.com/nusbasociety nusbas.com WHAT WILL I BE LEARNING? 1.

More information

Using Excel for a Gradebook: Advanced Gradebook Formulas

Using Excel for a Gradebook: Advanced Gradebook Formulas Using Excel for a Gradebook: Advanced Gradebook Formulas Objective 1: Review basic formula concepts. Review Basic Formula Concepts Entering a formula by hand: Always start with an equal sign, and click

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTERMEDIATE MICROSOFT EXCEL 2016 Intermediate Microsoft Excel 2016 (EXC2016.2 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn joined

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED EXCEL ADVANCED Overview OVERVIEW... 2 ADVANCED FORMULAS... 4 VIEW THE PROJECT... 4 Viewing Available Excel Functions... 5 Help with Functions... 6 TEXT FUNCTIONS... 7 Text Functions Used in this Section:...

More information

Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West

Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West Chapter 10 Managing Numbers and Text Using Excel 1 Objectives Examine the Excel window and tools Enter and format

More information

Performing Basic Calculations

Performing Basic Calculations 7.1 LESSON 7 Performing Basic Calculations After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Insert Function feature.

More information

Using Advanced Formulas and 9 Securing Workbooks

Using Advanced Formulas and 9 Securing Workbooks Using Advanced Formulas and 9 Securing Workbooks LESSON SKILL MATRIX Skill Exam Objective Objective Number Using Formulas to Conditionally Use a series of conditional 5.4.3 Summarize Data logic values

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

Excel Tips. Contents. By Dick Evans

Excel Tips. Contents. By Dick Evans Excel Tips By Dick Evans Contents Pasting Data into an Excel Worksheet... 2 Divide by Zero Errors... 2 Creating a Dropdown List... 2 Using the Built In Dropdown List... 3 Entering Data with Forms... 4

More information

MICROSOFT EXCEL 2003 LEVEL 3

MICROSOFT EXCEL 2003 LEVEL 3 MICROSOFT EXCEL 2003 LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL, LOOKUP AND ROUND FUNCTIONS... 7 Using Lookup Functions... 8 Using the VLOOKUP Function... 8 Using the

More information

My Top 5 Formulas OutofhoursAdmin

My Top 5 Formulas OutofhoursAdmin CONTENTS INTRODUCTION... 2 MS OFFICE... 3 Which Version of Microsoft Office Do I Have?... 4 How To Customise Your Recent Files List... 5 How to recover an unsaved file in MS Office 2010... 7 TOP 5 FORMULAS...

More information

CMPF124 Microsoft Excel Tutorial

CMPF124 Microsoft Excel Tutorial Lab 5: Microsoft Excel Tutorial Excel Worksheet Microsoft Excel works as account ledger. An Excel Workbook (1) could have multiple Worksheets (2). A cell in Excel is referred by its Column and Row naming

More information

Department of Language and Linguistics LG400. Computer Induction for Linguists. Class Handouts. Week 7. Working with data on MS Excel.

Department of Language and Linguistics LG400. Computer Induction for Linguists. Class Handouts. Week 7. Working with data on MS Excel. Department of Language and Linguistics LG400 Computer Induction for Linguists Class Handouts Week 7 Working with data on MS Excel by Mutsumi Ogawa mogawa@essex.ac.uk Session description Do you work with

More information

MICROSOFT EXCEL 2000 LEVEL 3

MICROSOFT EXCEL 2000 LEVEL 3 MICROSOFT EXCEL 2000 LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL, LOOKUP AND ROUND FUNCTIONS... 7 Using the IF Function... 8 Using Nested IF Functions... 10 Using an AND

More information

Data Service Center December

Data Service Center December www.dataservice.org Data Service Center December 2005 504-7222 Property of the Data Service Center, Wilmington, DE For Use Within the Colonial & Red Clay Consolidated Public School Districts Only Table

More information

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function. Today Function The today function: =TODAY() It has no arguments, and returns the date that the computer is set to. It is volatile, so if you save it and reopen the file one month later the new, updated

More information

Section 3. Topics Covered

Section 3. Topics Covered Section 3 Topics Covered " Calculating using formulas... 3-2 " Copying formulas... 3-7 " Using absolute cell addresses... 3-13 " Calculating results using AutoCalculate... 3-18# " Using functions... 3-21

More information

Formulas and Functions

Formulas and Functions Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

More information

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1 MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3 WWP Learning and Development Ltd Page 1 NOTE Unless otherwise stated, screenshots in this book were taken using Excel 2007 with a silver colour scheme and running

More information

1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.

1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. Excel Primer for Risk Management Course 1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. 2. VLOOKUP The VLOOKUP function syntax

More information

Microsoft Excel 2007

Microsoft Excel 2007 Kennesaw State University Information Technology Services Microsoft Excel 2007 Special Topics PivotTable IF Function V-lookup Function Copyright 2010 KSU Dept. of Information Technology Services This document

More information

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected.

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected. Cell References Columns Rows Column Reference G Yellow Cell Reference B2 Green Cell Reference D3 This is a range of cells. More than one cell has been selected. G6:G11 From Row 6 To 11 A range will be

More information

Pivot Table Project. Objectives. By the end of this lesson, you will be able to:

Pivot Table Project. Objectives. By the end of this lesson, you will be able to: Pivot Table Project Objectives By the end of this lesson, you will be able to: Set up a Worksheet Enter Labels and Values Use Sum and IF functions Format and align cells Change column width Use AutoFill

More information

STATISTICAL TECHNIQUES. Interpreting Basic Statistical Values

STATISTICAL TECHNIQUES. Interpreting Basic Statistical Values STATISTICAL TECHNIQUES Interpreting Basic Statistical Values INTERPRETING BASIC STATISTICAL VALUES Sample representative How would one represent the average or typical piece of information from a given

More information

Ahmad Al-Rjoub Excel Tutorial 7. Using Advanced Functions, Conditional Formatting, and Filtering

Ahmad Al-Rjoub Excel Tutorial 7. Using Advanced Functions, Conditional Formatting, and Filtering Ahmad Al-Rjoub Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering Objectives Evaluate a single condition using the IF function Evaluate multiple conditions using the AND function

More information

What is a spreadsheet?

What is a spreadsheet? Microsoft Excel is a spreadsheet developed by Microsoft. It is a software program included in the Microsoft Office suite (Others include MS Word, MS PowerPoint, MS Access etc.). Microsoft Excel is used

More information

Course Content Excel Advanced Duration: 1 Day Unit Standard

Course Content Excel Advanced Duration: 1 Day Unit Standard Course Content Excel Advanced Duration: 1 Day Unit Standard 258876 Overview Sorting Extra AutoSum functionality Date and Time =NOW() =TODAY() =DATE Other Time & Date Advanced Mathematical and Financial

More information

Excel 2010 Functions. 4/18/2011 Archdiocese of Chicago Mike Riley

Excel 2010 Functions. 4/18/2011 Archdiocese of Chicago Mike Riley Excel 2010 Functions 4/18/2011 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7, GroupWise

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center September 9, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the

More information

Microsoft Excel Lookup Functions - Reference Guide

Microsoft Excel Lookup Functions - Reference Guide LOOKUP Functions - Description Excel Lookup functions are used to look up and extract data from a list or table and insert the data into another list or table. Use the appropriate lookup function depending

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Chapter 3: The IF Function and Table Lookup

Chapter 3: The IF Function and Table Lookup Chapter 3: The IF Function and Table Lookup Objectives This chapter focuses on the use of IF and LOOKUP functions, while continuing to introduce other functions as well. Here is a partial list of what

More information

MICROSOFT EXCEL 2002 (XP): LEVEL 3

MICROSOFT EXCEL 2002 (XP): LEVEL 3 MICROSOFT EXCEL 2002 (XP): LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL LOOKUP AND ROUND FUNCTIONS... 7 Using Lookup Functions... 8 Using the VLOOKUP Function... 8 Using

More information

Intermediate Excel 2003

Intermediate Excel 2003 Intermediate Excel 2003 Introduction The aim of this document is to introduce some techniques for manipulating data within Excel, including sorting, filtering and how to customise the charts you create.

More information

Excel Level 3 - Advanced

Excel Level 3 - Advanced Excel Level 3 - Advanced Introduction This document covers some of the more advanced features of Excel. Spreadsheets can be used in such a multiplicity of ways that it cannot hope to even touch on all

More information

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS ü Open the file Task_1_Template.xlsx. All the further tasks will be conducted in this file, on particular sheets (Menu, Task 1, Task 2, Task 3). TASK 1.

More information

Getting the Most from your Microsoft Excel

Getting the Most from your Microsoft Excel Getting the Most from your Microsoft Excel Anne Del Pizzo PATHS, LLC What we will cover What s new in 2007/2010 Conditional formatting Sparklines Pivot Table Slicers Functions Macros Pivot Tables 1 What

More information

Excel 2016 Functions

Excel 2016 Functions Excel 2016 Functions A function is a preset formula in Excel that is intended to carry out a specific calculations, logical tests, formats, etc. in the cell in which it is located. All functions begin

More information

Using Advanced Formulas

Using Advanced Formulas 10 Using Advanced Formulas LESSON SKILL MATRIX Skills Exam Objective Objective Number Using Formulas to Conditionally Summarize Data Adding Conditional Logic Functions to Formulas Using Formulas to Modify

More information

The insert tab is consist tables, illustrations, charts, Links and Text groups. Also in the Group at the end of the lower-right corner of the dialog

The insert tab is consist tables, illustrations, charts, Links and Text groups. Also in the Group at the end of the lower-right corner of the dialog Topic : İnsert The insert tab is consist tables, illustrations, charts, Links and Text groups. Also in the Group at the end of the lower-right corner of the dialog icon or the item's name is clicked there

More information

EXCEL INTERMEDIATE 2016

EXCEL INTERMEDIATE 2016 EXCEL INTERMEDIATE 2016 Alexandria Technical and Community College Customized Training Technology Specialist 1601 Jefferson Street, Alexandria, MN 56308 320-762-4539 Linda Muchow lindac@alextech.edu 1

More information

Contents. Spreadsheet Software ITQ Level 1

Contents. Spreadsheet Software ITQ Level 1 Contents SKILL SET 1 FUNDAMENTALS... 11 1 - SPREADSHEET PRINCIPLES... 12 2 - STARTING EXCEL... 13 3 - THE LAYOUT OF THE EXCEL SCREEN... 14 4 - THE RIBBON... 16 5 - THE WORKSHEET WINDOW... 18 6 - CLOSING

More information

EVALUATION ONLY. In this chapter, you will learn new. Text and Analysis EXCEL 2016 CHAPTER TIMING PROJECT: ANALYZING SALES INFORMATION

EVALUATION ONLY. In this chapter, you will learn new. Text and Analysis EXCEL 2016 CHAPTER TIMING PROJECT: ANALYZING SALES INFORMATION EXCEL 2016 3Advanced Functions for Text and Analysis In this chapter, you will learn new functions that give you greater ability for analysis and decision making. They include functions that either sum

More information

Cheltenham Courseware Microsoft Excel 2007 Advanced Level

Cheltenham Courseware   Microsoft Excel 2007 Advanced Level Cheltenham Courseware www.cheltenhamcourseware.com Microsoft Excel 2007 Advanced Level Excel 2007 Advanced - Page 2 1995-2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part

More information

Engineering. Engr.10 JKA & KY. College of. San Jose State University

Engineering. Engr.10 JKA & KY. College of. San Jose State University JKA & KY 1 Analysis analysis is a systematic process for analyzing problems that arise in the various fields of engineering. As part of the problem solving process, the data collected has to be processed,

More information

10 Ways To Efficiently Analyze Your Accounting Data in Excel

10 Ways To Efficiently Analyze Your Accounting Data in Excel 10 Ways To Efficiently Analyze Your Accounting Data in Excel Live Demonstration Investment advisory services are offered through CliftonLarsonAllen Wealth Advisors, LLC, an SEC-registered investment advisor.

More information

Creating a combined line and column chart.

Creating a combined line and column chart. Creating a combined line and column chart. Open a workbook called Line and column chart. Click within the table of data. Click on the Insert tab and within the Charts group click on the Column button.

More information

Excel Formulas & Functions I CS101

Excel Formulas & Functions I CS101 Excel Formulas & Functions I CS101 Topics Covered Use statistical functions Use cell references Use AutoFill Write formulas Use the RANK.EQ function Calculation in Excel Click the cell where you want to

More information

Vlookup and Sumif Formulas to assist summarizing queried data

Vlookup and Sumif Formulas to assist summarizing queried data Vlookup and Sumif Formulas to assist summarizing queried data When accessing data from Foundation through the MS Query tool, at times it is necessary to join multiple tables together to retrieve the required

More information

ADVANCED EXCEL: LOOKUP FUNCTIONS

ADVANCED EXCEL: LOOKUP FUNCTIONS ADVANCED EXCEL: LOOKUP FUNCTIONS Excel has several Lookup and Reference functions available that are used to search through rows of data to locate specific values to display in a cell or to use in a formula.

More information

In this chapter, I introduce you to Excel s statistical functions and data. Understanding Excel s Statistical Capabilities. Chapter 2.

In this chapter, I introduce you to Excel s statistical functions and data. Understanding Excel s Statistical Capabilities. Chapter 2. Chapter 2 Understanding Excel s Statistical Capabilities In This Chapter Working with worksheet functions Creating a shortcut to statistical functions Getting an array of results Naming arrays Tooling

More information

To be able to modify a worksheet and use functions, you will: Select ranges of cells on a worksheet by using the mouse.

To be able to modify a worksheet and use functions, you will: Select ranges of cells on a worksheet by using the mouse. L E S S O N 3 Modifying a workbook Suggested teaching time 60-70 minutes Lesson objectives To be able to modify a worksheet and use functions, you will: a b c Select ranges of cells on a worksheet by using

More information

C omputer D riving L icence

C omputer D riving L icence E uropean C omputer D riving L icence E C D L S y l l a b u s 5. 0 Module 4 Spreadsheets ECDL Syllabus 5 Courseware Module 4 Contents USING THE APPLICATION... 1 SAVING A WORKBOOK AS ANOTHER FILE TYPE...

More information

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

More information

Section 6. Functions

Section 6. Functions Section 6 Functions By the end of this Section you should be able to: Use Logical Functions Use Date and Time Functions Use Lookup Functions Use Maths and Financial Functions Use Concatenate Nest Functions

More information

Advanced Formulas and Functions in Microsoft Excel

Advanced Formulas and Functions in Microsoft Excel Advanced Formulas and Functions in Microsoft Excel This document provides instructions for using some of the more complex formulas and functions in Microsoft Excel, as well as using absolute references

More information

Tutorial 8: Working with Advanced Functions. Microsoft Excel 2013 Enhanced

Tutorial 8: Working with Advanced Functions. Microsoft Excel 2013 Enhanced Tutorial 8: Working with Advanced Functions Microsoft Excel 2013 Enhanced Objectives Use the IF function Use the AND function Use the OR function Use structured references in formulas Nest the IF function

More information

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015 EXCEL AS BUSINESS ANALYSIS TOOL 10-May-2015 TOUCH POINTS Part A- Excel Shortcuts Part B: Useful Excel Functions Part C: Useful Excel Formulas Part D: Sheet and Cell Protection Part A: EXCEL SHORTCUTS EXCEL

More information

Formatting Cells and Ranges

Formatting Cells and Ranges 6 Formatting Cells and Ranges LESSON SKILL MATRIX Skills Exam Objective Objective Number Inserting and Deleting Cells Insert and delete cells. 2.1.5 Manually Formatting Cell Contents Modify cell alignment

More information

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 Table of contents The use of range names 1 DESCRIPTION 1 TO DEFINE A NAME 2 USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 THE ROUND FUNCTION 7 THE SUMIF

More information

Ms-Excel. Excel is an electronic spreadsheet program that can be used for storing, organizing and manipulating data.

Ms-Excel. Excel is an electronic spreadsheet program that can be used for storing, organizing and manipulating data. Ms-Excel -Devendra Singh Excel is an electronic spreadsheet program that can be used for storing, organizing and manipulating data. When you look at the Excel screen (refer to the example on this page)

More information

EVALUATION ONLY. In this lesson, you will use advanced. Functions EXCEL 2013 CASE STUDY: ANALYZING A FUNDRAISING CAMPAIGN LEARNING OBJECTIVES

EVALUATION ONLY. In this lesson, you will use advanced. Functions EXCEL 2013 CASE STUDY: ANALYZING A FUNDRAISING CAMPAIGN LEARNING OBJECTIVES EXCEL 2013 3Applying Advanced Functions In this lesson, you will use advanced functions and what-if analyses to facilitate decision making. Complex worksheets for decision making often require advanced

More information

Advanced formula construction

Advanced formula construction L E S S O N 2 Advanced formula construction Lesson objectives Suggested teaching time 40-50 minutes To become more adept at using formulas to get the data you want out of Excel, you will: a b c d Use range

More information

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet!

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Hi folks! Before beginning the article, I just wanted to thank Brian Allan for starting an interesting discussion on what Strong at Excel means

More information

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example This exercise is a follow-up to the MPA admissions example used in the Excel Workshop. This document contains detailed solutions

More information

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar Microsoft Excel 2007 is a spreadsheet application in the Microsoft Office Suite. A spreadsheet is an accounting program for the computer. Spreadsheets are primarily used to work with numbers and text.

More information

School of Agriculture and Natural Resources

School of Agriculture and Natural Resources School of Agriculture and Natural Resources Common Excel Functions for Summarizing Data Developed By Dr. Walid H. Shayya A. CONCATENATE: Joins two or more text strings (or numbers) into one text string.

More information

Microsoft Office Excel 2007

Microsoft Office Excel 2007 Microsoft Office Excel 2007 Data Processing in Spreadsheets 1/28/2009 Microsoft Excel 1 Use Excel s functions! A function is a predefined (built-in) formula for commonly used calculations. Each Excel function

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Exploring extreme weather with Excel - The basics

Exploring extreme weather with Excel - The basics Exploring extreme weather with Excel - The basics These activities will help to develop your data skills using Excel and explore extreme weather in the UK. This activity introduces the basics of using

More information

Lesson 4: Auditing and Additional Formulas. Return to the FastCourse Excel 2007 Level 3 book page

Lesson 4: Auditing and Additional Formulas. Return to the FastCourse Excel 2007 Level 3 book page Lesson 4: Auditing and Additional Formulas Return to the FastCourse Excel 2007 Level 3 book page Lesson Objectives After studying this lesson, you will be able to: Use 3-D cell references in formulas to

More information

1.a) Go to it should be accessible in all browsers

1.a) Go to  it should be accessible in all browsers ECO 445: International Trade Professor Jack Rossbach Instructions on doing the Least Traded Product Exercise with Excel Step 1 Download Data from Comtrade [This step is done for you] 1.a) Go to http://comtrade.un.org/db/dqquickquery.aspx

More information

Excel Formulas and Functions

Excel Formulas and Functions Excel Formulas and Functions Formulas Relative cell references Absolute cell references Mixed cell references Naming a cell or range Naming constants Dates and times Natural-language formulas Functions

More information

Skill Set 3. Formulas

Skill Set 3. Formulas Skill Set 3 Formulas By the end of this Skill Set you should be able to: Create Simple Formulas Understand Totals and Subtotals Use Brackets Select Cells with the Mouse to Create Formulas Calculate Percentages

More information

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College

Excel 101. DJ Wetzel Director of Financial Aid Greenville Technical College Excel 101 DJ Wetzel Director of Financial Aid Greenville Technical College Introduction Spreadsheets are made up of : Columns identified with alphabetic headings Rows - identified with numeric headings.

More information