EXCEL FUNCTIONS MIS 2502. THE BASICS  LEFT(), RIGHT(), MID()  Keep X characters from string  CONCATENATE()  Join two strings together  TRIM()  Drop.

Slides:



Advertisements
Similar presentations
Excel Lesson 13 Using Powerful Excel Functions Microsoft Office 2010 Advanced Cable / Morrison 1.
Advertisements

© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Advanced Excel functions and array functions DSC340 Mike Pangburn.
# 1# 1 CS 105 Functions, IF Functions What is a function? What is an IF function? A PMT function? What is a condition? What is nesting? CS 105 Spring.
Computer Science & Engineering 2111 Text Functions 1CSE 2111 Lecture-Text Functions.
MIS: Chapter 14 Cumulative concepts, features and functions, plus new functions COUNTIFS, SUMIFS, AVERAGEIFS (Separate ppt on REACH.louisville.edu) All.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Chapter 5 Creating, Sorting, and Querying a Table
Tutorial 7: Using Advanced Functions and Conditional Formatting
Tutorial 8: Working with Advanced Functions
SUMIF() Lesson: BASIC. =SUMIF() When Do You Use It: – To add numbers based on a single criterion/condition Example: If you have a column of data with.
Spreadsheets Objective 6.02
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.
Chapter 06: Lecture Notes (CSIT 104) 1 Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Naming Ranges Functions COUNT, COUNTA, COUNTIF, COUNTIFS.
Theme 3: Data Dynamics Topic 18: Analyse data using Excel Chapter 3.3. Page 185 – 199 Analysing spreadsheet data.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
Advanced Lesson 2: Advanced Data Analysis A PivotTable is a sophisticated tool that creates a concise report summarizing large amounts of data based on.
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)
Chapter 9 Creating Formulas that Manipulate Text Microsoft Office Excel 2003.
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
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 Functions Abby Wiertzema
Prescriptive Analytics Appendix A EXCEL TOOLS FOR THE MANAGEMENT SCIENTIST Business Analytics with Management Science Models and Methods Arben Asllani.
Advanced Excel: Using Formulas for Business Managers
MIS: Chapter 6,7,8,10: Data Base and Data Warehouses Cumulative concepts, features and functions, plus new functions COUNTIFS, SUMIFS, AVERAGEIFS (Separate.
Microsoft Office Excel 2013 ® ® Abdul Hameed Using Advanced Functions and Conditional Formatting.
 Agenda: 4/24/13 o External Data o Discuss data manipulation tools and functions o Discuss data import and linking in Excel o Sorting Data o Date and.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Chapter 6 Data Tables and Amortization Tables Exploring Microsoft Office Excel 2007.
Chapter 6 Creating, Sorting, and Querying a Table
DAY 4: EXCEL CHAPTERS 1 & 2 Rohit August 31 st,
 Enhance understanding of logical functions.  Discuss using conditional logic focusing on: ◦ IF ◦ SUMIF(s) ◦ COUNTIF(s) ◦ AVERAGEIF(s)  While waiting.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
December 2015 Excel Tips & Tricks. Commonly Used Shortcuts (Mac, Excel 2011) Cmd+ Shift+ T Enter Cmd+ Option+ 0 Ctrl+ (Minus/- ) Ctrl+ I Ctrl+ R or Ctrl+
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
1 CSE 2337 Chapter 7 Organizing Data. 2 Overview Import unstructured data Concatenation Parse Create Excel Lists.
DAY 4,5,6: EXCEL CHAPTERS 1 & 2 Rohit January 27 th to February 1 st
Hoi Le. COUNTIF Countif(, ) Return number of elements that meet the criteria Always put criteria in quotation marks Example 1: count number of employees.
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
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.
AGB 260: Agribusiness Data Literacy
Using Advanced Formulas
Brad Yundt Excel Basics Brad Yundt
Lesson 3: Using Formulas
MSAA PRESENTS: AN EXCEL TUTORIAL
Contents Introduction Text functions Logical functions
Elena Lazarevska, City of Boulder
Using Advanced Functions and Conditional Formatting
Logical Functions Excel Lesson 10.
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
2007 MICROSOFT EXCEL INTERMEDIATE
Analyzing Table Data.
Analyzing Data Using Formulas
Using Advanced Formulas
MIS2502: Data Analytics ICA #4. ETL - Excel Basics
MIS2502: Data Analytics ETL - Excel Basics
Excel: Formulas & Functions III Participation Project
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
REACH CRC Professor Manni
Spreadsheets Objective 6.02
Spreadsheets Objective 6.02
MS Excel – Analyzing Data
REACH Computer Resource Center
Presentation transcript:

EXCEL FUNCTIONS MIS 2502

THE BASICS  LEFT(), RIGHT(), MID()  Keep X characters from string  CONCATENATE()  Join two strings together  TRIM()  Drop leading and trailing spaces  LOWER(), UPPER(), PROPER()  Convert string to lower, upper or proper case  IF()  IF THEN type statements

LEFT(), RIGHT() or MID()  =LEFT(cell/value, num_chars)  cell = cell reference (e.g., A2)  num_chars = number of characters to keep  =RIGHT(cell/value, num_chars)  As above.  MID(cell/value, start_index, num_chars)  as above, but…  start_index = first character to start at

CONCATENATE()  =CONCATENATE(cell1/val1, cell2/val2, …)  cell1, cell2, etc. = cell reference  val1, val2, etc. = a string value (e.g., “text”)  Example…  =CONCATENATE(A2, A3, “ “, “text”) would result in a value combining the contents of cells A2 and A3, a space, and the word text

TRIM()  =TRIM(cell/val)  cell = cell reference  val = text value  Example…  =TRIM(“ text value “) spit out a cell contents of just text value, with no leading or trailing spaces

LOWER(), UPPER(), PROPER()  =LOWER(cell/val)  cell = cell reference  val = text value  Example…  =LOWER(“ABCDEFG”) would result in a value of abcdefg  =UPPER(“abcdefg”) would result in a value of ABCDEFG  =PROPER(“ABCDEFG”) gives you Abcdefg

IF()  =IF(condition, met_result, else_result)  condition = conditional statement (e.g., A2 > 3, C5 = “text”)  met_result = value to spit out if condition is met  else_result = value to spit out if condition is not met  Example…  IF(4 > 5, “red”, “yellow”) would give you a result of yellow

MORE ADVANCED: INDEXING & CALCULATIONS  VLOOKUP() (or HLOOKUP)  Match values and get associated fields  COUNTIF()  Count records meeting some condition  SUMIF()  Sum values across records that meet some condition  SUMPRODUCT()  Sum the product of two columns  Nested Statements  Statements within statements

VLOOKUP()  =VLOOKUP(cell/val, range, index [, approximate])  cell = cell reference  val = value  range = range of cells (e.g., A2:E5)  index = what column value to return from matched record  approximate = is an approximate match okay?  Example…  VLOOKUP(“abc”, A1:B10, 2) will find the record in A1:B10 that has an A value matching abc, and it will return the second field value

COUNTIF()  =COUNTIF(range, condition)  range = range of cells (e.g., A2:E5)  condition = only count if condition is met  Example…  COUNTIF(A1:A10,”=“&2) will count all the records in column A, from row 1 to 10, where the value is 2

SUMIF()  =SUMIF(range1, condition, range2)  range1 = range of cells to examine (e.g., A2:E5)  condition = only include record if condition met  range2 = range of values to sum  Example…  SUMIF(A1:A10,”=“&2, B1:B10) will identify all the records in column A, from row 1 to 10, where the value is 2, and will add up the corresponding values in column B

SUMPRODUCT()  =SUMPRODUCT(range1, range2, …)  range1 = first column of values  range2 = second column of values  Example…  SUMPRODUCT(A1:A10, B1:B10) would return the summed products (i.e., A1*B1 + A2*B2 + A3*B3 + …)

NESTED STATEMENTS()  Replace cell or val with some other statement  Example…  IF(10 > 9, IF(5 = 4, 1000, 999), 0) would return a value of…?

NESTED STATEMENTS()  Replace cell or val with some other statement  Example…  IF(10 > 9, IF(5 = 4, 1000, 999 ), 0) would return a value of… 999