0% found this document useful (0 votes)
11 views4 pages

Lookup and Reference Function - Excel

Lookup and reference

Uploaded by

Anil verma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

Lookup and Reference Function - Excel

Lookup and reference

Uploaded by

Anil verma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

SORT & FILTER

FUNCTION
SORT FUNCTION
 The SORT function in Excel is a
dynamic array function that
allows you to sort data in a
range or array by specific
criteria. It was introduced in
Excel 365 and Excel 2021.

 =SORT(array, [sort_index],
[sort_order], [by_col])

•Array (Required): The range or array of data you want to sort.


•Sort_index (Optional): The column or row number in the array to sort by.Default: 1 (sorts by the first column or row).
•Sort_order (Optional): The order of sorting. [1: Ascending (default).], [ -1: Descending.]
•By_col (Optional): Logical value to indicate whether to sort by columns or rows. [FALSE or omitted: Sort by rows.], [TRUE: Sort by
columns.]
FILTER FUNCTION
 The FILTER function in Excel extracts
data based on a condition (or set of
conditions) you specify.

 =FILTER(array, include, [if_empty])

 array: The range of data you want


to filter.
 include: The condition(s) used to
filter the data.
 [if_empty]: (Optional) The value to
return if no data meets the condition.
FILTER: LOGICAL OPERATORS

You might also like