Stock Return Custom Dates
Calculates the total percentage return for a stock between two specific dates.
Syntax
=StockReturnCustomDates(Symbol, StartDate, EndDate)Examples
=StockReturnCustomDates("AAPL", DATE(2022,1,1), DATE(2023,1,1))=StockReturnCustomDates("MSFT", A1, B1)When to Use
- Custom period analysis
- Event-based return calculation
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need standard period | StockReturnTwoYears(), etc. |
Common Issues & FAQ
What date format to use?
Use Excel DATE() function: DATE(2023,1,15) for Jan 15, 2023.
