MGMT - 1021 - Week - 3 Lecture
MGMT - 1021 - Week - 3 Lecture
APPLICATIONS FOR
MANAGEMENT
TODAY’S AGENDA
• Formula Basics
• Performing calculations with formulas
• Relative VS Absolute VS Mixed References
• Function Basics
• Use of functions
• Count(), Sum(), CountA(), Average()
• Date Functions
• Today(), Now()
TODAY’S AGENDA
• Logical Lookup and Financial Functions
• IF()
• VLookup()
• HLookup()
• PMT()
COLOR CODING WORKSHEET’S TAB
• Basic Syntax
• =Function Name(Argument1, Argument2,….)
Category Description
Compatibility Functions from Excel 2010 or earlier, still supported to provide backward compatibility
Cube Retrieve data from multidimensional databases involving online analytical processing (OLAP)
Date & Time Analyze or create date and time values and time intervals
Information Return information about the format, location, or contents or worksheet cells
Lookup & Reference Look up and return data matching a set of specified conditions form a range
• =TODAY()
• =NOW()
> A1 > B1 If the value in cell A1 is greater than the value in Cell B1
< A1 < B1 If the value in cell A1 is less than the value in cell B1
>= A1 >= B1 If the value in cell A1 is greater than or equal to the value in cell B1
<= A1 <= B1 If the value in cell A1 is less than or equal to the value in cell B1
<> A1 <> B1 If the value in cell A1 is not equal to the value in Cell B1
LOOKUP FUNCTION
• Lookup functions find values in tables of data and insert them in
another location in the worksheet such as cells or in formulas