EXCEL Get hyperlink function

The EXCEL Get hyperlink function reads the hyperlink URL from a cell.

Help CentreBuilding Processes

This article describes the RPA Excel functionality to read a hyperlink from a cell.

For a full list of available functions, please read EXCEL functions.


Description

The EXCEL Get hyperlink function reads the hyperlink URL from a cell and stores it in a variable. This is useful for extracting URLs from spreadsheets for further processing.


Setting it up

To use the EXCEL Get hyperlink function, follow these instructions:

{{popups:rpas/add:action=excel-get-hyperlink}}

Once on a process map:

  1. Navigate to the process where you would like to add the EXCEL Get hyperlink function
  2. Click on the green button's drop-down (right side of the green button labelled "Process")
  3. On the menu that appears, click on the "+ Activity" item
  4. From here you can select the EXCEL Get hyperlink option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
File pathYesTextFull path to the Excel file.
SheetYesTextName of the sheet.
CellYesTextCell address (e.g. A1).
VariableYesTextVariable name to store the URL in.

Output variables

VariableTypeDescription
{variable}TextThe hyperlink URL from the cell, or empty if no hyperlink exists.

Errors

ErrorDescription
File not openThe Excel file must be open.
Sheet not foundThe specified sheet does not exist.
Invalid cellThe cell reference is not valid.

Tips

  • Returns an empty value if the cell does not contain a hyperlink.
  • Use this with the Browser Go to URL action to navigate to extracted links.

Related functions

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.