Q&A for How to Add Two Cells Containing the Sum of Other Formulas in Excel

Return to Full Article

Search
Add New Question
  • Question
    I need to add an entire column of cells containing formulas, not just 2. Can't make it work. How do I do this?
    Darlene Antonelli
    Darlene Antonelli
    Community Answer
    If you're adding a range of cells, like an entire column, enter "=SUM(A4:24)" .
  • Question
    How do you add a column of numbers (numbers derived by multiplying 2 cells) ex: cells A1 x A2, A1 x A3... all the way to A1 x A37. The total would show on A38.
    Darlene Antonelli
    Darlene Antonelli
    Community Answer
    If you're adding a range of cells, like an entire column, enter "=SUM(A4:24)" .
  • Question
    Hi. I'm trying to sum several cells that contain sums of other cells. I do as the example, but I get an error message saying the formula is wrong.
    Darlene Antonelli
    Darlene Antonelli
    Community Answer
    Add =VALUE around the formulas in the cells you're adding together. If the cells you're adding together use formulas that contain non-numeric characters, then you'll need to add =VALUE at the start of those formulas. If either of the cells you're adding contains anything other than the standard =SUM() formula, you'll have to enclose that whole formula within the parentheses of the =VALUE() function to avoid errors. Do the following in each of the cell you're adding:[1] Double-click the cell containing the formula. If the formula is standard, such as =SUM(A1:A15), you don't have to make any changes. If the cell contains other functions (such as IF or AVERAGE), letters, or quotes, enclose the formula within the parentheses of the =VALUE() function. For example, =SUM(AVERAGE(A1:A15),AVERAGE(B1:B15)) would become =VALUE(SUM(AVERAGE(A1:A15),AVERAGE(B1:B15) )).
  • Question
    HOW CAN I ADD COLUMNS THAT ARE NOT NEXT TO EACH OTHER?
    Darlene Antonelli
    Darlene Antonelli
    Community Answer
    You can also add multiple rows or columns to your equation, like "=SUM(A4:24, C2:C10)"
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit

Return to Full Article

You Might Also Like