- 1、本文档共11页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Excel单元格取数公式应用20120710(国外英文资料)
Excel单元格取数公式应国外英文资料)
First, take part of the data in the cell.
Lets say that 123456 this array is in cell D2,
Extract the first three functions LEFT: = LEFT (D2, 3)
2, the first three use the function RIGHT: = RIGHT (D2, 3)
Extract 2-3 using the function MID: = MID (D2, 2, 2), which is from the second bit, taking 2 bits.
Within the MID function mean A1 cell number starting from the second to the right to take two, because 2-3 a total of two Numbers, if you want to take 2-5, this formula should be: = MID (D2, 2, 4)
If you just want to take one of them, you also use the MID, but the number is 1, for example, if you want to extract the second place: = MID (D2, 2, 1).
Identify gender by identification number:
= IF (IF (LEN (A2) = 15, MID (A2, 15, 1), MID (A2, 17, 1)) = 1, man, woman)
18 in A2 input 15 or id number, the above formula is the last one will be 15, 18 or at the end of the second, the remainder of a divided by 2 is equal to 1 (that is, if not divisible), it is, is the male or female.
The date of birth is extracted with the identification number
Enter the id number in the A3, in B3 cell you want to enter your date of birth only need to input in B3 cell: = the IF (LEN (A3) = 15, 19 MID (A3, 7, 2) in MID (A3, 9, 2) month MID (A3, 11, 2) day, the IF (LEN (A3) = 18, MID (A3, 7, 4) in MID (A3, 11, 2) month MID (A3, 13, 2) day, id card number is not correct))
When you enter your identity card number in A3 you will be prompted!
Automatically determine the maximum date of each month:
The maximum DATE of February 2008 is 29: = DAY (DATE (2000, 3, 1) -1), where 2008 can be defined using a cell. The 3 represents (the current month + 1) can be defined using the cell + 1.
Five, the number of figures:
Enter the number in A1, and you want to automatically generate the amount in capital B1, as long as you enter in B1:
= the IF (ROUND (A1, 2) 0, invalid value, the IF (ROUND (A1, 2) = 0, , the IF (ROUND (A1, 2) 1, , the TEXT (INT (ROUND (A1, 2)), [dbnum2
您可能关注的文档
- 450机身硬件调试技巧(国外英文资料).doc
- 4-大连石化-初广明-1000万常减压装置的设计与运行(国外英文资料).doc
- 4.学习英语好帮手:中英对照哲理寓言六则(国外英文资料).doc
- 433_318-走马急疳真方(国外英文资料).doc
- 40条让人误会的短信(国外英文资料).doc
- 4级短语词组汇总(国外英文资料).doc
- 5.2祭十二郎文(国外英文资料).doc
- 5-12月-产品市场管理——产品战略与路标规划(国外英文资料).doc
- 5位企业家的读书故事(国外英文资料).doc
- 500程控(国外英文资料).doc
- 2024年证券分析与咨询服务项目投资申请报告代可行性研究报告.docx
- 2024年铬酸酐项目资金申请报告代可行性研究报告.docx
- 2024年清洁胶项目资金申请报告代可行性研究报告.docx
- 2024年肉松饼项目投资申请报告代可行性研究报告.docx
- 2024年陆上泵项目资金需求报告代可行性研究报告.docx
- 2024年未硫化复合橡胶及其制品项目资金需求报告代可行性研究报告.docx
- 2024年精密温控节能设备项目资金筹措计划书代可行性研究报告.docx
- 2024年汽车覆盖件模具项目资金筹措计划书代可行性研究报告.docx
- 宋词行书钢笔字帖.pdf
- 我的暑假生活作文三年级300字10篇.pdf
文档评论(0)