Skip to main content

Filter Rows

Excel·v1.11.1
ExcelEditingWrites files

Hide the rows that do not match, and collect the ones that do

Inputs

NameTypeRequiredDefaultDescription
Excel Instance
excelInstance
variableRequired
Sheet Name
sheetName
stringOptional
Column
column
stringRequiredThe column heading, or its letter
Keep rows where
operator
enumRequiredisError
isErrorisNotErrorequalsnotEqualscontainsdoesNotContainisEmptyisNotEmpty
Value
value
expressionOptional
Shown when operator = equals / notEquals / contains / doesNotContain
Match capitals exactly
caseSensitive
booleanOptionalfalse
Shown when operator = equals / notEquals / contains / doesNotContain
Heading Row
headerRow
numberOptional1
Output Variable
outputVariable
variableOptionalFilteredRows

Output

$outputVariableDataTable

The matching rows, ready to write to another workbook

  • ColumnsArray
  • RowsArray

Compatibility

WindowsLinuxAttendedUnattended

Related activities