MS Excel 2016 Level III http://www.profburnett.com 12/6/2018 Copyright © Carl M. Burnett.

Slides:



Advertisements
Similar presentations
1 CA202 Spreadsheet Application Working with Database Data Lecture # 14.
Advertisements

Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
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)
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.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
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.
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:
OV Copyright © 2011 Element K Content LLC. All rights reserved. Calculating Data with Advanced Formulas  Apply Cell and Range Names  Calculate.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
VLOOKUP HLOOKUP INDEX + MATCH
VLOOKUP Finds an entry from a vertical array based on a criteria
CS1100: Computer Science and Its Applications
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
Session I - Introduction
Session I - Introduction
ITI 091 MS Excel Level III 9/18/2018
ITI 080 MS Excel Level I 9/21/2018 Copyright © Carl M. Burnett.
ITI 091 MS Excel Level II 9/21/2018 Copyright © Carl M. Burnett.
SharePoint Foundation 2010
Adobe Acrobat Pro XI Level I
ITI 080 MS Excel Level I 11/11/2018 Copyright © Carl M. Burnett.
HTML5 Introduction Master a Skill / Learn for Life.
Session I - Introduction
MS Project 2016 Level II
VLOOKUP functions Data Analysis.
ITI 305 MS Excel Level III 11/20/2018
Cloud Computing for the Home & Office
Cloud Computing for the Home & Office
ITI 091 MS Excel Level II 11/24/2018 Copyright © Carl M. Burnett.
Digital Literacy for the 21st Century
CMP 581 MS Excel Level II 11/30/2018 Copyright © Carl M. Burnett.
Introduction to the Case
CMP 227 MS Outlook 12/6/2018 Copyright © Carl M. Burnett.
ITI 080 MS Excel Level I 12/7/2018 Copyright © Carl M. Burnett.
ITI 091 MS Excel Level II 12/30/2018 Copyright © Carl M. Burnett.
ITI 091 MS Excel Level II 1/1/2019 Copyright © Carl M. Burnett.
ITI 188 Bootstrap and Mobile Web Design
ITI 091 MS Excel Level II 1/12/2019 Copyright © Carl M. Burnett.
Session I - Introduction
ITI 091 MS Excel Level II 1/18/2019 Copyright © Carl M. Burnett.
HTML5 Introduction Master a Skill / Learn for Life.
VLookup and HLookup in Microsoft Excel
Level I Microsoft Excel 2013 Level I
Digital Security & Privacy
CYB 010 HTML Level II CyberAdvantage Seniors
MS Excel 2016 Level III Montgomery County Government (MCG)
Digital Literacy for the 21st Century
ITI 091 MS Excel Level III 4/9/2019
ITI 080 MS Excel Level I 4/9/2019 Copyright © Carl M. Burnett.
ITI 193 MS Excel Level I 4/10/2019 Copyright © Carl M. Burnett.
ITI 193 MS Excel Level I 4/6/2019 Copyright © Carl M. Burnett.
Adobe Acrobat Pro XI Level II
Digital Security & Privacy
Lesson 5 Topic 1 – Table Lookup and Error Handling
Digital Security & Privacy
Level III – Advanced Microsoft Excel 2013 Level III – Advanced
ITI 080 MS Excel Level I 5/9/2019 Copyright © Carl M. Burnett.
Digital Literacy for the 21st Century
Digital Literacy for the 21st Century
ITI 080 MS Excel Level I 5/14/2019 Copyright © Carl M. Burnett.
Level II – Intermediate
Session I - Introduction
Level I – Introduction Microsoft Word 2010 Level I – Introduction
Digital Security & Privacy
Presentation transcript:

MS Excel 2016 Level III http://www.profburnett.com 12/6/2018 Copyright © Carl M. Burnett

Outline Introductions Class Outline Review Class Website 12/6/2018 Copyright © Carl M. Burnett

Instructor Info Carl Burnett Instructor with MCC since 2007 Military – Corps of Engineers IT Contractor - BAH, GD, Independent profburnett@live.com carl.burnett@montgomerycollege.edu 240.696.1906 12/6/2018 Copyright © Carl M. Burnett

Introductions Name Job What do you to expect from the course? 12/6/2018 Copyright © Carl M. Burnett

Class Website Class Website Download Student Data Files 12/6/2018 Copyright © Carl M. Burnett

Excel 2016 Level III - Course Outline Session I Chapter 1: Logical and Lookup Functions Chapter 2: Advanced Formulas Chapter 3: Special functions Session II Chapter 4: Importing and Exporting Chapter 5: Analysis Chapter 6: Macros and Forms 12/6/2018 Copyright © Carl M. Burnett

3-D References 12/6/2018 Copyright © Carl M. Burnett

The HLOOKUP function HLOOKUP(lookup_value, table_array,row_index_num,range_lookup) Syntax lookup_value = First row of table table_array = Table Range row_index_num = number of row value returned range_lookup = Optional (True or False) true = exact match If the lookup value is less than the smallest value in the table, an error (#N/A) is returned 12/6/2018 Copyright © Carl M. Burnett

The VLOOKUP function VLOOKUP(lookup_value, table_array,col_index_num,range_lookup) Syntax lookup_value = First column of table table_array = Table Range row_index_num = number of column value returned range_lookup = Optional (True or False) true = exact match If the lookup value is less than the smallest value in the table, an error (#N/A) is returned 12/6/2018 Copyright © Carl M. Burnett