题目
COMM_V 205 101 102 103 2025W1 In-class Exercise (ICE) 5
单项选择题
Which of the following is TRUE?
选项
A.The formula =LEFT(RIGHT(LEFT(RIGHT(A1,2),2),2),2) results in the text 05 if the content of cell A1 is COMM 205
B.The formula =CONCATENATE("A1", "A2") will result in a text in which the contents of cells A1 and A2 are joined together without a space between them
C.The two formulas
=LEFT(RIGHT(A2,5),5)
and
=MID(LEFT(A2,5),1,5)
will produce the same result for any value in cell A2.
D.A and B, but not C
E.A and C, but not B
F.B and C, but not A
G.None of the above
查看解析
标准答案
Please login to view
思路分析
To evaluate the statements, I’ll examine each option in turn and check its claim against how Excel-like formulas behave.
Option 1: The formula =LEFT(RIGHT(LEFT(RIGHT(A1,2),2),2),2) results in the text 05 if the content of cell A1 is COMM 205.
- Step-by-step: A1 = 'COMM 205'. RIGHT(A1,2) takes the last 2 characters, which are '05'.
- Then LEFT(...,2) on '05' yields '05'.
- NEXT, RIGHT(...,2) on '05' yields '05' again, since there are only two characters.
- Finally, LEFT(...,2) on '05' yields '05'.
......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
Column A contains student names. Each cell has either: - a single-word first name - a two-word name (first name and middle name) separated by exactly one space. There are no other spaces in the cells. Given the redacted formula: =IF(FIND(" ",A2&" ")<XXXX(A2),LEFT(A2,FIND(" ",A2)-1),A2) Complete the formula below with a function name. Note: " " represents a single space. =IF(FIND(" ",A2&" ")<[Fill in the blank] (A2),LEFT(A2,FIND(" ",A2)-1),A2)
Suppose A1 contains a text. The following two formulas are in Cells B1 and B2, respectively. =SUBSTITUTE(A1,"e",". ",1) =LEFT(A1,FIND("e",A1)-1)&"a"&RIGHT(A1,LEN(A1)-FIND("e",A1)) Assume that there is no error returned in either cell. What should be the redacted part if the output returned in Cell B1 is always the same as the output returned in B2?
You want to record the countries hosted the World Cups in Column Q. You will write a formula in Q2 to extract the country from K2. You will copy the formula all the way down. Please complete the formula. You can only use a function name in each space. =______(K2,LEN(K2)-______(",",K2)-1) You can only use a function name in each space. =[Fill in the blank], (K2,LEN(K2)-[Fill in the blank], (",",K2)-1) Note: "," is text containing a single comma.
What is the function in cell B3?
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!