InterviewSolution
Saved Bookmarks
| 1. |
1. What is the output of the following function ?MOD(33,5) |
|
Answer» ong>ANSWER: The MOD function is categorized under Excel Math and Trigonometry functions. The function helps find a remainder after a NUMBER (dividend) is divided by another number (divisor).
As a financial analyst, the function is USEFUL when we need to process every nth value. For EXAMPLE, if our data comprises several columns of numbers, we can use MOD to sum every nth column. Explanation: |
|