- 1、本文档共11页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
引用 Excel常用电子表格公式大全(Reference Excel commonly used spreadsheet formula Daquan)
引用 Excel常用电子表格公式大全(Reference Excel commonly used spreadsheet formula Daquan)
1, find duplicate content formula: =IF (COUNTIF (A:A, A2) 1, repeat, ).
2, use birth date to calculate age formula: =TRUNC ((DAYS360 (H6, 2009/8/30, FALSE)) /360,0).
3, from the input of the 18 ID card number of birth months to calculate formula: =CONCATENATE (MID (E2,7,4), / /, MID (E2,11,2), / /, MID (E2,13,2)).
4, from the input ID number, so that the system automatically extract gender, you can enter the following formula:
=IF (LEN (C2) =15, IF (MOD (MID (C2,15,1), 2), =1, male, female), IF (MOD (MID (C2,17,1), 2) =1, male, female)) the C2 in the formula represents the cell with which the ID number is entered.
1, seek sum: =SUM (K2:K56) - the K2 to K56 region for summation;
2, the average: =AVERAGE (K2:K56) - the K2 K56 this region for the average;
3, ranking: =RANK (K2, K$2:K$56) - ranking the results of 55 students;
4, class: =IF (K2=85), excellent, IF (K2=74), good, IF (K2=60, pass, fail)
5, the term =K2*0.3+M2*0.3+N2*0.4 - General Comments: hypothesis K column, M column and N column were placed with the students in general and period and final three achievements;
6, the highest score: =MAX (K2:K56) - seeking K2 to K56 area (55 students) the highest score;
7, minimum score: =MIN (K2:K56) - ask K2 to K56 area (55 students) minimum score;
8, the number of scores segment statistics:
(1) =COUNTIF (K2:K56, 100) - ask the number of K2 to 100 in the K56 region; assume that the results are stored in the K57 cell;
(2) =COUNTIF (K2:K56, =95) - K57 - the number of K2 to K56 region 95 to 99.5; assume that the result is stored in the K58 cell;
(3) =COUNTIF (K2:K56, =90) - SUM (K57:K58) - ask the number of K2 to K56 region 90 to 94.5; assume that the result is stored in the K59 cell;
(4) =COUNTIF (K2:K56, =85) - SUM (K57:K59) - ask the number of K2 to K56 region 85 to 89.5; assume that the result is stored in the K60 cell;
(5) =COUNTIF (K2:K56, =70) - SUM (K57:K60) - ask the number of K2 to K56 re
您可能关注的文档
- 富士通B8200维修记录(Fujitsu B8200 maintenance records).doc
- 富士施乐复印机故障详解(Fuji Xerox copier fault detail).doc
- 宿舍管理系统 链表 C语言 C++ 数据结构 链表 课程设计(Dormitory management system list, C language, C++ data structure, linked list curriculum design).doc
- 寓意深刻且耐人回味的经典语句(A profound and memorable classic statement).doc
- 对京剧的理解(The understanding of Peking Opera).doc
- 对加强公务员队伍建设的一些思考(Some thoughts on strengthening the construction of the civil service team).doc
- 对县区换届后党政领导班子建设情况的调查思考(Investigation and Discussion on the construction of leading group of Party and government after the change of county area).doc
- 对咨询的认识和理解(Understanding and understanding of counseling).doc
- 对图像用小波进行层小波分解(Wavelet decomposition of image using wavelet).doc
- 对中学生心理辅导的12种方法(12 methods of psychological counseling for middle school students).doc
- 东北证券-创新药出海行业深度:国产新药国际市场认可度提高,出海正当时.pdf
- 民生证券-市场温度计系列之二十:“新催化“带来个人和机构情绪阶段的向上共振.pdf
- 平安证券-百济神州-688235-“国际化基因”创新药企标杆,朝向BioPharma加速转型.pdf
- 华福证券-医药生物行业医药情绪逆转:一手抓AI医疗,一手抓创新主线.pdf
- 华金证券-弘景光电-301479-新股覆盖研究:弘景光电.pdf
- 民生证券-基金产品研究:2024Q4债基杠杆回落、久期拉长.pdf
- 中信建投-舜宇光学科技-2382.HK-手机业务受益于光学升级车载-XR构筑新成长曲线.pdf
- 申万宏源-债券研究-平安基金王郧:百亿级别公司债ETF管理人四大优势打造信用债交易核心工具.pdf
- 兴业证券-债券研究-可转债研究:中信转债会接力大秦转债么?.pdf
- 财通证券-投资策略报告:中国资产迎春天.pdf
文档评论(0)