Summarizing and Analyzing Data with AI
Once your data is clean and your formulas are working, the next step is making sense of it. This lesson moves from mechanics into interpretation: using AI to summarize a dataset in plain language, answer questions about it, and produce quick summary statistics without you needing to remember the exact name of every statistical function.

Two different ways AI can summarize your data
There are two genuinely different approaches here, and it matters which one you are using. The first is asking an in-app assistant like Microsoft Copilot in Excel or Gemini in Google Sheets to look at your actual data and describe it, since these tools can read your live worksheet and generate a written summary or a small table of statistics directly from it. The second is asking a standalone chat tool like ChatGPT or Claude to summarize data you paste into the conversation as text, which works well for smaller datasets or for a sample of a larger one, but means the AI is only working from what you gave it, not your whole workbook.
For genuinely large datasets, thousands of rows, pasting everything into a chat window is impractical and, in the case of standalone tools without a live connection, may exceed what the tool can process at once. In that situation, the better approach is to first build your own summary statistics using formulas, functions like AVERAGE, MEDIAN, MIN, MAX, and COUNTIFS, or a small pivot table, covered in Lesson 10, and then ask the AI to interpret that condensed summary rather than the raw data itself.
Asking for a plain language summary
A useful in-app request looks like: “Summarize this table in three or four sentences, highlighting the highest and lowest performing regions and any month with an unusual change compared to the others.” A capable assistant with access to your live data will typically return a short written summary calling out specific numbers, for example naming the top region by sales and noting a month where sales dropped sharply. Always check the specific figures it cites against the sheet yourself, since even tools reading your live data can occasionally misinterpret which column represents what, especially in sheets with merged cells, multiple header rows, or inconsistent layouts.
Generating summary statistics without memorizing function names
If you do not remember the difference between AVERAGE and MEDIAN, or you are not sure which summary statistics are actually useful for your situation, that is a perfectly reasonable thing to ask AI directly. A prompt like “I have a column of customer order values ranging from 5 to 4,000 dollars. What summary statistics would give a useful picture of typical order size, and how do I calculate each one in Excel?” will typically get you a short explanation of why median can be more representative than average when a few very large orders skew the numbers, alongside the specific formulas for each statistic you decide you need.
| Question you want answered | Statistic and function |
|---|---|
| What is the typical value, ignoring outliers | Median, using the MEDIAN function |
| What is the overall average | Mean, using the AVERAGE function |
| How spread out are the values | Standard deviation, using STDEV.S or STDEV.P |
| What is the most common value | Mode, using the MODE.SNGL function |
| How many items meet a condition | Count, using COUNTIF or COUNTIFS |
Asking follow-up questions instead of accepting the first answer
The real power of AI-assisted analysis is not the first summary you get back, it is the follow-up conversation. If an AI tool tells you “sales were roughly flat across the year,” you can immediately ask “were any individual months significantly above or below the average, even if the overall trend looks flat,” or “does that flat trend hold true for every region, or is it hiding growth in one region offset by decline in another.” This kind of probing is exactly what a good human analyst does instinctively, and AI tools are generally happy to dig deeper when asked, producing a more nuanced and more useful picture than the first, more generic summary.
A word of caution on numbers you have not verified
When an AI tool, especially a standalone chat assistant working from data you pasted in as text, states a specific number in its summary, such as a total, an average, or a percentage change, treat that number as a claim to verify, not a fact to repeat. Spot check at least one or two of the figures against a formula you calculate yourself, particularly before including any AI-generated number in a report, presentation, or decision that matters. This is not paranoia, it is simply recognizing that language models are generating the most probable-sounding answer based on patterns, and while they are often accurate at describing data you have given them clearly, “often” is not the same as “always,” and the cost of catching an error before it goes into a report is far lower than the cost of catching it afterward.

