GOOGLE WORKSPACE Find in sheet function

The GOOGLE WORKSPACE Find in sheet function in RPA.

Help CentreFunctions & Formulas

This article describes the RPA Google Workspace connector function to search for values in a Google Sheet.

For a full list of available functions, please read GOOGLE WORKSPACE functions.


Description

The Find in sheet function searches for a value across a sheet or within a specified range and returns the matching cell references and values.


Input parameters

ParameterRequiredTypeDefaultDescription
ConnectorYesSelect-Select the Google Workspace connector to use
Spreadsheet IDYesText-Google Sheets spreadsheet ID
RangeNoTextEntire sheetA1 notation range to search within
Search valueYesText-The value to search for
Match caseNoBooleanfalseWhether the search is case-sensitive
Match entire cellNoBooleanfalseWhether the value must match the entire cell content
VariableYesText-Variable to store the results

Output variables

VariableTypeDescription
VariableArrayArray of matches, each containing cell (A1 reference), row, column, and value

Errors

  • Spreadsheet not found – the spreadsheet ID is invalid

Tips

  • Use Match entire cell when searching for exact values like IDs
  • The result array is empty if no matches are found

Related functions

  • Find and replace – Find and replace values
  • Read sheet range – Read a specific range

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.