answersLogoWhite

0


Best Answer

the plus sign (+)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the arithmetic operator that adds contents of cells?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the arithmetic operator that adds contents to cells?

the plus sign (+)


What is operator in java?

An operator is a symbol that does something in Java. for ex: "+" is an arithmetic operator that adds two numbers. ">" is a logical operator that checks if one number is greater than the other. There are many different types of operators in Java like Arithmetic, Logical, Relational and Assignment operators


What does the Arithmetic Machine do?

It adds and subtracts numbers.


What happens when someone adds carries or subtracts?

An arithmetic operation happens.


What is the use and purpose of the function which is average and sum in Ms Excel spreadsheets?

The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)The SUM function can total up ranges of cells, or individual cells or values. For example, to sum the values in all the cells from A2 to A20, you could do it like this:=SUM(A2:A20)The AVERAGE function gets an average that is known as the arithmetic mean. It adds up all the values and divides by the number of values it finds. It can be used in the same way as SUM can be, like this:=AVERAGE(A2:A20)


What function adds a range of cells?

SUM


What adds the ability to securely encrypt the hard drives contents at a hardware level?

BitLocker Drive Encryption


What is the Function that adds the values of cells in a range and divides the result by the number of cells?

The AVERAGE function.


What adds all the numbers in a rang of cells?

SUM function


What are the arithmetical operator used in a computer?

I'm not sure if this is the answer you are looking for, but I know that a computer just adds (+) and everything 'grew' off that.


Why do we need the quadratic mean How is it better than the average mean?

The quadratic mean is a measure of the spread of values about their arithmetic mean. By definition, the arithmetic mean of the differences will be zero and so adds no information. Another measure is required and that is the quadratic mean.


Can arithmetic be performed in the A register?

On platforms with specialized registers, the A register is usually an accumulator, whose primary function is to store the results (and possibly provide a parameter of) an arithmetic function. In Intel code, for example, add ax,bx adds the contents of ax and bx together, and stores the sum in ax. RISC processors generally do not have specialized registers in this sense, and instead name most their registers generically (e.g. r0, r1, r2...). This allows any general register to perform any general function, including arithmetic. For specific chip dialects, please refer to that chipset's programming manual.