Skip to main content

Search value location in Google Sheets

Find and return the first location of a specified value within a Google Sheets spreadsheet.

Application

  • Google Sheets

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Google Sheets connected accountConnected AccountNo
Spreadsheet linkExample: https://docs.google.com/spreadsheets/d/35ewEfLinkYes
Sheet nameFirst tab will be used by default. Sheet name is case sensitiveText (Short)No
Search valueThe value to be found in the spreadsheetText (Long)Yes
Column nameThe name of the column to be searched, either the header name of table or the column letter. Example: 'A' or 'First Name'Text (Short)Yes
Enable case sensitivityTrue/FalseYes
Search using regex?Select this to search your Google Sheet using regex instead of a full match of the cellTrue/FalseNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Row of the first resultNumberNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
No resultThis status is selected if the job has successfully completed but no result was produced.

Requirements

  • N/A