USING MICROSOFT WORD
NEW DOCUMENTS TEMPLATES IN MICROSOFT WORD
| Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 | 
 Which Formula is written correctly for multiplying cell A1 and A7? 
|  |  =A1+A7 
 | 
|  |  =A1*A7 
 | 
|  |  A1+A7 
 | 
|  |  A1*A7 
 | 
 Explanation: 
Detailed explanation-1: -=PRODUCT(A1, 6)/4 The Creation of the formula starts from the sign of ‘=’. After the sign of ‘=’, the rest of the formula can be written as usual.
Detailed explanation-2: -The PRODUCT function multiplies all the numbers given as arguments and returns the product. For example, if cells A1 and A2 contain numbers, you can use the formula =PRODUCT(A1, A2) to multiply those two numbers together.
 There is 1 question to complete.