answersLogoWhite

0


Best Answer

ct me

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you find the sum of the second column?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What formula would be used to add two cells together after the equal sign?

column#row+column#column#row#


Will the Excel auto-sum function automatically find the sums of several columns in a range and put the currect sum below each column?

Yes, you can do that. If you have a series of columns, you can highlight all of the column to select the range. When you click on the auto-sum button, Excel will insert =SUM(XX:XX) at the bottom of each column in the range.


What is the answer when you find the sum of a column of numbers divided by the number of addends?

That's the mean (average) of all the addends.


How do you find the profit of candy sales on a spreadsheet on the computer?

enter your costs in a column and sum it at the bottom (A1+B1+C1...) enter your sales in a column and sum at the bottom (A2+B2+C2...) take the revenue cell (sum of sales) and minus the sum of the costs eg. K1=J2-J1 this is you profit


What shortcut is available in Microsoft Excel to add numbers in a column?

You can add an entire column by using =sum(a:a) for example, which would sum all amounts in column A. Also, holding down the Alt key while hitting the equal sign right below a column of numbers will sum that column


Can you write a C program to find the sum of a given column in a 2D array?

Use the following function to find the sum of a given column in an array of integers: int sum_column (int** array, unsigned int rows, unsigned int columns, unsigned int column) { assert (column<columns); int accumulator int row; accumulator = 0; for (row=0; row<rows; ++row) { accumulator += array[row][column]; } return accumulator; }


How do you draw a flow chart to find the average of three numbers?

Sum = Sum + first number Sum = Sum + second number Sum = Sum + third number Average = 1/3 x Sum


How do you find the sum of all perfect squares between 5 and 30?

Here is a procedure that would do the job nicely: -- Make a list of all the perfect squares between 5 and 30. (Hint: They are 9, 16, 25, 36, and 49.) -- Find the sum by writing the numbers in a column and adding up the column.


How would you construct an Excel formula to calculate your grocery expenses?

First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)First put a list of the items in one column and the price paid in the next column. Say you have the prices in column B from row 2 to row 20. At the bottom of the list of prices you would use the SUM function, like this:=SUM(B2:B20)


The sum of two numbers is -42 the first number minus the second number is 52 Find the numbers?

= The sum of two numbers is -42 the first number minus the second number is 52 Find the numbers? =


How do you insert a column to the left of a column?

Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.Select the second column, the one on the right. Then go to the insert column option, through the menus or icons. The second column will be pushed to the right and the new column inserted between the two.


What are the steps in getting the product sum and difference of two terms?

To get the product, multiply the first number by the second. To get the sum, add the second number to the first. To get the difference, subtract the smaller number from the larger.