

MCQOPTIONS
Saved Bookmarks
1. |
Suppose there are some numerical values in cells B1, B2 and B3 in MS-Excel. What is the correct formula to find the minimum of the values in these cells? |
A. | =MIN(B1,MIN(B2,B3)) |
B. | =MIN(B1,MAX(B2,B3)) |
C. | =MAX(B1, MIN(B2,B3)) |
D. | =MAX(B1,MAX(B2,B3)) |
Answer» B. =MIN(B1,MAX(B2,B3)) | |