Your Cart
Loading

AI Data Analyst for Excel

On Sale
$5.00
Pay what you want: (minimum $5.00)
$
Added to cart

full, production-ready Excel VBA script that reads raw data, analyzes numeric KPIs, creates a dashboard, and calls the OpenAI API to generate an executive summary. This uses the OpenAI text-davinci-003 completion endpoint via VBA XMLHTTP.

You will need an OpenAI API key. Make sure you replace "YOUR_OPENAI_API_KEY" with your key.


How It Works

  1. Reads numeric columns from your RawData sheet.
  2. Calculates total and average for each numeric column.
  3. Builds a clustered column chart automatically.
  4. Sends the first 10 rows of data to OpenAI API.
  5. Receives an executive-level summary and writes it to the Dashboard sheet.


You will get a PDF (4MB) file