Lookup Range
Searches in a specified range for the coordinates of a cell with a certain value and returns them as String variables
Input
- Range: The range where you want to perform the search
- Type:
System.String
- Type:
- Sheet Name: The name of the sheet in the workbook where the change must be made.
- Type:
System.String
- Type:
- Value to Lookup: The value that you want to search for.
- Type:
System.String - Required
- Type:
- Exact Match: If an exact match is desired, it should be checked.
- Type:
System.Boolean - Required
- Type:
Output
- Result: The cell where the specified value is found
- Type:
System.String - Required
- Type:
Details
- This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.