04. Excel Countif and Vlookup. File -> Open -> 04b-datastart.xlsx.

Slides:



Advertisements
Similar presentations
MS- Excel Spread sheet Program Component of MS-Office suite Performs Calculations, Maintaining Databases and Summary Reports Graphs.
Advertisements

E ngineering College of San Jose State University Engr.10 1 JKA & KY.
EXCEL UNIT 3 Computer Technology Timpview High School.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.
MS-Excel XP Lesson 2. Handling Worksheets 1.Bottom of the every workbook you can get worksheets. 2.No of sheets for a book is three. But you can add,
08. Data from Bloomberg Formulas
Chapter 5 Creating, Sorting, and Querying a Table
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
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.
1 CA202 Spreadsheet Application Working with Database Data Lecture # 14.
Excel For MATH 125 Computing Statistics. Useful link Surfstat: (an online text in introductory Statistics)
Tutorial 8: Working with Advanced Functions
1CP102_module 3: spreadsheet2 More features in Excel Selection: a cell, a range, multiple ranges Name a range: to give name to a selected range or multiple.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Naming Ranges Functions COUNT, COUNTA, COUNTIF, COUNTIFS.
Excel 2010 Formulas and Functions One of Excel's most useful features is that it allows users to create custom formulas to perform calculations on their.
Microcomputers Review Excel. Shortcut Keys The key combination that can be used to show formulas is:formulas Ctrl + ` Show Formulas using Shortcut Keys.
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)
Engr.10 1 JKA & KY. Engr.10 Engineering Analysis 2 Engineering analysis is a systematic process for analyzing problems that arise in the various fields.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
Excel Projects 5 & 6 Notes Mr. Ursone. Excel Project 5: Sorting a List  Sorting: Arranging records in a specific sequence  The Sort command is on the.
Excel Formulas. File -> Open -> 02b-datastart.xlsx.
03. Excel Sort, Filter and Pivot. File -> Open -> 03b-datastart.xlsx.
Excel Functions Abby Wiertzema
Calculating Statistics in Microsoft Excel Click on the type of statistic you would like to create. If you need to learn how to round your answers, click.
AARON CROCKETT Spreadsheets used in the real world Examples of different spreadsheets Features used within spreadsheets Improving Productivity & Usability.
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Simulation Using computers to simulate real- world observations.
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Madhuri Siddula September 1, 2015.
A spreadsheet is a programme which stores data in a grid. Many people use spread sheets as an online calculator instead of working lots of calculations.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
where to get help basic function writing tricks = tells excel you want to write a function The function then tells you what you need to enter Then you.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
05. Data from Bloomberg Add-in. Launch Bloomberg and Press GO.
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
Microsoft Excel 2007: EXCITE Module
How to Create a form using the Program Excel By Mrs Douglas 8/1/10.
Using Basic Formulas and Functions Lesson 8A. Formulas tab.
02. Excel Formulas. File -> Open -> 02b-datastart.xlsx.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
A skills approach © 2012 The McGraw-Hill Companies, Inc. All rights reserved. excel 2010 Chapter 2 Using Formulas and Functions.
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
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.
MSAA PRESENTS: AN EXCEL TUTORIAL
CSE111 Introduction to Computer Applications
Contents Introduction Text functions Logical functions
Elena Lazarevska, City of Boulder
Using Advanced Functions and Conditional Formatting
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
CSE111 Introduction to Computer Applications
2007 MICROSOFT EXCEL INTERMEDIATE
Microsoft Excel.
Computer Fundamentals
How To Use VLOOKUP In Microsoft Excel
Managing Multiple Worksheets and Workbooks
VLOOKUP functions Data Analysis.
Charlie Haffey Basic Functions Excel 2010 Charlie Haffey
Microsoft Excel 101.
Excel 2010 Functions A function is a predefined formula that performs a calculation using specific values in a particular order. Functions save you time.
Excel: Formulas & Functions I Participation Project
Excel: Formulas & Functions III Participation Project
Excel Tips and Tricks Presented by: Tracee Baker, Business Analyst, TD Ameritrade July 21, /3/2019.
Shelly Cashman: Microsoft Excel 2016
Lesson 13 Working with Tables
in Excel Instructor: Zhe He Department of Computer Science
Presentation transcript:

04. Excel Countif and Vlookup

File -> Open -> 04b-datastart.xlsx

Click on new tab icon to insert new sheet

Conditional Formatting

Select Sheet1

Select Column G

We want to highlight any cells with a P/E greater than 15

Select Home -> Conditional Formatting

Format cells greater than 15

Click OK

Any P/E greater than 15 is highlighted

Challenge Highlight any cells with a Price less than 50

Count, Sum, Average Max, Min

Insert new sheet

Want to find summary stats for Market Cap Type in the following headings

Click Formulas -> AutoSum -> Count Numbers

Inserts the COUNT function

Tell Excel what column you want to count: Go to Sheet 1 and select Column E

Select Column E

Press Enter on keyboard

There are 2496 companies with market capitalisation information in dataset

Select next cell

Select Formulas -> AutoSum -> Sum

Tell Excel what to Sum: Select Sheet1 then Column E and press Enter

Have now calculated the total market capitalisation of all 2496 companies

Challenge For market capitalisation calculate: – Average – Maximum – Minimum

Countif and Sumif

We sometimes want summary statistics for different groups e.g. countries

Type in these headings

Select Cell D8, for Countif DE

Select Formulas -> More Functions -> Statistical -> COUNTIF

For Range choose Sheet1 Column D to count the number of observations per country

Click Column D

Click Criteria

For Criteria choose the cell with the country name

Click OK

There are 683 companies from Germany (DE)

For cell E8 select Formulas -> Math & Trig -> SUMIF

For Range choose Sheet1 Column D

Select Column D

Click Criteria

For Criteria choose the cell with the country name

Click Sum_range

For Sum_Range choose Sheet1 Column E as it contains market capitalisation

Select Column E

Click OK

Calculates the total market capitalisation of companies based in Germany

Challenge For France, Britain and Ireland use: – Countif to calculate number of companies in each country – Sumif to calculate the total market capitalisation of these companies in each country

Vlookup

Select Sheet2

Sometimes we want to extract data from one list into another

Type in the full names of a number of companies featured in main dataset

We want to obtain P/E and TotalReturn data for these companies

Click Formulas -> Lookup & Reference -> VLOOKUP

Lookup_value -> Click on your first company’s name

Click on Table_array -> Then open Sheet1 containing data

Select Column headings B to I

Click on Col_index_num and type 6

Click on Range_lookup and type false

Click OK

We have now extracted the P/E ratio for BP from our main dataset

Analyse the VLOOKUP formula to understand how it works

A5 is the value that we want to search for Sheet1!B:I is the dataset that we look in (the first column of your dataset should always be the one which contains the name you are looking for) 6 is the column number in the dataset that we want to find False is whether we will accept approximate matches

File -> Save As -> 04c-datacompleted.xlsx

Challenge Use Vlookup to obtain TotalReturn for your company Repeat for some other companies