EXCEL�
BY ATUl BHATT
WHAT IS SPREADSHEET?�
SPREADSHEET OVERVIEW�
FORMULAS
SUM FUNCTION
DEFINITION:
TIPS:
SUM FUNCTION
AVERAGE FUNCTION
MAX & MIN FUNCTIONS
COUNT FUNCTION
IF FUNCTION
DEFINITION:
TIPS:
IF FUNCTION
SUM IF�
=SUMIF (range, criteria, [sum_range])
Arguments :
range - The range of cells that you want to apply the criteria against.
criteria - The criteria used to determine which cells to add.
sum_range - [optional] The cells to add together. If sum_range is omitted, the cells in range are added together instead.
Purpose
Sum numbers in a range that meet supplied criteria
Return value
The sum of values supplied.
SUM IF
SUMIF is a function to sum cells that meet a single criteria. SUMIF can be used to sum cells based on dates, numbers, and text that match specific criteria.
COUNTIF is a function to count cells that meet a single criteria. COUNTIF can be used to count cells with dates, numbers, and text that match specific criteria.
COUNTIF
CONCATENATE
Dates
Percentage
Summary
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.
Purpose
Lookup a value in a table by matching on the first column
Return value
The matched value from a table.
Syntax
=VLOOKUP (value, table, col_index, [range_lookup])
Arguments
Vlookup
Sheet 1
Sheet 2
Sheet 3
If Error
Double Vlookup
Dynamically Auto Update
Multiple Workbook
Sheet 1
Sheet 2
Multiple Lookup Values
Advanced vlookup
MATCH is an Excel function used to locate the position of a lookup value in a row, column, or table. MATCH supports approximate and exact matching, and wildcards (* ?) for partial matches. Often, the INDEX function is combined with MATCH to retrieve the value at the position returned by MATCH.
MATCH Function
Purpose
Get the position of an item in an array
Syntax
=MATCH (lookup_value, lookup_array, [match_type])
Arguments
Match
Vlookup With Match Function
Lookup Value always in First column
Vlookup Never find value on left side.
Index Function is Solution
The Excel INDEX function returns the value at a given position in a range or array. You can use index to retrieve individual values or entire rows and columns. INDEX is often used with the MATCH function, where MATCH locates and feeds a position to INDEX.
INDEX Function
Syntax
=INDEX (array, row_num, [col_num], [area_num])
Arguments
Index Function
Index With Matching
HLOOKUP Function
HLOOKUP stands for Horizontal Lookup and can be used to retrieve information from a table by searching a row for the matching data and outputting from the corresponding column. While VLOOKUP searches for the value in a column, HLOOKUP searches for the value in a row.
HLOOKUP( value, table, index_number, [approximate_match] )
Parameters or Arguments
value
The value to search for in the first row of the table.
table
Two or more rows of data that is sorted in ascending order.
index_number
The row number in table from which the matching value must be returned. The first row is 1.
approximate_match
Optional. Enter FALSE to find an exact match. Enter TRUE to find an approximate match. If this parameter is omitted, TRUE is the default.
Hlookup
Vlookup
Hlookup With Match
PMT function returns a payment amount, so you can use it to:
The PMT function has the following syntax:
PMT Function
Search Product Name
Behalf Also
The AVERAGEIFS Function is a Statistical function that calculates the average of all numbers in a given range of cells based on multiple criteria.
Formula
=AVERAGEIFS(average_range, criteria_range1, criteria1, [criteria_range2, criteria2], …)
The SUMPRODUCT function multiplies ranges or arrays together and returns the sum of products, but SUMPRODUCT is an incredibly versatile function that can be used to count and sum like COUNTIFS or SUMIFS, but with more flexibility. Other functions can easily be used inside SUMPRODUCT to extend functionality even further.
SUMPRODUCT
Purpose
Multiply, then sum arrays
Return value
The result of multipled and summed arrays
Syntax
=SUMPRODUCT (array1, [array2], ...)
Arguments
Summary
The Excel SUBTOTAL function returns an aggregate result for supplied values. SUBTOTAL can return a SUM, AVERAGE, COUNT, MAX, and others (see table below), and SUBTOTAL function can either include or exclude values in hidden rows.
Purpose
Get a subtotal in a list or database
Return value
A number representing a specific kind of subtotal
Syntax
=SUBTOTAL (function_num, ref1, [ref2], ...)
Arguments
SUBTOTAL
SubTotal
Left
Length
MID
Right
Trim
Data Validation
Insert a new worksheet. SHIFT+F11
Move to the next sheet in the workbook. CTRL+PAGE DOWN
Move to the previous sheet in the workbook. CTRL+PAGE UP
Enter current date. CTRL+; (semicolon)
Enter current time. CTRL+SHIFT+: (colon)
Merge Cells ALT+H+M