Number Extractor
Pull every number out of a block of text, one per line.
Reports, invoices and meeting notes bury their numbers in sentences: "revenue rose to 1,234,500 from 987,000, a 25.1% increase." Getting those figures into a spreadsheet means either retyping them (introducing errors) or fighting a regex — unless a tool does the pattern matching for you.
This extractor finds every number in pasted text — integers, decimals, negative values, and comma-grouped thousands — and lists them one per line in order of appearance, ready to paste straight into a spreadsheet column for totaling or analysis.
How to use Number Extractor
- 1
Paste your text
Reports, invoices, logs — anything with embedded numbers.
- 2
Review the extracted list
Numbers appear one per line, in original order.
- 3
Copy into your spreadsheet
Each line becomes a cell for calculation.
Features
- Handles decimals, negatives and 1,234,567-style grouping
- Preserves order of appearance (duplicates kept)
- Local processing in your browser
Frequently asked questions
Common mistakes to avoid
- Summing an extracted column that includes years, phone numbers or ID fragments along with the real figures.
- Expecting locale formats like 1.234.567,89 (European grouping) to parse as one number — the tool assumes comma grouping with dot decimals.
Get new tools in your inbox
One email a month with new tools, guides, and updates. No spam, unsubscribe anytime.

