- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
excel函数 (初学者)(Excel function (beginner))
excel函数 (初学者)(Excel function (beginner))
Get data mode:
1.=IF (append item, B5= , , append item B5 ) - query the cell data directly
2.=IF (VLOOKUP, days of design, additional items, $A:$B, 2, FALSE) = ,, , VLOOKUP (design month, append items, $A:$B , 2 , FALSE ) - looks up the relevant data by name (exact query / fuzzy query)
Formula explanation:
Cases:
=IF (append item, B8= , , append item B8 )
The first comma of the if function is the condition
The first comma is the result after the condition is satisfied
The second comma is followed by a result that does not satisfy the condition
Some people say that this if is redundant, = additional items, B8 can be, in fact, these two are really different
When additional items are added to B8=, the result obtained using the if function is null
But without using the function, the result will return 0 (in the form, before entering 0, plus single quotes)
Common function:
IF function
Returns the corresponding value based on the result of the logical expression test. The IF function allows nested (most nested seven layers of relationships).
IF (logical_test, value_if_true, value_if_false)
NOT
Inverse the parameter value. But to make sure that a value is not equal to a particular value, you can use the NOT function.
NOT (logical);
Logical: indicates that a computed result can be True/False
And
When all the conditions are True, only True; otherwise, False
Or
When a logical value of any parameter is true, returns true, but returns False only when all the conditions are False
VLOOKUP
According to the search area of the left column of the value of the data to find the other columns in the region, and returns the column data.
1, the condition of judgment
2, tracking data area
3. Return the data in column number: what number of columns is returned? If you want English value, then here should be minus one.
4, exact matching (true) and absolute matching (false)
The VLOOKUP (lookup_value, table_array, col_index_num, range_lookup) paramete
您可能关注的文档
- 英国皇室婚礼(Royal Wedding).doc
- 考试,其他考试(Examinations, other examinations).doc
- 英国留学2012年十大会计金融专业名校的录取要求(Study in Britain in 2012 the ten major accounting and financial professional schools admission requirements).doc
- 英文名解释(English name explanation).doc
- 英文名曲赏析蝴蝶吻 Butterfly kisses(English music appreciation butterfly kiss Butterfly kisses).doc
- 英文名称 中文及意思(English name, Chinese and meaning).doc
- 英文地址和介绍的写法(English address and introduction).doc
- 英文学习法,辜鸿铭(English learning method, Gu Hongming).doc
- 英文电影和美剧中总结出来的超级实用英文(Super practical English summed up in English movies and American TV shows).doc
- 英文广告词(English advertising words).doc
- expdp与impdp的相关参数(The related parameters of expdp and impdp).doc
- expdp impdp dump参数介绍(expdp IMPDP、转储参数介绍).doc
- expma使用技巧方法教程(Expma skills, methods, tutorials).doc
- ex技能(Ex skills).doc
- facebook片段最年轻首富基因解析(Facebook fragments gene analysis of the youngest richest man).doc
- f1小知识(F1 little knowledge).doc
- fb-318说明书(Fb-318 manual).doc
- fanuc数控(FANUC数控).doc
- ffm家庭理财系统需求文档docx - google code(FFM家庭理财系统需求文档docx谷歌代码).doc
- fc重装机兵攻略(FC heavy machine Raiders).doc
文档评论(0)