answersLogoWhite

0


Best Answer

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

User Avatar

Wiki User

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

Wiki User

10y ago

There are lots of ways. You can use the SUM function to do it. You can use the SUBTOTAL function to do it. You can use Alt and the plus sign to do it. You can use the Autosum icon to do it. You could also just individually add the cells.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

You can use the SUM function to do so. You need to specify what you want to sum. Usually it is part of a column. Say you wanted to sum the cells from cell B1 to B200, you would use the SUM as follows:

=SUM(B1:B200)

To do an entire column you use just the letters of the column, so for column B, that would be done like this:

=SUM(B:B)

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

You can use the plus symbol for small calculations that don't involve many values, or else use the Sum function. If you wanted to add the values in cells A1, A2, A3, A4 and A5 you could do it in the following ways:

=A1 + A2 + A3 + A4 + A5
=sum(A1, A2, A3, A4, A5)

or the best way, by referring to the whole range by its first and last cells as follows:

=sum(A1:A5)

You can also use the AutoSum to automatically do the calculation. You can place the cursor under or beside the cells you want to sum, or select the cells and click the AutoSum and it will put the total into a blank cell.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

You use the name of the sheet, followed by an exclamation mark and the cell reference. So if you were on Sheet2 and wanted to sum cells A2 to A20 on Sheet1 you would do this:

=SUM(Sheet1!A2:A20)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you calculate the sum on 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.


Which Excel function would be used to calculate the total points a student earned on a series of tests?

sum


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

=SUM(D7:E20)


How do you calculate amount of data transfer?

If you are using Microsoft Word Excel then you could just use the Auto Sum.


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)


Which excel function would be used to calculate the total points a student earned ona aseries of tests?

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.


What following functions was new in Excel 2007 sum ifs sum if count if or sum?

SUMIFS was new in Excel 2007.


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.


What do you use to sum a large range of data in Excel?

The SUM function.


You have Microsoft Excel 2007 version you need to have your total cost column to calculate the cost from two columns How do you do this procedure?

Use the SUM function and separate each range with a comma.EXAMPLE:=SUM(A1:A23,B1:B23)