Get a Row's Cell
Retrieves a cell in a specific row of an Excel worksheet.
Overview
This procedure retrieves a cell in a specific row of a worksheet that matches a given value, regex, or column label.
Prerequisite Data
These required data elements must be present in the automation before using the procedure.
Data Name
Data Type
the row
Excel Row
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Get the Row's Cell by Value
get the row's cell
the value is "0"
2. Get the Row's Cell by Regular Expression
get the row's cell
the regular expression is "\\dBob\\d"
3. Get the Row's Cell by Column Label
get the row's cell
the column label is "AB"
Last updated
Was this helpful?