A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Try the fastest recovery paths first:
- If the workbook is still open in Excel
- Go to File > Open.
- Double-click the workbook that is currently open.
- Click Yes to reopen it.
- This reverts the workbook to the last saved version, which can recover the file if corruption happened before the latest save.
- Use Excel’s repair option
- Go to File > Open.
- Browse to the corrupted workbook.
- Select it.
- Click the arrow next to Open and choose Open and Repair.
- First choose Repair.
- If that does not recover enough, repeat and choose Extract Data to pull out values and formulas.
- If the file will not open, try opening without recalculation
- Open Excel.
- Create a Blank workbook.
- Go to File > Options > Formulas.
- Under Calculation options, select Manual, then click OK.
- Go to File > Open and open the corrupted workbook.
- This can help if recalculation is preventing the workbook from opening.
- Pull data into a new workbook with external references
- Go to File > Open.
- Find the corrupted workbook.
- Right-click it, choose Copy, then click Cancel.
- Create a Blank workbook.
- In cell A1, type
=File Name!A1using the corrupted workbook’s name, then press Enter. - This retrieves data only, not formulas or calculated values.
- The workbook name only is needed; the file extension is not required.
- If the missing data was feeding a chart, extract chart source data with a macro
- Insert a worksheet and rename it ChartData.
- Select the chart.
- Run the GetChartValues macro described in the Excel recovery guidance.
- The chart’s data is written to the ChartData sheet.
- If the workbook is on a network location or affected by disk issues
- Move the workbook to a local drive first.
- Then retry Open and Repair or the other recovery methods.
To reduce the chance of losing rows again after recovery:
- Turn on Always create backup: File > Save As > Browse > Tools > General Options > Always create backup.
- Turn on AutoRecover: File > Options > Save > Save AutoRecover information every and set the interval.