Answer:
Option D: NOW
Explanation:
In Microsoft Excel, NOW function can be used to return a serial number that corresponds to the system date and time beginning with December 31, 1899.
The NOW function is useful when a date and time is required for calculation or display. The value will be updated each time we open the Excel worksheet. To use the NOW function, we can type in the formula as follows:
<em>=NOW() </em>
On Microsoft Word, you can edit your Word.... You can add pictures, do journals, do menus, and stuff like that... You can add color to text, make lists, add shapes to your Word, etc...
Answer:
Following are the code to this question:
code:
=IF(EXACT(I2,"Yes"),"Elected",IF(EXACT(K2,"Yes"),"Yes","No"))
Explanation:
In the given the data is not defined so we explain only the above code, but before that, we briefly define working of if the function that can be defined as follows:
-
The If() function, is used only when one of the logical functions and its value must return the value true. or we can say it only return a true value.
- In the above function, a column "Elected" is used that uses other column values to check this column value is equal if this condition is true it will return "yes" value.