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
Syntax
=tosDescription(Symbol)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
| Scenario | Use Instead |
|---|---|
| Company sector | Sector() |
| Company industry | Industry() |
| Company name | Name() |
| Financial metrics | Specific financial functions |
Common Issues & FAQ
Why is the text truncated in my cell?
Excel cells have display limits. Widen the column or use text wrapping (Format Cells > Wrap Text).
Why is description not available for some symbols?
Some smaller companies or non-US securities may not have descriptions in the database.
Can I use this for ETFs?
Yes, ETFs have descriptions that explain their investment strategy and holdings.
