题目
COMM_V 205 101 102 103 2025W1 In-class Exercise (ICE) 7
简答题
In an old workbook, Analyst Alex finds a mysterious cell—A1—whose content is redacted. Alex runs a few tests: =FIND("*", A1) returns 1 =SEARCH("~?*~?", A1) returns 2 =SEARCH("~?*~?", A1, SEARCH("~?*~?", A1) + 1) returns 4 =SEARCH("~*", A1, FIND("*", A1) + 1) returns 3 =LEN(A1) returns 5 what is the text in cell A1? (Do not use double quotations, just type all the characters in the text)
查看解析
标准答案
Please login to view
思路分析
We start by clearly restating what information we have from the tests and what is being asked: determine the exact 5-character text in A1 that satisfies all given formula results, and we are told not to include quotes in the final answer.
- The first test says FIND("*", A1) returns 1. This means the first (leftmost) occurrence of the literal asterisk character * is at position 1 in A1. Therefore, the character in A1 at position 1 must be *.
- The second test, SEARCH("~?*~?", A1) returns 2. The pattern ~? is used to escape a question mark so that it is treated as a literal ?; * is a wildcard, and ~? again stands for a literal ?. The overall pattern parses as: literal ?, then any sequenc......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
There is a text in A2 (that you don't know what it is). Cell C2 contains formula =SEARCH("_",A2) in which one character was redacted between double quotation marks. The output (or value) that Excel will produce in C2 when the formula is properly executed is 1 True/False: The character redacted in the formula can be *
In a consumer society, many adults channel creativity into buying things
Economic stress and unpredictable times have resulted in a booming industry for self-help products
People born without creativity never can develop it
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!