Change Month To Date
Returns the absolute dollar change in stock price from the first trading day of the current month to now.
Formula
ChangeMTD = Current Price - Price at Start of Month
Return Value
Dollar amount (positive or negative).
Syntax
=ChangeMTD(Symbol)Examples
When to Use
MTD performance tracking, absolute dollar change analysis
When NOT to Use
| Need percentage change | ChangePercentMTD() |
| Need YTD change | ChangeYTD() |
Common Issues & FAQ
Why am I getting "NA"?
Check that the symbol is valid and has sufficient trading history for the requested period.
Are returns price-only or total return?
These are typically price returns. Dividend-adjusted returns may differ.
Related Formulas
More MarketXLS MarketXLS Analytics formulas you can use in the same worksheet:
