Share via

How to sum column so sum cell has total instead of sum formula

Carol Coursey 0 Reputation points
2026-03-28T22:12:07.55+00:00

Want to total a column of numbers. I set up a cell at bottom of column and used Sum Total. It enters the formula for the column instead of the sum of the numbers in the column

Microsoft 365 and Office | Excel | Other | Other
0 comments No comments

3 answers

Sort by: Most helpful
  1. riny 20,870 Reputation points Volunteer Moderator
    2026-03-29T05:14:32.28+00:00

    @Carol Coursey

    Unless I misread your question, I believe it is not your intention to replace the formula with a pasted value. I suspect that you have accidentally activated the "Show Formulas" button on the Formulas ribbon, causing formulas to show rather than their outcome. Press the button again and see if that resolves the problem.

    Screenshot 2026-03-29 at 07.11.42

    Was this answer helpful?

    0 comments No comments

  2. Viorel 126.9K Reputation points
    2026-03-29T04:19:12.76+00:00

    Check the documentation:

    Therefore, you can select the cell that contains the sum, then press <F2>, <F9> and <Enter>.

    Was this answer helpful?

    0 comments No comments

  3. Q&A Assist
    2026-03-28T22:12:15.2766667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Excel always stores a formula (like =SUM(A1:A10)) in the total cell; it does not replace the formula with a fixed number. The formula calculates and displays the total of the column.

    To have a fixed value instead of a live formula, first calculate the total with AutoSum, then convert the result to a value:

    1. Use AutoSum in the cell at the bottom of the column (for example, =SUM(A1:A10)).
    2. Select that total cell and copy it (Ctrl+C).
    3. Right‑click the same cell and choose Paste Special > Values.

    The cell will now contain just the numeric total, not the SUM formula.

    If the goal is simply to total a column and keep it updating automatically when data changes, leave the SUM formula in place. AutoSum is designed to insert the formula and show the result in the cell.


    References:

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.