Get a Row's Cell
Retrieves a cell in a specific row of an Excel worksheet.
Last updated
Was this helpful?
Retrieves a cell in a specific row of an Excel worksheet.
This procedure retrieves a cell in a specific row of a worksheet that matches a given value, regex, or column label.
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
the regular expression is "regex-pattern"Specifies a regular expression pattern to match for cell identification.
Indented under get the row's cell.
❌ No — This phrase is optional.
✅ Yes — Replace regex-pattern with the regular expression to match.
the regular expression is "\\dBob\\d"the column label is "X"Specifies the name of the column that contains the target cell in the current row.
Indented under get the row's cell.
❌ No — This phrase is optional.
✅ Yes — Replace X with the column label to search for.
the column label is "AB"Last updated
Was this helpful?
Was this helpful?
get the row's cell
the value is "0"get the row's cell
the regular expression is "\\dBob\\d"get the row's cell
the column label is "AB"
