In the above function, the value_if_true will place ________ in the cell
=IF(SUM(D21:D27)<=40,SUM(D21:D27),40)
A) nothing (cell remains blank) B) 40
C) SUM(D21:D27 ) D) SUM(D21:D27)<=40
C
Computer Science & Information Technology
You might also like to view...
You want to configure OSPF on five interfaces all in the 10.X.X.X network range using a single command. What command does this?
A) network 10.0.0.0 255.0.0.0 area 0 B) network 10.0.0.0 255.255.255.0 area 0 C) network 10.0.0.0 0.255.255.255 area 0 D) network 10.0.0.0 255.255.255.255 area 0
Computer Science & Information Technology
What is Math.rint(3.6)?
a. 3.0 b. 3 c. 4.0 d. 5.0
Computer Science & Information Technology