Search

Search data in Table

Articles

Use this function to find the row number of input data in the input table.

Syntax

Search data in Table (table_name, data)

Parameters

Input Parameter Name Description
table Data Table Variable
data Data to be searched in the table

Returns

Return value Description
Row_number Returns the row in which data is present

Sample

Search data in Table (Product, AppleIPhone)

  • Finds the row number in which ‘AppleIPhone’ is present in table ’Product’ and returns the row number.

To view all the Table functions, click here.

Did you find what you were looking for?