EXCEL Get note function

The EXCEL Get note function reads the note (comment) text from a cell.

Help CentreBuilding Processes

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

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


Description

The EXCEL Get note function reads the note (comment) text from a cell and stores it in a variable. Returns null if the cell has no note.


Setting it up

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

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

Once on a process map:

  1. Navigate to the process where you would like to add the EXCEL Get note 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 note 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 note text in.

Output variables

VariableTypeDescription
{variable}TextThe note text from the cell, or null if no note 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 null if the cell has no note – check the variable before using it.
  • Use this to read review comments or annotations from shared workbooks.

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.