Exploring the MoreInfo Function for Ticker Information

The MoreInfo function is designed as a placeholder for retrieving additional information on a specified stock ticker within Excel using MarketXLS. While its current implementation returns limited output, it serves as a foundation for future enhancements. By passing in a valid or invalid symbol, you can see how the function handles two distinct outcomes. This guide will show you how to incorporate MoreInfo into your workflow and what to expect when you use it in various real-world scenarios.

Why Use This Function?

  • Provides a quick check for symbol validity.
  • Simplifies preliminary workflows for expanding ticker-related data in Excel.
  • Serves as a template for future enhancements for security-specific details.
  • Demonstrates basic validation and output handling for symbol-based functions.
  • Offers insight into the MarketXLS add-in’s flexibility for custom function development.

How to Use in Excel

=MoreInfo(Symbol)
  1. Insert the function into any cell in your Excel worksheet.
  2. Replace Symbol with a valid ticker (e.g., "AAPL") or an invalid one (e.g., "XYZFOO") to see different results.
  3. If the symbol is invalid, the function returns "NA".
  4. If the symbol is valid, the function currently returns "This function is not available."

Parameters Explained

Parameter Description Example Values Notes
Symbol A text string representing the stock ticker to validate. "AAPL" Required. If invalid or blank, the function returns "NA". If valid, the function currently returns "This function is not available."

Example Usage

Basic Examples

  1. Valid Symbol Input
    • Formula: =MoreInfo("MSFT")
    • Result: "This function is not available."
    • Explanation: Passing "MSFT" (a valid ticker) triggers the function’s placeholder response.

  2. Invalid Symbol Input
    • Formula: =MoreInfo("XXX123")
    • Result: "NA"
    • Explanation: Since "XXX123" is not recognized as a valid symbol, the function returns "NA".

  3. Blank Cell Reference
    • Suppose cell A1 is empty.
    • Formula: =MoreInfo(A1)
    • Result: "NA"
    • Explanation: Without a symbol, the function treats it as invalid, returning "NA".

Advanced Scenarios

Though the current implementation is minimal, MoreInfo could potentially evolve to:

  • Retrieve additional security details, such as sector or market price.
  • Integrate with other MarketXLS functions for combined analytics.
  • Automate watchlist data expansions by referencing a range of symbols.
  • Serve as a foundation for new custom functions in complex trading dashboards.

Below are hypothetical examples—remember, real data integration is not yet available:

• Combining with Data Scraping (Future Concept):
=IFERROR(MoreInfo("AAPL"), "Data not available")
Explanation: Potentially harnessing future expansions to display in-depth symbol data.

• Linking to a Watchlist (Future Concept):
=MoreInfo($A2)
Explanation: Could loop through a column of tickers, outputting detail for each if the function’s backend were extended.

Common Questions and Troubleshooting

  1. Why does the function return "NA"?

    • Because the provided symbol is invalid or the cell is blank. Double-check ticker spelling and ensure it’s recognized by MarketXLS.
  2. Why does the function say "This function is not available"?

    • The function is currently a placeholder. It confirms you provided a valid ticker symbol, but no further data is implemented yet.
  3. What if I need detailed financial information right now?

    • You can use other MarketXLS functions designed to retrieve specifics like pricing, fundamentals, or historical data. MoreInfo will remain minimal until it’s updated.
  4. How do I know if future updates to this function become available?

    • Keep your MarketXLS add-in updated. Watch for release notes or documentation updates that might expand MoreInfo’s functionality.

Remember:

  • MoreInfo currently helps validate a stock symbol but does not retrieve further details.
  • Future enhancements may make it a central tool for deeper ticker-based analytics.
  • Always keep MarketXLS updated to stay on top of new features and function improvements.
  • With potential expansions, MoreInfo could become a versatile part of a data-rich trading or investment strategy within Excel.

Get Access to 1 Billion Usable Market data points IN YOUR EXCEL SHEETS WITH EASY TO USE EXCEL FUNCTIONS

Get started today
MarketXLS Excel Add-in Tutorial - How to Use Moreinfo and Other Financial Formulas
How does MarketXLS work?