Search

Search Value From Table

Articles

Use this function to search given text in input table.

Syntax

Search Value From Table(table, start_row_no, start_column_no, text)

Parameters

Input Parameter Name Description
table Data Table Variable
start_row_no Row Number to start search from
start_column_no Column Number to start search from
text text to search for

Returns

Return value Description
Row number Returns row number of the text

Sample

Search Value From Table (InventoryTable,1,1,DBE57HKG3QV)

  • Searches for text DBE57HKG3QV in DataTable InventoryTable starting from first row and column.
    Return 4 as the 4th row contains text DBE57HKG3QV.

To view all the Table functions, click here.

Did you find what you were looking for?