answersLogoWhite

0

You need a formula. That formula can use the Sum function or it could use the plus sign, or several plus signs and even several Sum functions. Primarily it is the Sum function and the plus sign that is used for sums.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

To calculate the sum of all the cells from E1 to E11 you would write the following formula in excel?

In another cell, you would type in =SUM(E1:E11)


What formula is used to calculate quantity?

You can calculate quantity in Excel with the SUM function.


A calculation used in excell?

Calculate means Excel will evaluate formulas and functions to display the result. You can turn calculate to manual or auto. When it is on auto, everything is updated in real time. Manual will update when you open Excel or requires to you click the calculate button every time you want to see results.


Why sum format in excel does not detect cell change?

I need more detail in order to fully answer your question. Are you sure the sum formula includes the cells that you are changing?


What is the formula in Excel that will subtract cell H15 from the sum of cell i7 through i12?

=SUM(I7:I12)-H15


Which one of the following is the correct Excel formula to calculate the total in the highlighted cell C10?

To calculate the total in cell C10, you would typically use the SUM function. The correct formula would be =SUM(A1:A9) if you want to sum the values in cells A1 through A9. Make sure to adjust the cell references as needed based on your specific data range.


How do you calculate 4 cell in 1 cell box in MS Excel?

To do calculations involving 4 cells, you can reference them individually or as a range, if they were together: =A4+C5+G6-D10 =SUM(A2:A5)


What is the Excel formula to calculate the gross revenue of the highlighted cell C8?

To calculate the gross revenue in Excel, you can use the formula: =C8 * (1 + tax_rate), where tax_rate is the applicable tax percentage expressed as a decimal (e.g., for 10%, use 0.10). If you need to sum multiple revenue sources, you can use: =SUM(C8:Cn), replacing n with the last row of your data. Make sure to adjust the formula based on whether you need to include taxes or other factors in your gross revenue calculation.


How would you add the values in cell a43 through a89?

To add the values in cells A43 through A89 in Excel, you can use the SUM function. Simply enter the formula =SUM(A43:A89) in the cell where you want the total to appear. This formula will calculate the sum of all the values in that range and display the result.


How do you add 2 values in Excel?

The 'sum' function.Type =sum(X,Y) - bold for emphasis - where X and Y are your cell locations or values, and Excel will return the sum (i.e. the result of addition) of those values.


Why is your Excel numbers sum a date?

The cell has been formatted to be in date format. You just need to format the cell to show numbers. If a number is formatted as a date, it will show an actual date.


How do you add a set of numbers together on excel 2007?

=sum(first cell:last cell)