answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the Excel formula to calculate the total of values in cells d7 through e20?

=SUM(D7:E20)


What is the formula used to calculate result in Microsoft Excel?

The formula you use depends upon what you are trying to calculate. If you want to multiply two cells (e.g. A1 and C2), the formula would be =A1*C2.


What formula is used to calculate quantity?

You can calculate quantity in Excel with the SUM function.


How do you display Sales Amt on Excel 2013?

You would calculate it using the Sum function. It will depend on what cells your values are in as to what form the actual formula will take.


How do you calculate the mean of data using Excel?

Pick a cell in which to enter your formula Type: =average( then highlight the cells you wish to average. Press enter.


What shows a cells contents in excel?

The formula bar.


When Excel cannot calculate a formula what happens?

When Excel cannot calculate a formula, it typically displays an error message, such as #DIV/0!, #VALUE!, or #REF!, indicating the type of issue encountered. These errors can arise from various issues, including division by zero, invalid data types, or references to deleted cells. Excel will not return a value for the formula until the error is resolved. Additionally, the formula will remain intact, allowing users to troubleshoot and correct the underlying problem.


What is a formula to calculate the largest value using cells x100 through x111 and y20 through y57 in excel?

=MAX(X100:X111,Y20:Y57)


What is Dependent in Excel?

A dependent is a cell that a formula depends on. The cells mentioned in a formula are its dependents.


How do you do get Excel to do an average of 10000 numbers?

Put the 10000 numbers into cells, say from A1 to A10000 and then enter the following formula into a cell: =AVERAGE(A1:A10000)


What are the functions of cells in Excel?

In effect a cell in Excel is a box where either text, number or formula can be placed.


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.