How to Get a ChatGPT Table Into Excel
ChatGPT and Claude answer with Markdown pipe tables. Copying one into Excel gives you a column of pipe characters. Convert it to a grid first.
Direct answer
AI assistants format tables in Markdown, so the clipboard carries | and --- characters rather than a grid. Paste the answer into the converter, press Copy for Excel, and paste into a worksheet — the table splits into proper cells with the numbers still numeric.
Open Markdown to Excel converterWhen to use this
- ChatGPT generated a comparison, budget, or schedule you need to work with.
- You asked an assistant to extract data and now need it in a spreadsheet.
- The pasted answer filled column A with pipes and dashes.
Steps
- Use the copy button on the assistant's message so you get the Markdown source.
- Paste it into the converter — surrounding prose is ignored, only the table is read.
- Check the grid preview for the right number of columns.
- Press Copy for Excel and paste into your sheet.
- Spot-check a couple of values against the original answer.
Example conversion
Here is the comparison you asked for: | Plan | Users | Monthly | Support | | --- | ---: | ---: | --- | | Starter | 5 | $29 | Email | | Team | 25 | $149 | Priority | | Enterprise | 250 | $1,200 | Dedicated | Let me know if you want this broken down annually.
Plan Users Monthly Support Starter 5 $29 Email Team 25 $149 Priority Enterprise 250 $1,200 Dedicated
Common mistakes
- Do not trust AI-generated figures without checking them — the converter preserves the data faithfully, including any errors in it.
- Do not paste a rendered table copied from the chat bubble; use the message copy button so you get the Markdown source.
- Do not assume only one table was converted if the answer contained several — the first table in the input is the one that is read.
FAQ
- Why does the AI table break when pasted into Excel?
- The chat window renders the table for display, but the clipboard carries the Markdown source. Excel sees text with pipe characters and no delimiters it recognises, so it puts each line in one cell.
- Does surrounding text matter?
- No. Prose before and after the table is ignored. You can paste an entire answer and only the table is converted.
- What if the answer has several tables?
- The first table is converted. Paste each one separately to get them all.
- Does this work for Claude and Gemini?
- Yes. They all use the same Markdown pipe-table convention.
Related Excel guides
How to Paste a Markdown Table Into Excel
A pasted Markdown table lands in Excel as one column of text full of pipe characters. Convert it to a real grid first so every value gets its own cell.
How to Convert a Markdown Table to an XLSX File
Download a Markdown table as a real .xlsx workbook with a bold header row, frozen top row, and numbers stored as numbers.
Fix Markdown Table Numbers Arriving as Text in Excel
Values that paste in left-aligned with a green triangle are text, not numbers, so SUM returns zero. Here is why it happens and how to avoid it.
How to Convert a Markdown Table to CSV
Download a Markdown table as RFC 4180 CSV with values containing commas and quotes escaped properly, ready for any importer.