How to
Get a Nice Body
Coming soon
Search
-
QuestionI need to add an entire column of cells containing formulas, not just 2. Can't make it work. How do I do this?Darlene AntonelliCommunity AnswerIf you're adding a range of cells, like an entire column, enter "=SUM(A4:24)" .
-
QuestionHow 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 AntonelliCommunity AnswerIf you're adding a range of cells, like an entire column, enter "=SUM(A4:24)" .
-
QuestionHi. 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 AntonelliCommunity AnswerAdd =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) )).
-
QuestionHOW CAN I ADD COLUMNS THAT ARE NOT NEXT TO EACH OTHER?Darlene AntonelliCommunity AnswerYou 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