Search

Apply Filter

Last Updated: May 10, 2022

Articles

Use this function to apply the given filter on the input column of the input table present in the active sheet.

Syntax

Apply Filter ( table_name, column_name, filter_options)

Parameters

Input Parameter Name Description
table_name Name of the table in the sheet on which filter needs to be applied
column_name Name of the column on which filter needs to be applied
filter_options Filter options to filter the column value.
Allowed operators are >, < and =

Sample

Apply Filter (EmployeeDetails, Experience, >2)

  • Filters data in the Experience column of EmployeeDetails table to display values >2.

  • Multiple filters can be applied on the same table.
  • When multiple filters are applied, the filters are appended one after the other to give the end result.

To view all the Excel functions, click here.

Did you find what you were looking for?