All articles

3 April 2026

·

5 min read

How to Remove All Formulas From an Excel File (Keep Values Only)

Replace every formula with its computed value - like Paste Special Values, but across every sheet at once. Safe to share, nothing exposed. Free, browser-based, no signup.

No file uploads
Free during beta
100% private

If you searched "how to remove formulas from Excel," you probably need to share a spreadsheet but do not want the recipient to see your formulas. Maybe it is a budget with margin calculations you need to keep internal, a pricing model with cost formulas that should not be visible, or a report with references to other files that will break on someone else's machine.

This comes up constantly: finance needs to send a budget to a department head, a consultant needs to share results without exposing the model, a manager needs to archive a report with frozen values that will not change if someone accidentally edits a cell.

The usual fix in Excel is Paste Special, Values. But that only works one selection at a time, one sheet at a time. For a workbook with multiple sheets and hundreds of formulas, it is tedious and easy to miss cells. This guide covers a faster way.

Why Paste Special Values is not enough

  • It works one selection at a time. You have to select cells, paste special, values, confirm. Miss one range and formulas are still in your file.
  • It works one sheet at a time. A workbook with five sheets means doing this five times. There is no "paste special values across all sheets" option.
  • It is easy to miss cells. Formulas can be anywhere, including hidden rows, hidden columns, and cells that display plain numbers but contain formulas underneath. You will not know you missed one until someone finds it.
  • You can accidentally overwrite your original. If you forget to save a copy first, you lose all your formulas permanently. There is no undo after saving.
  • Save As CSV drops formatting. Saving as CSV removes formulas, but also removes all formatting, multiple sheets, merged cells, and everything else. You end up with a flat text file instead of a proper spreadsheet.

Before

budget.xlsx

3 sheets · 847 formulas

After

budget-values.xlsx

3 sheets · 0 formulas · all values preserved

Every formula replaced with its computed value across all sheets

How to strip formulas from an Excel file

Open the Formula Stripper, drop in your file, and click Strip. The tool scans every cell across every sheet, replaces each formula with its computed value, and gives you a clean .xlsx file to download. Your original file is never modified.

Step by step

  1. Drop your file into the Formula Stripper. It accepts .xlsx and .xls files.
  2. Review the breakdown. The tool shows you how many formulas were found in each sheet, so you can verify it detected everything.
  3. Click Strip. All formulas are replaced with their computed values and you download a new file with "-values" appended to the name.

Your original file stays untouched. The tool creates a new copy with values only.

Formulas replaced with their computed values

budget.xlsx
D5: =SUM(D2:D4)
QuarterRegion ARegion BTotal
Q1€12,400€8,900€21,300
Q2€15,200€11,800€27,000
Q3€9,600€13,100€22,700
Q4€18,300€7,400€25,700
Total€55,500€41,200€96,700
budget-values.xlsx
D5: €96,700
QuarterRegion ARegion BTotal
Q1€12,400€8,900€21,300
Q2€15,200€11,800€27,000
Q3€9,600€13,100€22,700
Q4€18,300€7,400€25,700
Total€55,500€41,200€96,700
Strip formulas

Same values, same layout. Formulas are gone, only plain numbers remain

Try it yourself

Drop your file, strip all formulas, download values-only. Every sheet at once.

Open tool

When to remove Excel formulas

Sharing externally without exposing logic. You built a pricing model with cost calculations, margin formulas, or commission structures. The recipient needs to see the final numbers, not how you calculated them.

Archiving with frozen values. A quarterly report needs to be archived so the numbers never change. Formulas that reference other files, dates, or live data sources will produce different results if opened months later. Stripping them freezes the values permanently.

Fixing broken references. Your file contains formulas that reference other workbooks or network drives. On someone else's computer, those references break and show #REF! errors. Replacing formulas with values eliminates the problem entirely.

Reducing file size. Complex array formulas, VLOOKUP chains, and volatile functions like INDIRECT or OFFSET can make files slow and bloated. Replacing them with static values reduces file size and improves performance.

Preparing data for import. Other systems (databases, CRMs, analytics tools) import values, not formulas. Stripping formulas before exporting ensures the data imports cleanly without formula artifacts.

How does this compare to other methods?

Paste Special Values (manual)VBA macroSave As CSVCopy to new workbookPicoTools
Processes all sheets at onceNo (one sheet at a time)Yes (if coded)No (one sheet exported)NoYes
Preserves formattingYesYesNo (all formatting lost)PartialYes
Risk of missing formulasHighLowNone (but loses structure)MediumNone
Modifies original fileYes (dangerous)Yes (unless coded to copy)NoNoNo
Skill neededNoneVBA programmingNoneNoneNone
Works on MacYesLimitedYesYesYes (any browser)
No software neededNoNoNoNoYes

Your files never leave your device

All processing happens locally in your browser. Your files are not uploaded, stored, or transmitted anywhere. This makes it safe to use with client data, financial records, employee information, or anything confidential.


Frequently asked questions

Does it strip formulas from all sheets at once?

Yes. The tool processes every sheet in the workbook in one go. You do not need to handle sheets individually.

Will it change my formatting?

No. Only formulas are replaced with their computed values. Formatting, styles, column widths, and layout stay the same.

Can I undo the formula removal?

Your original file is never modified. The tool creates a new copy with values only, so your original with all its formulas is still intact.

What if my file has no formulas?

The tool will tell you no formulas were found. You can still download the file as a clean .xlsx if needed.

Does it work with .csv files?

CSV files do not contain formulas (they are plain text), so there is nothing to strip. The tool works with .xlsx and .xls files.

Is there a file size limit?

There is no strict limit. Since everything runs in your browser, performance depends on your device. Most users process files with hundreds of formulas across multiple sheets without issues.

Does it work on a Mac?

Yes. The tool runs entirely in your browser, so it works on Mac, Windows, Linux, Chromebook, or any device with a modern browser.

Is it safe to use with confidential data?

Your files never leave your device. Nothing is uploaded, stored, or visible to anyone. Processing happens entirely in your browser, and all data is gone when you close the tab.

Ready to try it?

Formula Stripper

Drop your files in, choose how to merge, and download the result. No signup, no software. Your files stay on your device.

Open Formula Stripper