A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Use these checks and fixes in order:
- Make sure the formula is written correctly in B43, for example:
The equal sign at the start is required; without it Excel will just show text instead of calculating.=SUM(C39:K49) + K41 - Check that B43 (and the cells in the range) are not formatted as Text:
- Select B43.
- On the Home tab, open Number Format and choose General.
- Press F2 in B43, then Enter to re‑enter the formula. Do the same for any cells in C39:K49 or K41 that should be numeric but might be Text.
- Confirm that workbook calculation is set to Automatic:
- Select File > Options > Formulas.
- In Calculation options, under Workbook Calculation, select Automatic.
- Click OK, then press F9 to recalculate.
- If an error indicator appears in B43, hover over it or use the formula bar check button to see the error description and correct any highlighted part of the formula (for example, missing parenthesis or wrong operator).
After these steps, B43 should calculate the sum of C39:K49 plus K41.
References: