InterviewSolution
Saved Bookmarks
| 1. |
Hansika wants to apply MIN function on a cell range, but all the values in that range are of Boolean. What value will be returned by the MIN function? |
|
Answer» MIN function will return O(zero) in this case. |
|