ADVANCED EXCEL FORMULAS 1 Lesson 8. Named Ranges Name a cell or a range of cells Can make formulas easy to understand =SUM(Sales) instead of =SUM(A2:A16)

Slides:



Advertisements
Similar presentations
Microsoft Office Grade 10 A / B Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 16 Microsoft Excel – 07.
Advertisements

Cell Referencing Absolute Reference: A reference that does not change when copied. It is specified with a dollar sign in front of both the row and column.
Excel Lesson 13 Using Powerful Excel Functions Microsoft Office 2010 Advanced Cable / Morrison 1.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Pre-defined System Functions Simple IF & VLOOKUP.
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
Tutorial 7: Using Advanced Functions and Conditional Formatting
In Business Series © Prentice Hall Microsoft Office Excel 2007 In Business Core Chapter 4 Evaluating Data.
Pradeep Velugoti Lakshman Tallam.  Type in the month name “January” in any cell say A1.  Now drag the fill handle to the right to select the range (Do.
1 CA202 Spreadsheet Application Working with Database Data Lecture # 14.
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
Turning Numbers Into Knowledge Nate Moore MBA, CPA, CMPE.
MICROSOFT EXCEL – TRAINING FOR QC DIETETIC INTERNS Stephanie Brooks – Fall 2014.
 Create a small exam that calculate the grade it self  Create a small program to do.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Naming Ranges Functions COUNT, COUNTA, COUNTIF, COUNTIFS.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
1. Common Functions 2.
1 Use a cell value as a KEY to a table to find and return a specific element to another cell or use in a calculation.
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Madhuri Siddula September 1, 2015.
Advanced TechShop D.A. Whatley. Agenda IF, THEN, and AND formulas VLOOKUP.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
Advanced TechShop D.A. Whatley. Agenda IF, THEN, and AND formulas VLOOKUP Recording/Implementing Macros.
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Lookup Functions VLOOKUP and HLOOKUP. VLOOKUP  VLOOKUP(lookup_value,table_array,c ol_index_num,range_lookup)  Range_lookup argument If an exact match.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
VLOOKUP/HLOOKUP Alex Kane. Have you thought? Lookup Functions ? Used to Look up values To preform calculations Display results.
CIS 300- Professor Im Test #2. MICROSOFT ® EXCEL ® LOOKUP FUNCTIONS Syntax: =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) Arguments:
Charlie Haffey Norwood Public Schools. Vlookup Vertical Lookup  Enter a unique value  Import any info from an internal/external database.
LOOKUP FUNCTIONS Excel Lesson 10. LOOKUP FUNCTIONS Allow the user to find data in other cells in the spreadsheet and place them in the current cell VLOOKUP:
Excel Tips and Tricks Leda Voigt Green River College.
OV Copyright © 2011 Element K Content LLC. All rights reserved. Calculating Data with Advanced Formulas  Apply Cell and Range Names  Calculate.
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
CIS 300- Professor McIntosh Test #3. MICROSOFT ® EXCEL ® MATHEMATICAL FUNCTIONS Syntax: =ROUND(number, num_digits) Arguments: number Required  The number.
MS-EXCEL PART 3. Use data validation in Excel to make sure that users enter certain values into a cell. Data Validation Example In this example, we restrict.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
VLOOKUP HLOOKUP INDEX + MATCH
2007 MICROSOFT EXCEL INTERMEDIATE
VLOOKUP Finds an entry from a vertical array based on a criteria
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
ITI 091 MS Excel Level III 9/18/2018
VLOOKUP functions Data Analysis.
ITI 305 MS Excel Level III 11/20/2018
MS Excel 2016 Level III 12/6/2018 Copyright © Carl M. Burnett.
Advanced Functions – Obj. 4.01
VLookup and HLookup in Microsoft Excel
MS Excel 2016 Level III Montgomery County Government (MCG)
Excel Tips and Tricks Presented by: Tracee Baker, Business Analyst, TD Ameritrade July 21, /3/2019.
ITI 091 MS Excel Level III 4/9/2019
Advanced Functions – Obj. 4.01
Lesson 5 Topic 1 – Table Lookup and Error Handling
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
Spreadsheets Vlookups.
Advanced Functions in Excel – Part #2 In-Class Exercise #6
Presentation transcript:

ADVANCED EXCEL FORMULAS 1 Lesson 8

Named Ranges Name a cell or a range of cells Can make formulas easy to understand =SUM(Sales) instead of =SUM(A2:A16) Keep names short Can’t use spaces To define a name: 1. Select your range 2. Formulas Tab > Define Name OR Name box

IF Function What is an IF Function?  Used to create conditional expressions  Will return 1 of 2 values in a cell based on a true or false question called a logical test Format is =IF(CONDITION, X, Y)  The condition is a true or false “question”  If the condition is true, the answer is X  If the condition is false, the answer is Y

IF Functions Use… IF Functions use conditional operators to create the function: =Equals >Greater than <Less than <=Less than or equal to >=Greater than or equal to <>Not equal to

Lookup Functions Finds (or looks up) a value from another area of the worksheet 2 ways to look up data  VLOOKUP = looks up data vertically or in a particular column  HLOOKUP = looks up data horizontally or in a particular row

Lookup Functions Format is: VLOOKUP(lookup_value, table_array, col_index_num, range_lookup) Lookup_value = Value you are looking for (must also be in the 1 st column of the table array) Table_array = The range of cells where the answer is Index_num = The column # where the answer is (count columns with numbers) Range_lookup = You can leave this blank! *HLookup uses row index number instead of column