September 26, 2026 Reporting & Data

Excel Multiple Values Per Cell: Build Better AI Dashboards

Why Your Dashboard Still Looks Like It's From 2015

You've got AI tools pumping out customer insights, sales forecasts, and operational data. Your team is running ChatGPT prompts, pulling reports from Stripe, analyzing Slack conversations. But when it comes time to build a dashboard that actually shows what's happening? You're still doing the same thing your predecessor did in 2015: copying values into cells, separating them with commas or line breaks, and hoping nobody needs to update it.

Here's the problem: traditional Excel cells hold one value. One number. One name. One date. So when you want to display multiple AI-generated insights about a single customer, or consolidate three different data points into one row, you end up either cramming text into a cell until it's unreadable, or building a dashboard so wide it requires horizontal scrolling to navigate. Neither option is great.

Excel's newer multi-value cell feature changes this. And if you're managing teams, building reports, or trying to make sense of AI-generated data, this matters. You can finally build dashboards that are clean, updatable, and actually tell a story about your business without requiring a PhD in spreadsheet engineering.

What Multi-Value Cells Actually Do (And Why It's Not Boring)

Multi-value cells let you store and display multiple related pieces of information in a single cell, with a clean dropdown or expandable view. Think of it as a mini-container for related data. Instead of spreading customer feedback across three columns, you put all of it in one cell. Instead of listing five different risk factors in five separate rows, you consolidate them into one cell with a clean, organized layout.

The magic part: you can still filter, sort, and reference that data with formulas. It's not just a display trick. The data stays structured and accessible to your AI tools and automated workflows.

Why does this matter for dashboards? Speed. A manager spending 30 minutes a week reorganizing data into presentable format is 30 minutes not spent on actual decisions. Multiply that across a team of five or six managers, and you're looking at 2-3 hours per week of pure administrative overhead. That's 100+ hours per year spent on formatting instead of strategy.

Real Example 1: Customer Health Scores With AI Context

Let's say you manage customer success, and you're using an AI tool like Claude to analyze customer interactions and flag risk signals. You run a daily workflow that pulls chat transcripts, support tickets, and usage data, then generates a risk score and summary for each customer.

Old way: You'd have columns like "Customer Name," "Health Score," "Risk Reason 1," "Risk Reason 2," "Risk Reason 3," "Last Interaction," "AI Insight." Your dashboard stretches across eight columns. When you present it to your director, half the data is cut off on the screen.

New way with multi-value cells: You create one "Customer Status" cell that contains the health score, the three risk reasons (formatted as a clean list), and the last interaction date. All in one cell. One click on that cell shows you everything. Your dashboard is now half the width. It loads faster. It's printable. It doesn't look like it was built by someone who discovered Excel last Tuesday.

Here's how to set it up:

  1. In your daily AI workflow (using ChatGPT, Claude, or a tool like Make or Zapier), structure the output as a JSON array instead of separate text fields. For example: {"health_score": "72", "risks": ["High churn probability", "Reduced login activity", "Support ticket spike"], "last_interaction": "Sept 24"}
  2. Use Power Query or Excel's built-in data connectors to import this JSON directly into your spreadsheet.
  3. In your dashboard sheet, create a multi-value cell formula that pulls all of this together into one display field.
  4. Format it so the health score appears first (bold, larger), followed by the risk list below it.

Result: Your customer success dashboard now shows complete status per customer in a single, scannable cell. No horizontal scrolling. No confusion about what data belongs to whom.

Real Example 2: Sales Pipeline With AI-Generated Deal Notes

You're a sales manager running deals through your pipeline. For each opportunity, you have three pieces of information that matter: the deal size, the current stage, and AI-generated notes about what the next action should be (pulled from email summaries or meeting transcripts using Claude or NotebookLM).

Old way: Three columns minimum. One for deal size, one for stage, one for notes. When you're reviewing 20 deals in a one-on-one with a sales rep, you're bouncing your eyes across three columns per row. It's exhausting.

New way: One "Deal Summary" column contains the deal size and stage at the top, followed by the AI-generated next steps. Everything you need to discuss about that deal is in one place. You scroll down to see all deals, not left and right.

To build this:

  1. Set up a scheduled automation (using Zapier, Make, or Power Automate) that pulls your CRM data daily and runs it through an AI summarization prompt. Something like: "Summarize this sales opportunity in three sentences, highlighting the deal size, current stage, and one specific next step for the sales rep."
  2. Export that summary back into Excel as a structured format (CSV, JSON, or direct API integration).
  3. Create a multi-value cell that displays the deal size in bold, the stage as a secondary label, and the next steps as formatted text below.
  4. Add conditional formatting so deals in certain stages (like "Stalled") highlight the next steps in a different color.

Now your pipeline reviews are faster. Your team spends less time reading and more time talking about strategy. A sales manager we know reduced her weekly pipeline review from 45 minutes to 20 minutes using this approach, mostly because she wasn't constantly resizing columns or squinting at truncated text.

How to Actually Build Multi-Value Cells (The Technical Part Made Simple)

You don't need to be technical. Excel handles the heavy lifting.

If you're using Excel on the web or the latest desktop version (Windows or Mac, 2024+), multi-value cells are built in. Here's the actual workflow:

  1. Create your data structure. Your AI tool or automated workflow needs to output data in a consistent format. JSON arrays work best, but CSV with line breaks also works.
  2. Import the data into Excel. Use "Get Data" (on the Data tab) and select your source. This could be an API, a CSV file, a connected database, or even a Google Sheet.
  3. Set up your multi-value column. Right-click the column header and select "Format as Multi-Value." Excel will automatically detect if your imported data contains arrays or lists.
  4. Customize the display. You can choose how the data appears in each cell - as a dropdown, an expandable list, or inline. Pick what makes sense for your dashboard.
  5. Reference the data in formulas. You can still use VLOOKUP, INDEX/MATCH, or other formulas to pull specific values from multi-value cells if you need to. It's not locked away.

If you're using an older version of Excel, the workaround is using helper columns with concatenation formulas and conditional formatting to hide the helper columns. It's messier, but it works.

The Common Objection: "But I Share This Dashboard With Non-Excel People"

You're worried that you'll build this beautiful multi-value dashboard and your CFO or your CEO will open it on their iPad and see a mess. Fair concern.

Two solutions: First, export to PDF. Multi-value cells render cleanly in PDF exports, and PDFs are read-only anyway, so there's no risk of accidental edits. Second, use Power BI or Google Data Studio as your presentation layer. These tools are designed to consume complex data structures and display them in a way that non-technical people can read. Your Excel spreadsheet becomes the data engine, not the presentation layer. Your dashboard lives in Power BI, which looks polished and professional regardless of what's happening in the Excel backend.

Pro tip: If you're building reports for executives, use Power BI or Tableau to visualize multi-value cell data. If you're building operational dashboards for your team to use daily, keep them in Excel. Different tools, different purposes.

Where This Connects to Your AI Workflows

This matters because most of your AI tools already output data in a format that plays nicely with multi-value cells. When you run a batch of customer records through Claude for sentiment analysis, or generate sales forecasts using ChatGPT, or pull insights from Slack conversations, you're getting structured, multi-part data. Instead of forcing that data into a flat, single-value format, multi-value cells let you preserve the structure and keep your dashboard clean.

If you're already using AI agents for sales pipeline automation, or building business reporting workflows with Claude, multi-value cells eliminate the reformatting step that usually happens between your AI tool output and your final dashboard. One less manual step. One less place where data gets lost or misaligned.

Start Small: Your First Multi-Value Dashboard

Don't try to rebuild your entire reporting system tomorrow. Pick one dashboard that's causing you or your team the most pain. Is it customer health tracking? Sales pipeline reviews? Team productivity metrics?

Start there. Map out what data you're currently using, what AI tools or automations already generate that data, and how it's currently being displayed. Then rebuild that single dashboard using multi-value cells. Measure the time it takes before and after. Share the improvement with your team.

Once you've proven the concept with one dashboard, scaling to others is straightforward. The patterns repeat.

If you're serious about building AI-powered dashboards that actually save time, Next Wave Index has structured workshops on dashboard architecture and AI data integration that walk through this exact process.

FAQ

Can I use multi-value cells in Google Sheets?

Google Sheets doesn't have the exact same feature yet, but you can achieve similar results using helper columns with CONCATENATE or TEXTJOIN formulas, combined with conditional formatting to hide the helper columns. It's not as clean as Excel's native feature, but it works. If you're heavy on Google Workspace, keeping multi-value dashboards in Excel and syncing the data back to Sheets is often simpler than trying to force it within Sheets.

What if my AI tool doesn't output structured data?

Use a middle-layer tool like Zapier, Make, or Power Automate to transform the output. You can run AI text through a formatting step that breaks it into structured components before it hits your Excel sheet. This adds one extra automation step, but it's worth it for dashboard clarity. The time investment is front-loaded and then automated forever.

Do multi-value cells slow down my spreadsheet?

Not meaningfully. Even dashboards with hundreds of rows and multi-value cells in multiple columns load and recalculate quickly on modern hardware. If you're working with tens of thousands of rows, you might feel a slight slowdown, but that's when you'd move to Power BI anyway.

Can I sort or filter by specific values inside a multi-value cell?

Yes, but it's limited. You can filter at the cell level (show me all cells that contain a certain array or list), but granular filtering inside the cell itself requires you to either export to Power BI or use helper columns with formulas. For most dashboards, this limitation doesn't come up because you're usually filtering by row context, not by what's inside individual cells.

Learn AI the Structured Way

This blog post scratches the surface. Our courses go deep with hands-on modules, real templates, and skill assessments.

Get the Free AI Playbook