To do the entire column, you would do it as follows:
=SUMIF(J:J,">19",I:I)
More likely it is just part of the column, say from row 2 to row 20. In that case the formula would be as follows:
=SUMIF(J2:J20,">19",I2:I20)
In both cases it is important that the formula is located outside of the ranges that are referred to in the formula.
excel sums the cells in the column
You could use the SUMIF function. The range of cells to add are in the first part of the formula and the condition is enclosed in quotation marks. Say your values are in the all cells in column B from B1 to B20. Then in another cell your formula would be: =SUMIF(B1:B20,">0") This will add all the values from B1 to B20 that are greater than zero.
Do not put a formula in the cells where you do not want to show a balance.
If you have values in cells A1 through A12, you can add the column of values with the formula =SUM(A1:A12) .
column#row+column#column#row#
To make it easier to see what parts of a formula refer to what cells or references on a worksheet, the cell references in the formula are shown in colour and highlights around the cells are in the corresponding colours.
There are no column formulas in Excel. Only formulas you put in individual cells. The closest thing to a column formula would be VLOOKUP.
Copy from the cell that has the formula you want, then use the Paste Formula option for the cells where you want to copy the formula. The Paste Formula option allows you to retain the original formatting in the target cells.
If you have numbers in cells B1 through B134, use the formula: =SUM(B1:B134). You can use auto sum to insert the formula by highlighting the column (you can click on the column letter) and clicking the AutoSum button on the menu.
There are a few interpretations to that question, so a few possibilities are given.You are unlikely to ever do it the first way, because realistically you are unlikely to have values in every cell in column A and every cell in Column B, that you wanted to add up into one single total. However, if you were doing that it can be done by putting this formula in any cell outside of column A and column B:=SUM(A:B)What you are more likely to be doing is adding just a range of figures from the two columns. So, for example if you were adding values in the first 10 cells in column A and the first 10 cells in column B, because those were all the figures you had, then your formula, which would be in a cell outside the range, could be any of the following:=SUM(A1:B10)=SUM(A1:A10, B1:B10)=SUM(A1:A10)+SUM(B1:B10)There are even other formulas you could do, but they would even be longer again. The first of those 3 is obviously the simplest.Another possibility for the question is if you just want to add corresponding pairs of cells in each column, like add what is in A1 to what is in B1, and what is in A2 to what is in B2 and so on. That is easy enough to do. In cell C1 you could put the following formula:=A1+B1Then you would copy that formula into C2 and C3 and so on, and each formula in turn would add up the corresponding pairs.
Either drag the formula cell down the column, or copy (right-click) the cell then paste (right-click) in other cells.
relative cell reference