answersLogoWhite

0


Best Answer

It multiplies the numbers that are given to it. So to multiply 10 by 5 you could use the PRODUCT function to do it, like this:

=PRODUCT(10,5) will give 50.

=PRODUCT(3,4) will give 12.

The Product function multiplies all the numbers in it to give a result. For example:

=PRODUCT(5,10,3) will give 150.

You can have up to 255 different values in a PRODUCT function, all of which will be multiplied. If you had numbers in every cell from A2 to A12 you could multiply them all in the following way:

=PRODUCT(A2:A12)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the PRODUCT function in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does the PRODUCT function do in Excel?

The PRODUCT function allows you to multiply things. You can use it to multiply 2 or more numbers. If you wanted to multiply 5 by 2 you could do this: =PRODUCT(5,2) If you wanted to multiply 7 by 9 by 14 you could do this: =PRODUCT(7,9,14)


What function do you use for 3 x 4?

To multiply 3 by 4 you do not need to use a function. You can do it as a straight calculation. However, Excel does provide a function that could be used to do it. The function is called PRODUCT and will multiply all numbers in it. In this case it could be used as follows: =PRODUCT(3,4)


How do you input the marginal product equation in excel?

how do you find marginal product on excel


What is the step function of Microsoft Excel?

There is no step function in Excel. However, you can use excel to create a Step Function Chart. See related links for a video to explain the process.


A formula prewritten by excel is called?

Function


Does the uplookvert function in Excel exist?

There is no function of that name in Excel. There is a function called VLOOKUP which stands for Vertical Lookup, and is probably what you mean.


In excel 2013 where are the various function categories stored on the Ribbon?

In Excel Where are the various function categories stored on the Ribbon?


What is the function of percentage in micro-soft Excel?

functions of excel


An If function within an if function in Excel is called what?

A nested if.


How does the trig function ACOS work in Excel?

In Excel, the ACos function returns the arccosine (in radians) of a number.The syntax for the ACos function is:ACos( number )number is a number between -1 and 1. It is the cosine of the angle that you wish to find.Applies To:Excel 2007, Excel 2003, Excel XP, Excel 2000


How do you make a box plot in Excel?

Excel does not have a native BOXPLOT function, but you can replicate the function by following the instructions in the related links.


What is a function reference in Excel?

A function can reference cells or named ranges in the function.