Skip to content

Get Portfolio Value

Ross Saunders edited this page Jun 8, 2019 · 2 revisions

Description

Returns the value of a portfolio cell.

This is an real-time function so will update automatically.

Syntax

GETPORTFOLIOVALUE(portfolio_id, column_name)

The GETPORTFOLIOVALUEfunction has the following arguments

  • portfolio_id Required. The Id (IDENT) of the portfolio.
  • column_name Required. The name of the column. (Case insensitive)

Example

Formula Result
=GETPORTFOLIOVALUE(12345, "Result") 100000