Company Description
Returns the full business description for a publicly traded company. This provides an overview of what the company does, its products, services, and markets.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
Notes
- Returns a text string with the business description
- Descriptions can be quite long (multiple paragraphs)
- Useful for research and due diligence
- May require wide column formatting in Excel
Examples
=tosDescription("AAPL")=tosDescription("MSFT")=tosDescription("GOOGL")=tosDescription(A1)When to Use
- Research new investment opportunities
- Understand company business model
- Due diligence and analysis
- Company comparison research
When NOT to Use
Common Issues & FAQ
Q: Why is the text truncated in my cell? A: Excel cells have display limits. Widen the column or use text wrapping (Format Cells > Wrap Text).
Q: Why is description not available for some symbols? A: Some smaller companies or non-US securities may not have descriptions in the database.
Q: Can I use this for ETFs? A: Yes, ETFs have descriptions that explain their investment strategy and holdings.
