Aniko Balogh CEU Computer & Statistics Center

Slides:



Advertisements
Similar presentations
Excel Tutorial 3 Calculating Data with Formulas and Functions
Advertisements

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.
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003.
Pre-defined System Functions Simple IF & VLOOKUP.
Chap 4 Formulas and Functions Exploring Spreadsheet Software.
Tutorial 3 Calculating Data with Formulas and Functions
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
With Microsoft Excel 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2010.
Tutorial 7: Using Advanced Functions and Conditional Formatting
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.
Exploring Microsoft Excel 2002 Chapter 3 Chapter 3 Spreadsheets in Decision Making: What If? By Robert T. Grauer Maryann Barber Exploring Microsoft Excel.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next.
CS1100: Computer Science and Its Applications Table Lookup and Error Processing Martin Schedlbauer, Ph.D.
 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.
Tutorial 8: Working with Advanced Functions
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Exploring Formulas.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
Last Week: Excel 101 with Prof. Bliley: Workbooks, worksheets, rows, columns Cells: Text, Value, Formulas Formulas, Ranges OK? Survive Alive? Questions?
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)
CTS130 Spreadsheet Lesson 5 Working with Simple Formulas.
XP Excel Tutorial 3 Working with Formulas and Functions.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
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.
Microsoft Excel 2000 Working with Multiple Worksheets and Using Functions.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
Spring Final Review Excel and PowerPoint. Excel Functions – IF computer chooses between alternatives = if ( condition, true section, false section ) 
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Madhuri Siddula September 1, 2015.
Chapter 2:Excel. Determining Results with the if Function =IF(logical_test, value_if_true,value_if_false) The IF function has three arguments: – A condition.
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Microsoft Office 2013 ®® Calculating Data with Formulas and Functions.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing worksheet.
Progress and Outcome Measures - Part 3 Progress and Outcome Measures Part 3, Slide 1Copyright © 2004, Jim Schwab, University of Texas at Austin.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
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:
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.
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.
Day 3: Formulas Aniko Balogh CEU Computer & Statistics Center
V- Look Up. Lookup Tables Often, we need to retrieve data that is stored in a table For example, consider these metals and their properties: Metal Modulus.
Exploring Microsoft® Office 2016 Series Editor Mary Anne Poatsy
Exploring Microsoft Office Excel 2007
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel Tutorial 3 Working with Formulas and Functions
Excel IF Function.
Microsoft Excel.
2007 MICROSOFT EXCEL INTERMEDIATE
Excel Part 3 Working with Formulas and Functions
CS1100: Computer Science and Its Applications
IT133 Software Applications
Excel Formatting Rules
How To Use VLOOKUP In Microsoft Excel
Grauer and Barber Series Microsoft Excel Chapter Three
VLOOKUP functions Data Analysis.
Advanced Functions – Obj. 4.01
Excel: Formulas & Functions III Participation Project
V- Look Up.
Aniko Balogh CEU Computer & Statistics Center
Lesson 5 Topic 1 – Table Lookup and Error Handling
Excel Tutorial 3 Working with Formulas and Functions
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
Advanced Topics in Excel for School Assessment Coordinators
Presentation transcript:

Aniko Balogh CEU Computer & Statistics Center balogha@ceu.edu Functions Aniko Balogh CEU Computer & Statistics Center balogha@ceu.edu

TRUE, FALSE, IF function The IF function allows you to make logical comparisons between a value and what you expect. IF(Something is True, then do something, otherwise do something else) So an IF statement can have two results. The first result is if your comparison is True, the second if your comparison is False. TRUE and FLASE is automatically calculated by Excel: =A1=B1 - if the cells contain the same value  TRUE, - if the cells contain different value  FALSE

Practice TRUE, FALSE Open Practice 4 Look at the percentage change table If the value in the % Change column is bigger than 0, then the salesperson gets a bonus Type the following formula: =L2>0, push Enter, TRUE or False will appear Copy the formula down the column

Practice IF Look at the students scores table Pass/Fail If the Actual score is bigger than 60, then the student passed Click into E2 Choose the IF function from the function wizard Logical test: B2>60 Value if true = Pass, Value if false = Fail Copy the formula down the column

Goal Seek You know the result of a calculation, but you don’t know either of the values Simple example: you know, that 7 times something is 56, type the calculation with cell references: =B8*C8, the result will be 7*0=0 You want to change the result to 56 Select the cell that contains the formula. In this case, that's D8. Click the Data tab, What-If Analysis and choose Goal Seek  Set cell: D8, To value: type 56, By changing cell: C8, Enter The result will change to 56

Goal Seek More complicated example: you would like to re-calculate the loan payment example by changing the length of payments You want to change the monthly payment to 70 000 HUF First repeat the PMT exercise to get the result Select the cell that contains the formula. In this case, that's D4. Click the Data tab. In the Data Tools group, click What-If Analysis and choose Goal Seek  Set cell: D4, To value: type -70000 (it must be a negative number, as it is a payment), By changing cell: B4 (Number of Payments), Enter The result will change to 70 000 HUF

VLOOKUP VLOOKUP is an Excel function to lookup and retrieve data from a specific column in table. VLOOKUP supports approximate and exact matching, and wildcards (* ?) for partial matches. The "V" stands for "vertical". Lookup values must appear in the first column of the table, with lookup columns to the right.

VLOOKUP Open Practice 4.xlsx Search for the grade of students based on their scores: value - The value to look for in the first column of a table. = score table - The table from which to retrieve a value. = table of grades PUSH F4 to fix the range col_index - The column in the table from which to retrieve a value. = 2 range_lookup - [optional] TRUE = approximate match (default). FALSE = exact match.

VLOOKUP Who lost her/his ID card? Lookup the badge number, ID-4537, in the first column and return the matching value in the same row of the fourth column (family name) Click into I16 value - The value to look for in the first column of a table. = I20 table - The table from which to retrieve a value. = I16:L21 (PUSH F4 to fix the range) col_index - The column in the table from which to retrieve a value. = 4 range_lookup - [optional] TRUE = approximate match (default). FALSE = exact match. What’s her/his phone number? – col_index to 2

Resources https://www.techrepublic.com/article/how-to-use-excels-goal-seek- analysis-tool/ https://www.myexcelonline.com/blog/use-excel-goal-seek-to-find- the-formula-result-you-want/ https://www.excelcampus.com/functions/how-to-write-if-function/ https://www.youtube.com/channel/UCSxX7Vgyu9iThxPE1jSDFdw https://support.office.com/en-us/article/vlookup-function-0bbc8083- 26fe-4963-8ab8-93a18ad188a1 https://exceljet.net/excel-functions/excel-vlookup-function