-
Notifications
You must be signed in to change notification settings - Fork 0
Get Position Value
rosssaunders edited this page Jul 7, 2019
·
5 revisions
Returns the value of a position cell.
This is an real-time function so will update automatically.
GETPOSITIONVALUE(position_id, column_name)
The GETPOSITIONVALUE function has the following arguments
- position_id Required. The Id (MVTIDENT) of the position.
- column_name Required. The name of the column. (Case insensitive)
Formula | Result |
---|---|
=GETPOSITIONVALUE(12345, "Result") | 100000 |
=GETPOSITIONVALUE(12345, "Theoretical") | 100.34 |