-
Notifications
You must be signed in to change notification settings - Fork 0
Get Portfolio Value
Ross Saunders edited this page Jun 8, 2019
·
2 revisions
Returns the value of a portfolio cell.
This is an real-time function so will update automatically.
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)
Formula | Result |
---|---|
=GETPORTFOLIOVALUE(12345, "Result") | 100000 |