Holdings Gain
Returns the absolute dollar gain or loss for holdings.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
Examples
=HoldingsGain("AAPL")When to Use
- Portfolio tracking
- P&L monitoring
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Percentage gain | HoldingsGainPercent() |
Common Issues & FAQ
Q: How is gain calculated? A: Current value minus cost basis.
