In: Nursing
Answers :
1) Jason wants to display the text
"Poor" if the value in cell A3 is less than 25. If the value in
cell A3 is less than 50, Jason wants to display "Average";
otherwise, he wants to display "Good". Which of the following
formulas should he use?
Ans : D. =IF(A3 < 25, "Poor", IF(A3 < 50,
"Average","Good"))
2) Betty wants to display negative
percentages in red text with parentheses. What type of number
format should she apply?
Ans : d. Custom
3) If cell A5 displays a time in
hours, minutes, and seconds, which of the following functions can
you use to display the time as a serial number?
Ans : a. SERIAL