The PRODUCT function accepts a series of values, multiplies them, and returns a number.
product(value1,value2...valueN)
value1, value2 – Can be numbers or node references.
Use the product function to calculate the sale price as shown.
PRODUCT(Cost * Units sold)
Last updated 2 months ago
Was this helpful?