Excel Formulas Cheat Sheet

Similar documents
2. To select a range of individual cells, hold down CTRL and click on each cell that you want to include in the range.

FV Function Example Word Problem 1:

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

Excel Tip: How to sum a column based on multiple conditions or criteria in other columns

Lesson 3: Logic and Reference Functions

The SUM function: P. 251 Use a sum for a formula when you are trying to ADD different data (in a row or column) together.

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

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

Excel Expert Microsoft Excel 2010

Advanced Formulas and Functions in Microsoft Excel

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

Using Advanced Formulas

Excel Working with Formulas and Functions. Using Relative References. Engineering Staff College of India

Tutorial 2. Review CIS143

Microsoft Office Excel Use Excel s functions. Tutorial 2 Working With Formulas and Functions

Lesson 06. Excel Functions

Excel Intermediate

Returns the value of a specified cell or array of cells within an array.

Excel 2016 Functions

Using Advanced Formulas and 9 Securing Workbooks

Computer & Careers Mr. Lewis

Excel Intermediate

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

LOGO COL MATHEMATICAL MODELING with DATA. Instructor: Paul S. Lowman

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems

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

Formulas and Functions

Excel 2016 Functions

Freezing Rows or Columns as Headers

The Parts of a Function:

Excel 2013 Part 2. 2) Creating Different Charts

Excel Comics. Why read boring ebooks! Volume 1. Page 1 of 21

CS130 Software Tools. Fall 2010 Advanced Topics in Excel

ADDITIONAL EXCEL FUNCTIONS

COMM 205 MANAGEMENT INFO SYSTEMS 2016 FALL MIDTERM EXAM REVIEW SESSION BY LEAH ZHANG

Payment Function Exercise

Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith Mulbery, and Mary Anne Poatsy. Chapter 7 Specialized Functions INSERT BOOK COVER

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE

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

Data Service Center May, Compiled by: Katey Semmel Donna Frieze

Excel Formulas and Functions

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

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

10 Ways To Efficiently Analyze Your Accounting Data in Excel

relative Copy select the destination cell(s) Paste

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015

Commonly Used Excel Formulas

Microsoft Excel 2016 LEVEL 2

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts

Excel Functions INTRODUCTION COUNT AND COUNTIF FUNCTIONS

Microsoft Office Excel 2007

VLOOKUP vs. SUMIFS. Battle of the Excel Heavyweights. made with

Excel 2007: Functions and Forumlas Learning Guide

Microsoft Excel 2010 Handout

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

Working with Formulas and Functions

Excel 2016: Formulas & Functions

Free ebooks ==>

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

Excel Shortcuts Increasing YOUR Productivity

Excel Formulas 2018 Cindy Kredo Page 1 of 23

Lab Manual Excel Module

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

Vlookup and Sumif Formulas to assist summarizing queried data

EXCEL INTERMEDIATE 1

ARTT BUSINESS SCHOOL INTRODUCTION TO INFORMATION TECHNOLOGY

Microsoft Office Excel 2013 Courses 24 Hours

BASIC EXCEL WORKSHOP 2017

EXCEL walkthrough. It is from May 2012, Paper 3 Practical Test 0417/32. It is available on the OLIE under the past papers section.

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Microsoft Excel IV Handout

Excel Tips. Contents. By Dick Evans

Excel offers a wide range of functions from different categories: For a list of available functions press Shift+F3

Create formulas in Excel

ME 142 Engineering Computation I. Unit 1.2 Excel Functions

Project 4 Financials (Excel)

Excel Cheat Sheet. Keyboard short cuts. Absolute or relative

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED

ECDL Advanced Module 4 Spreadsheets (AM4) Syllabus Version 1.5 (UK Only)

Introduction to COUNT Formulas for Excel 2010

Reduced Quality Sample

INFORMATION SHEET 24002/1: AN EXCEL PRIMER

Index. calculated columns in tables, switching on, 58 calculation options (manual and automatic), 132 case sensitive filter, implementing, 37

AS Computer Applications: Excel Functions

Formulas and Functions

Intermediate Excel 2016

Key concepts through Excel Basic videos 01 to 25

Top 20 Excel Limitations that might Frustrate You!

Downloading other workbooks All our workbooks can be downloaded from:

Excel Formulas, Charts And PivotTables. A Step-By-Step Training Guide And Workbook. Jeff Hutchinson. Supports: Excel 2010 Excel 2013 Excel 2016

Free Tutorial Central

Coding & Data Skills for Communicators Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication

DOWNLOAD PDF MICROSOFT EXCEL ALL FORMULAS LIST WITH EXAMPLES

CITS2401 Computer Analysis & Visualisation

LECTURE 10. SPREADSHEET

All Excel Topics Page 1 of 11

Excel Forecasting Tools Review

Microsoft Office Excel 2010: Advanced. Course Overview. Course Length: 1 Day. Course Overview

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

Preface SECTION 1 LEARN AND UNDERSTAND 1. Chapter 1. The evolution of ICT 3

Transcription:

Basic Formulas AVERAGE =AVERAGE(A2:A10) Returns a mathematical average of a given cell range COUNT =COUNT(A2:A10) Returns the count of the numbers in given cell range MAX =MAX(A2:A10) Finds the largest value in a given cell range MEDIAN =MEDIAN(A2:A10) Returns the median value, or middle value, in a given cell range MIN =MIN(A2:A10) Finds the smallest value in a given cell range SUM =SUM(A2:A10) Totals numbers in a given cell range Cell range A2:A10 is used above to indicate that each formula uses a cell range as it arguments Time Formulas TODAY =TODAY() Volatile takes no arguments returns today s date NOW =NOW() Volatile takes no arguments returns today s date and time DATEDIF =DATEDIF(Start Date, End Date, Returns the number of years, months or days between two dates Unit) Start Date date furthest in the past Unit could be Y for years, M for months or D for days Units must be in double quotes This formula is NOT in the function library YEAR =YEAR(Date) Returns the year portion of date Example =YEAR(7/16/2005) would return 2005 MONTH =MONTH(Date) Returns the month portion of date Example =MONTH(7/16/2005) would return 7 DAY =DAY(Date) Returns the day portion of date Example =DAY(7/16/2005) would return 16 Use a time formula and get an answer you didn t expect? If you got a date and were expecting a number, remember to change the formatting from date to number. If you got a number and were expecting a date, change the formatting to date. Page 1 of 7

Logical Formulas IF =IF(Logical Test, TRUE, FALSE) Evaluates the statement in the logical test to determine if it is TRUE or FALSE A Logical test compares the value of one cell to another, or a cell value to a constant value, using a comparison operator such as: o Equal = o Less than < o Greater than > o Less than or equal to <= o Greater than or equal to >= o Not equal to <> TRUE this part of the IF function will only execute when the logical test is TRUE FALSE this part of the IF function will only execute when the logical test is FALSE Both TRUE and FALSE can be a word, a formula or a constant value To return a blank cell use two double quotes OR =OR(Logical Test 1, Logical Test This formula can only return TRUE or FALSE 2,...) Only one test in the group must return TRUE for the formula to return TRUE AND =AND(Logical Test 1, Logical This formula can only return TRUE or FALSE Test 2,...) Only one test in the group must return FALSE for the formula to return FALSE Lookup Formulas VLOOKUP =VLOOKUP (Lookup Value, Table Array, Col Index, Range Lookup) Lookup Value - What the function is looking for in the table array Table Array - The table defined as a cell range Col Index - The column in the table that forms the return Range lookup - False for exact match, True or blank for near match Notes: o A vlookup can only search vertically through the left most column of a table array for near or exact matches o In most cases you will want to use absolute cell referencing when indicating a table array o If you omit the Range Lookup, Excel will assume True and look for a near match Page 2 of 7

Financial Formulas PMT = PMT(rate, nper, pv, [fv], [type]) rate Annual Percentage Rate o Divide yearly rate by 12 months o REQUIRED nper number of periods o How many months are in the loan? (12 months/year) * length of loan in years = length of loan in months o REQUIRED pv present value o amount of loan this is the amount that was borrowed o REQUIRED [fv] and [type] are in square brackets because they're optional arguments. o fv future value - $0 if the loan is paid if full Excel assumes zero if omitted o type 0 (zero) means the payments are due at the end of each period, 1 means they're due at the beginning Excel assumes your payments are due at the end of the period if omitted Page 3 of 7

Statistical Formulas SUMIF SUMIFS = SUMIF(range, criteria, [sum_range]) =SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2],...) SUMIF will return at total based on one criteria Range - Required. The range of cells that you want evaluated by criteria. Criteria - Required. The criteria in the form of a number, expression, a cell reference, text, or a function that defines which cells will be added. For example, criteria can be expressed as 32, ">32", B5, "32", "apples", or TODAY(). Important: Any text criteria or any criteria that includes logical or mathematical symbols must be enclosed in double quotation marks ("). If the criteria is numeric, double quotation marks are not required. Sum_Range Optional. o The actual cells to add, if you want to add cells other than those specified in the range argument. o If the sum_range argument is omitted, Excel adds the cells that are specified in the range argument (the same cells to which the criteria is applied). SUMIFS will return at total based on more than one criteria Sum_Range - The range of cells to sum Criteria_range1 Required o The range that is tested using Criteria1 Criteria1 Required o The first value tested for this must be a match to be included in the total Criteria_range2 Optional o The range that is tested using Criteria2 Criteria2 Optional o The second value tested for this must be a match to be included in the total And so on Page 4 of 7

COUNTIF =COUNTIF(range, criteria) Answers the question How many of something (criteria) exist within specific set of cells (range)? =COUNTIF(Where do you want to look?, What do you want to look for?) Range Required Sets cells to be included in the count Criteria Required Tells formula what to look for COUNTIFS =COUNTIFS(criteria_range1, criteria_range1 Required. criteria1, [criteria_range2, o The first range in which to evaluate the associated criteria. criteria2] ) criteria1 Required. o The criteria in the form of a number, expression, cell reference, or text that define which cells will be counted. For example, criteria can be expressed as: 32, ">32", B4, "apples", or "32" criteria_range2, criteria2,... o Optional. o Additional ranges and their associated criteria. Up to 127 range/criteria pairs are allowed. Important: o Each additional range must have the same number of rows and columns as the criteria_range1 argument. o The ranges do not have to be adjacent to each other Page 5 of 7

AVERAGEIF =AVERAGEIF(range, criteria, [average_range]) Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria Range Required. o One or more cells to average, including numbers or names, arrays, or references that contain numbers. Criteria Required. o The criteria in the form of a number, expression, cell reference, or text that defines which cells are averaged. For example, criteria can be expressed as: 32, ">32", B4, "apples", or "32" Average_range Optional. o The actual set of cells to average. o If omitted, range is used Page 6 of 7

AVERAGEIFS = AVERAGEIFS(average_range, Returns the average (arithmetic mean) of all cells that meet multiple criteria criteria_range1, criteria1, Average_range Required [criteria_range2, criteria2],...) o One or more cells to average, including numbers or names, arrays, or references that contain numbers. Criteria_range1 Required, subsequent criteria_ranges are optional (up to 127 ranges) criteria_range2, criteria_range3, Optional Criteria1 Required, subsequent criteria are optional o Criteria can be in the form of a number, expression, cell reference, or text that define which cells will be averaged. For example, criteria can be expressed as: 32, ">32", B4, "apples", or "32" criteria2, criteria3,... If you have a Criteria_Range, you must have a corresponding Criteria Page 7 of 7