Excel Funtions and Details Final Document
Excel Funtions and Details Final Document
1. ADDRESS
It gives the address detail for a cell.
Example:
This is the syntax which I
have given 2nd row ,1st
column) from the table.
2. AREAS
It gives the count of selecting areas in the spreadsheet.
Example(i):
Formula
Selected range
Formula
of cell or
Reference
numbers of
selected range
2
Output
3. CHOOSE
Get a value from a list based on position
Example:
FORMULA
Output
4. CHOOSECOLS
Based on the selected areas , we can print the choosed columns
Syntax: =CHOOSECOLS(array,col_num1,[col_num2],…)
Example:
Table
array. Column numbers
Formula
Selected
Table Array Output of selected
Column
5. CHOOSEROWS
Based on the selected areas, we can print the choosed ROWS.
Syntax =CHOOSEROWS(array,row_num1,[row_num2],…)
Formula
Selected Output of
Table Array selected Rows
6. COLUMN
The COLUMN function returns the column number of the given cell reference.
Syntax: COLUMN([reference])
Reference: The cell or range of cells for which you want to return the
column number.
Example: The formula =COLUMN(C3) returns 3, because column C is the third column.
Formula
7. COLUMNS
Returns the number of columns in an array or reference.
Syntax: COLUMNS(array)
Array: An array, or a reference to a range of cells for which you want the
number of columns
Example:
Formula
Selected Output
Array or
reference
Formula: COLUMNS(A1:C6)
Result:3
It will remove the portion of an array and return the remaining array.
Syntax: =DROP(array, rows,[columns])
Example:
Selected Array Row Column
Selected
array or
reference Output
The given row and Column will be drop(delete) and balance cells will be execute.
9. FILTER
It will filter the range of data based on criteria we have giving.
Syntax: =FILTER(array,include,[if_empty])
Selected
Example: range To
filter
Selected Array
The cell to filter
Formula
Selected
array or
reference
Output
10. FORMULATEXT
It used for Display the formula used in selected reference.
Syntax :FORMULATEXT(reference)
Step1: Select the cell where you want to execute the formula
Step2: Type a syntax in the cell you have selected.And press enter
Example:
Formula
Selected
Array
Output
Except selected array only the formula cell will display others all will be #N/A
11. XLOOKUP
Based on the lookup value we can print the exact data.
Formula
Array
Output
12. HLOOKUP
We can print the data(row) horizontally based on the lookup value.
Syntax: =HLOOKUP(lookup_value, table_array, row_index, [range_lookup])
Applying the above syntax in the cell we can get a Horizontally matched value
from the table.Refer the below example.
Example: The row index number which need to match. FALSE will give exact match.
Formula
ROW1
Table Array
13. VLOOKUP
We can print the data (column)Vertically based on the lookup value.
Applying the above syntax in the cell we can get a Vertically matched value
from the table. Refer the below example.
Example:
FALSE will give exact match.
Column 1 Column3 Column Index Number
Column2
Formula
Table
Array
14. HSTACK
Horizontally stack array into one array
Syntax: =HSTACK (array1, [array2], ...)
Example
Formula
ARRAY 1 Output
Array 2
15. VSTACK
Vertically stack array into one array
Syntax: =VSTACK(array1, [array2], ...)
Example Formula
Array 1 Output
Array 2
16. HYPERLINK
It will Travel from one location to another location.It will create a clickable link.
Syntax: =HYPERLINK(link_location, [friendly_name])
The Excel HYPERLINK function returns a hyperlink from a given destination and link
text. You can use HYPERLINK to create a clickable hyperlink with a formula.
By using Hyperlink we can also add a vlookup Formula inside a hyperlink Formula
Example
Formula
Formula
17. INDEX
It will returns a value from within a table by giving row and column.
Get a value in a list or table based on location,Return the value at the given
location.
The Excel INDEX function returns the value at a given location in a range or
array.
Example: Row_Num
Array Column_Num
Formula
Output
Array
Column Area_Num
Array _num Formula
Output
Area 1
Area 2
Array
18. MATCH
It looks up a value in an array and returns the position of the
MATCH function is used to locate the position of a lookup value in a row, column, or
table.
Example:
Lookup array
Formula
LookupValue
Table
Output
19. OFFSET
It will return a range of cells.
Syntax: =OFFSET(reference, rows, cols, [height], [width])
It will Create a reference offset from given starting point and return a cell
reference.
In the offset function the reference should been starting point.
Example:
In the below Image the Cell B5 is the starting point.The row and column
we are giving will be calculated from B5Cell.
Column 1 Column 2
Formula
Row1
R
Row 2 o
Height(4)
w
s
Row3
Row4
Width(2)
Row 5
Reference
Starting
Function Output
20. ROW
It will give a row number you are selected.
Syntax: =ROW([reference])
It will get the row number of a reference,and return a number representing the
row.
Example:
Formula
Selected
Reference Output
Example(a):
It will return the number of the row for single cell you have selected.
Formula
Row no-4
Output
21. ROWS
It will Give the rows number of selected array.
Syntax: =ROWS(array)
It will get the number of rows in an array or reference,The return value will be Number of
rows
Example:
Formula
Selected Array
Output
22. SORT
It will use for sorting a selected table in ascending or descending
Syntax: =SORT(array, [sort_index], [sort_order], [by_col])
Example: The Below image Sort order is ascending and Sorting by column.
Formula
Selected Array
Output
23. TAKE
It will take the number of rows and colums in the selected array
Syntax: =TAKE(array, [rows], [col])
This function will get a subset of an array and return a subset of given array.
Example:
The below example the array should be take the 4 row ,2 column from
selected array.
Formula
Selected Array
Output
24. TOCOL
It convert Row to column
Array
Output with
Formula
Output
blanks
ignored
Output Array
25. TOROW
It convert Column to Row
It will transform array to single row and returns single row value.
Output
Array
Formula
Output
Array Table ignored
Blanks
26. TRANSPOSE
Transpose row to column or column to row
Syntax : =TRANSPOSE(array)
Selected R Output
O
array W
Column
Formula
Selected array
Output
27. WRAPCOLS
Wrapping the values of rows and columns into a two-dimensional
columns array.
It will Wrap a array into columns,Return value will be Array wrapped by column.
Example:
Formula
Selected
Array
Output
28. WRAPROWS
WRAPROWS function converts a one-dimensional array into a two
dimensional array by wrapping values into separate rows.
It will Wrap a array into columns, Return value will be Array wrapped by column.
Example:
Formula
Selected
array
Output