EXCEL VLOOKUP across columns function

The EXCEL VLOOKUP across columns function in RPA.

Help CentreBuilding Processes

This article describes the RPA Excel functionality to look up values across columns.

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


Description

The VLOOKUP across columns function looks up each value in a lookup column, finds the matching row in a match column, and fills in the corresponding value from a return column. This is similar to Excel’s VLOOKUP formula but operates on entire columns at once.


Example

With a lookup column "Product ID", match column "ID" on another sheet, and return column "Price":

Product ID (lookup)ID (match)Price (return)Result
A001A00119.9919.99
A002A00229.9929.99
A003A0039.999.99

Setting it up

To use the VLOOKUP function, follow these instructions:

{{popups:rpas/add:action=excel-vlookup}}

Once on a process map:

  1. Navigate to the process where you would like to add the function
  2. Click on the green button’s drop-down
  3. Click on “+ Activity”
  4. Select the EXCEL VLOOKUP across columns option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
Lookup columnYesText-The column containing the values to look up
Match columnYesText-The column to search for matching values
Return columnYesText-The column from which to return the corresponding value

Output

This function does not return a value. It fills the lookup column’s corresponding cells with values from the return column.


Tips

  • The match and return columns can be on a different sheet – reference them as Sheet!Column
  • If no match is found, the cell is left blank
  • Matching is exact (case-insensitive)

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.