题目
Dashboard Week 11 Quiz
单项选择题
Which of the following IF functions, entered in C4 and filled down, will return a correct result in all of the cells in column C?
选项
A.a. =IF(B4<=$B$10,$B$12,$B$11)
B.b. =IF(B4=$B$10,$B$12,$B$11)
C.c. IF(B4<B10,$B$11,$B$12)
D.d. =IF(B4>=$B$10,$B$12,$B$11)

查看解析
标准答案
Please login to view
思路分析
First, restate the setup to ensure the scenario is clear: we’re evaluating an IF formula that will be placed in C4 and then filled down the C column. The data shows a threshold and corresponding levels defined in rows 10–12:
- B10 contains the label Points Less than, with the numeric threshold 900.
- B11 contains the Level value for when the condition is true (Silver).
- B12 contains the Level value for when the condition is false (Gold).
The goal is to assign Silver to those with fewer than 900 points, and Gold to those with 900 or more points, while keeping the threshold and result references fixed as we fill down.
......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
In this nested IF function example, =IF(C4<1000,0,IF(C4<2000,2,1))*C$1 if the value in C4 is 1200, the result is...
For this question only, instead of using a VLOOKUP function, you want to complete column E (cells E2:E21) using an IF function (or nested IF). The rules remain the same as in the previous question: ports coded 200-499 are in the Northern Region, and those coded 500-999 are in the Southern Region. Completing column E (cells E2:E21) using an IF function, or nested IF functions, instead of a VLOOKUP function is (choose the best answer below):
Review the following Excel formula and choose the correct statement: =IF( A1 > 10, "High", IF( A1 > 5, "Medium", "Low") ) Spaces are added to the formula above to make the text easier to read and will not affect the result.
If the payment amount due is more than $100 and the number of days late is more than 4, account should say "Review", otherwise cell should be blank.Which IF statements are correct? Select all that are correct.
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!