Correct option is D
The correct answer is (d) multiply()
Explanation:
● Excel uses the PRODUCT() function to multiply values. There is no built-in function named "multiply()".
● SUM(), COUNT(), and MIN() are standard, valid Excel functions.
Information Booster:
● Multiplication in Excel is often done using the asterisk () operator (e.g., =A1B1).
● PRODUCT() is useful when multiplying a large range of cells.
Additional Knowledge:
● MIN() returns the smallest value in a range.