answersLogoWhite

0


Best Answer

You can use the Sum function. You can do it as a range of two cells, or list the two cells or put in two numbers literally, although that is not advisable.

=SUM(A11:A12)

=SUM(A11,A12)

=SUM(43,148)

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Example of sum of 2 no's in predefined function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Their sum is 0, and the product is -64 what is the value of both number?

The nos. Are 8 and -8 Sum of the nos. 8+(-8)=0 Product of the nos. 8 × (-8) = -64


The sum of six consecutive odd nos is 888 What is the average of the nos?

148


What are even nos between 100 to 300 that is the sum of two prime nos?

Each one of them can be expressed as a sum of two primes.


How do you find the sum of nos in a series?

It depends on the series.


Write a programme to find the sum and product of three numbers?

//sum and product of 3 nos #include #include void main() { int a,b,c; printf("enter the 3 nos"); scanf("%d%d%d",&a,&b,&c); printf("sum of 3 nos",a+b+c); printf("product of 3 nos",a*b*c); getch(); }


Is the infinite sum of continuous function continuous?

An infinite sum of continuous functions does not have to be continuous. For example, you should be able to construct a Fourier series that converges to a discontinuous function.


What is the function used to total a row of numbers?

=SUM(A1:A17) for example


How can you Express 121 as a sum of 2 prime nos?

11x11


Can a function be an argument in another function in Excel Microsoft?

If the function allows multiple arguement, you can use another function within most functions. EXAMPLE: =IF(SUM(A1:A14)>120,SUM(A1:A14),"Oops! not enough")


The sum of 3 consecutive nos is 777find the nos?

777/3 = 259. So the numbers are 258, 259 and 260.


What is the sum function on spreadsheets?

SUM function is use to aggregate in MS Excel Suppose you want to sum values from A1 to A10 in A11, type = SUM(A1:A10)


What two nos have a sum of 5 and product of 6?

2 and 3.