Excel Formulas & Functions Tips & Techniques



Similar documents
Formulas & Functions in Microsoft Excel

Creating Basic Excel Formulas

Formulas & Functions in Microsoft Excel

DATA VALIDATION and CONDITIONAL FORMATTING

Microsoft Excel 2010 Part 3: Advanced Excel

ROUND(cell or formula, 2)

MICROSOFT EXCEL STEP BY STEP GUIDE

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Q&As: Microsoft Excel 2013: Chapter 2

Performing Simple Calculations Using the Status Bar

The Center for Teaching, Learning, & Technology

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Scientific Graphing in Excel 2010

Mail Merge Creating Mailing Labels 3/23/2011

Getting Started with Excel Table of Contents

Formatting Formatting Tables

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

Formulas, Functions and Charts

Excel 2007 Basic knowledge

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy

Chapter 9 Creating Reports in Excel

MICROSOFT EXCEL FORMULAS

Excel Functions (fx) Click the Paste Function button. In the Function Category select All. Scroll down the Function Name list And select SUM.

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Computer Skills Microsoft Excel Creating Pie & Column Charts

Introduction to Microsoft Excel 2010

How To Use Excel With A Computer Science Degree

Indiana County Assessor Association Excel Excellence

What is Microsoft Excel?

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.

This activity will show you how to draw graphs of algebraic functions in Excel.

Advanced Excel 10/20/2011 1

Excel 2003: Ringtones Task

Create a PivotTable or PivotChart report

Intro to Excel spreadsheets

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

Using Basic Financial and Logical Functions

Creating a Gradebook in Excel

Excel 2003 Tutorial I

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

Microsoft Excel Basics

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Excel 2010: Create your first spreadsheet

The first thing to do is choose if you are creating a mail merge for printing or an merge for distribution over .

Almost all spreadsheet programs are based on a simple concept: the malleable matrix.

Commonly Used Excel Functions. Supplement to Excel for Budget Analysts

Pivot Tables & Pivot Charts

Introduction to the TI-Nspire CX

Excel 2007: Basics Learning Guide

One-Way ANOVA using SPSS SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

How to Excel with CUFS Part 2 Excel 2010

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals

WEBFOCUS QUICK DATA FOR EXCEL

CSC102B Excel TUTORIAL

Google Sites. How to create a site using Google Sites

Microsoft Excel 2007 Level 2

Using VLOOKUP to Combine Data in Microsoft Excel

SOME EXCEL FORMULAS AND FUNCTIONS

Microsoft Excel Tips & Tricks

Excel Database Management Microsoft Excel 2003

As in the example above, a Budget created on the computer typically has:

INTRODUCTION TO EXCEL

Introduction to Excel

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

HOW TO COLLECT AND USE DATA IN EXCEL. Brendon Riggs Texas Juvenile Probation Commission Data Coordinators Conference 2008

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

Computer Training Centre University College Cork. Excel 2013 Pivot Tables

Basic Quantitative Analysis: Using Excel to Analyze Your Data

MICROSOFT ACCESS STEP BY STEP GUIDE

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers?

Merging Labels, Letters, and Envelopes Word 2013

Microsoft Excel 2010 Tutorial

Microsoft Excel 2013: Using a Data Entry Form

2015 County Auditors Institute. May Excel Workshop Tips. Working Smarter, Not Harder. by David Scott,

Introduction to Microsoft Excel 2007/2010

Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University

Step Sheet: Creating a Data Table and Charts

SOAL-SOAL MICROSOFT EXCEL 1. The box on the chart that contains the name of each individual record is called the. A. cell B. title C. axis D.

Intermediate. Microsoft Excel Tables and Printing

Monte Carlo Simulation. SMG ITS Advanced Excel Workshop

Section 1.5 Exponents, Square Roots, and the Order of Operations

Excel Tutorial. Bio 150B Excel Tutorial 1

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

Overview What is a PivotTable? Benefits

Microsoft Excel 2013: Charts June 2014

Advanced Presentation Features and Animation

Basic Microsoft Excel 2007

Budget Process using PeopleSoft Financial 9.1

Microsoft Excel Tutorial

Microsoft Excel Introduction to Microsoft Excel 2007

Analyzing Excel Data Using Pivot Tables

Drawing a histogram using Excel

Spreadsheets Hop-around Cards

Adobe Acrobat Professional DC Tutorial

Excel Basics By Tom Peters & Laura Spielman

Designed by Jason Wagner, Course Web Programmer, Office of e-learning ZPRELIMINARY INFORMATION... 1 LOADING THE INITIAL REPORT... 1 OUR EXAMPLE...

Transcription:

Excel Formulas & Functions Tips & Techniques Excel makes use of formulas (mathematical expressions that you create) and functions (mathematical expressions already available in Excel) to dynamically calculate results from data in your worksheets. Constructing a formula To start entering a formula in a cell, click in that cell and then type the formula. Type return or tab to move to the next cell when you have finished entering the formula. All formulas begin with the = symbol. All formulas use the following mathematical operators: o * multiplication o / division o + addition o - subtraction Formulas containing numbers will produce a result that will not ever change. o The formula =3*8 produces the result 24. However, a formula containing cell references produces a result that may change if the data in those cells changes. o The formula =C3+D3 will produce a result based upon the data in cells C3 and D3. 1

Using the order of mathematical operations All formulas utilize the standard mathematical order of operations when calculating results. If a part of a formula is in parentheses, that part will always be calculated before the rest of the formula. o The formula =(B2*C2)-A3 will subtract data in cell A3 from the multiplied product of cells B2 and C2. After expressions in parentheses, Excel will calculate your formula using the math operators in the following order o Multiplication o Division o Addition o Subtraction In other words, Excel will begin to parse your formula starting with any multiplication and division. Once this is complete, Excel will add and subtract the remainder of your formula. Inserting a function Each of Excel s functions is a predefined formula, and most act on a range of cells that you select. (Excel refers to each range of cells in the function as an argument.) Although a few functions do not use arguments, most have one or more and some complex functions use as many as 3 or 4 arguments. Excel provides a Paste Function window to simplify the process of inserting functions into your worksheets and eliminate the need to remember the exact syntax of each function. Select the cell into which you want to insert a function. From the Insert menu, choose Function. Alternatively, you can click on the Paste Function button on the standard toolbar. 2

In the Paste Function window, click on the function category containing the function you want. Next, click on the name of the function you wish to insert. Once you have selected a function, click OK. Next, Excel will display a syntax window to help you construct the function. From this window, first click on the collapse button (labeled with a red arrow) to the right of the box labeled Number1 or Value1 (depending on the function you chose to insert). Drag to select the range of cells to be included as the function s first argument. Type enter. To insert additional arguments into the function, follow this process using the other Number boxes in the syntax window. When you have finished, click OK in the syntax window to insert the function into your worksheet. 3

Searching for help on functions From the Paste Function window, Excel offers help on a function that you have selected as well as help finding the function that will perform a task you describe. Getting help on a specific function To get help on a specific function, click on the function s name at the right of the Paste Function window and then click on the Help button at the window s lower left. Click on Help with this feature in the yellow callout box that appears, and then click on Help on selected function in the callout box that appears next. Excel will display its Help topic on the function that you selected. 4

Finding a function From the Paste Function window, click on the Help button in the lower left corner, and then click on Help with this feature in the yellow callout box that appears. In the box at the bottom of the next yellow callout box, type a description of the calculation you wish to perform. Click on Search. Excel will display a list of functions that may meet your criteria in the Recommended list at the right of the Paste Function window. To learn more about one of these functions, click on its name and then click Help on selected function. 5

Using functions with external data Although most functions utilize data on the same worksheet, you can also use data on other worksheets or in other. In this way, you can consolidate data from multiple sources into an executive summary. Before beginning, open any workbooks that contain data to be used in your function. Select the cell into which you want to insert a function. Open the Paste Function window, click on the name of the function you wish to insert, and click OK. Collapse the gray syntax window, using the collapse button (labeled with a red arrow). Navigate so that the worksheet or workbook containing your data is visible on your screen. Drag to select the range of cells to be included as the function s first argument. Type enter. Excel will insert the reference to the cells that you selected (including the name of the external worksheet and workbook) into your function. Click OK to finish your function. Tip: Naming external data ranges When you select a range of cells on an external worksheet, Excel will add the name of your external worksheet to the cell range reference that it creates. In the example above, Excel refers to the selected cells (from the expenses worksheet) as expenses!d5:d15. If those cells were in an external workbook, the name of that workbook would preface the worksheet name. In general, references to external data look like this: [workbook name.xls]worksheet name!c1:c34 6

Tip: Using external data in formulas Use this technique to insert external data in your formulas, as well. When creating a formula, navigate to the external worksheet containing your and click to select that cell s data for use in your formula. Excel will automatically insert the correct cell reference (including the worksheet and workbook names) into your formula. Function Cheat Sheet Functions Description Syntax Example Functions without arguments Rand Generates a random number between 0 and 1 Pi Generates the value of pi to 14 decminal places Functions with 1 argument Average Produces the average of the data in a range of cells Max Produces the greatest value in a column of cells Hour Returns the number of hours past midnight for the specified time Minute Returns the number of minutes past the hour for the specified time Sqrt Produces the square root of its argument Functions with 2 arguments Round Rounds a value to a specified digit to the left or right of the decimal point Countif Counts the number of cells in a range that meet a specified criteria =Rand() =Pi() =average(cx:cy) =max(cx:cy) =hour(cx) =hour(time) =minute (Cx) =minute (time) =sqrt(cx) =sqrt(number) =round(cx, number) =round (value, number) =countif(cx:cy, >criteria ) =Rand()*3; (generates a random number between 0 and 3) =Pi() =average(c1:c12) =max(c1:c12) =hour(a34) =hour(1:35 PM) =minute(a34) =minute(1:35 PM) =sqrt(cx) =sqrt(9) =round(a22, 2); (rounds to 2 decimal places) =round (123.45,0); (rounds to 0 decimal places) =countif(c1:c12, >150 ) 7

Functions Description Syntax Example Functions with 3 arguments If Provides the basis for a decision; if condition is met, one answer is returned; if condition is not met, another answer is returned Sumif Produces the sum of the cells in a range if any cells in a second range meet a selection criterion =if(condition, a nswer1, answer2) =sumif(cx:cy,c riterion,dx:dy) Cx:Cy: the range of cells to meet the criterion Dx:Dy: the range of cells from which sum will be calculated Functions with one or more arguments And Returns a logical TRUE response if all of its arguments are true; otherwise returns false =and(condition 1,condition2, condition3 ) Or Sum Returns a logical TRUE response if one or more arguments are true; otherwise returns false Totals the data in a column of cells =or(condition1, condition2, condition3 ) =sum(cx:cy,dx,dy) =if(a1>0, yes, no); if the value of A1 is positive, Excel returns the answer yes ; otherwise, Excel returns the answer no =sumif(c1:c12, >150,D1:D12) =and(a1>0,a2>1,a3>3) =or(a1>70,a1<80) =sum(c1:c12) Referencing a range of cells. In other worksheets: worksheet!a1:d4 In other workbook: c:\my documents\[test.xls]sheet1!a2:a5 Across several worksheets: sheet1:sheet5!a12 8