answersLogoWhite

0


Best Answer

Without seeing your precise spreadsheet and knowing what types of figures you already have and what cells they are in, it is impossible to give you the precise formula. There are also various ways you could do it, but the function you would be most likely to use is the Sum function. So if you already have individual incomes and just want to total them, then in the cell where you want the total type in:

=Sum(

and then select the cells that you want added using the mouse and then press enter.

If your figures were in cells B1, B2, B3, B4, B5, B6 and B7 and your formula was in B8, then the formula would be:

=Sum(B1:B7)

That is telling Excel to add all the values in the cells from B1 to B7.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

The simplest way is to use the SUM function to add up the revenue for the year. The specific implementation will depend on where the values are, so it will depend on what way you have the individual revenue figures entered. There are many ways that you may have them, like with monthly totals or regional totals or totals for individual shops, amongst other ways. Say you have the revenue figures individually listed in all the cells from B2 to B125, you could have the following SUM function, in cell B126:

=SUM(B2:B125)

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

You can calculate totals in many ways, but most commonly by using the SUM function. So if you wanted to total all the cells between A2 and A20, in another cell you would enter the following formula:

=SUM(A2:A20)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Formula that will calculate sum in excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What formula is used to calculate quantity?

You can calculate quantity in Excel with the SUM function.


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

=SUM(D7:E20)


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 do you need in a excel cell to calculate a sum?

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.


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.


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.


What are some examples of Excel formulas?

formula's of excel =sum(+_/*) =count(if) =today() =now() by' (rubab)


Which formula in excel can i use to find the total cost of items?

The "Sum" formula works best.


What is an ict formula?

an ict formula is something that can caluculate a sum faster than usuall, it will work out the sum ,, and the software that is used is Microsoft excel.


What happens when you change a number within a sum formula in Microsoft Excel?

It can change a total that the formula results in.


What is the sum of the fist 40 even numbers?

You can use the formula for the sum of an arithmetic series to calculate that quickly. (Of course, you can also type the numbers into Excel, and get the sum - but that doesn't scale well - e.g., it won't work well if you are then asked, for instance, to get the sum of the first million even numbers.)


What is the sum of 7 and 4 in Excel spreadsheet?

The sum of 7 and 4 is 11, whether in an Excel spreadsheet or anywhere else. In Excel the formula would be =SUM(4,7) or =4+7 or =(B12+B13) if the values 7 and 4 were in cells B12 and B13.