- 1、本文档共12页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
excel经典实用技巧35招(下)(Excel classic practical skills 35 strokes (next))
excel经典实用技巧35招(下)(Excel classic practical skills 35 strokes (next))
Twenty, extract specific characters in the string
In addition to direct input, extracting specific character input from the cell contents already exists in the absolute is a method to save time and money, especially to some style similar information, such as employee list, place of origin and other information.
If we want to extract from the title in A4 cells, the best use of the =RIGHT (number of characters in the source data grid, extraction) function, it means extract 2 characters input to this location from the A4 cell on the right side of the character. Of course, if you want to extract your name, use the =LEFT (the number of characters extracted from the data grid). In another case, we do not start from the right and left ends, but extract several characters directly from the middle of the data. For example, if we want to extract the two word Wuhan from the A5 cell, just enter =MID (A5,4,2) in the target cell. That means two characters after fourth characters in the A5 cell, that is, fourth and fifth, two words.
Twenty-one. Convert cardinal numbers into ordinal numbers
It is a complex problem to convert English cardinal numbers into ordinal numbers. Because it is not a fixed pattern: most of the numbers in the ordinal numbers are used into the suffix th, but it is 1, 2 and 3 at the end of the digital respectively with ST, nd and Rd at the end of the. Whats more, the 3 numbers of 11, 12 and 13 are different, but they still end with th. Therefore, it seems complicated to implement. In fact, as long as we sort out the ideas, find the function, just write a formula, you can easily change. Do not believe, please see: =A2IF (OR (VALUE (RIGHT (A2,2)) ={11,12,13}), th , IF (OR (VALUE (RIGHT (A2) ={1,2,3 (CHOOSE)}, RIGHT (A2), ST , nd , Rd ), th )). Despite a long list of the formula, but the meaning is very clear: if the number is 11, 12 and 13 at the end, then add the suffix th; if the first principl
您可能关注的文档
- be to do, be going to do, be about to do 辨析词语辨析(要做,要做,就要做辨析词语辨析).doc
- bear(熊).doc
- basic语法(基本语法).doc
- bec 词汇整理(bec 词汇整理).doc
- bec-c(bec-c).doc
- bec-h(备课程).doc
- a试论成本费用的控制方法(A discussion on control method of cost and expense).doc
- a、b、c、d类商品分类原则(A, B, C and D classification principles).doc
- bec中级真题解析班第1讲讲义(BEC intermediate task2 class first speaking lectures).doc
- bech备考经验收集(Kaplan Bech collect experience).doc
- ext 时间限制(Ext time limit).doc
- extern用法详解(Extern usage detail).doc
- embed 的基本语法和属性设置(The basic syntax and property settings for embed).doc
- e完形填空搭配(E cloze test).doc
- e_英语翻译词组(E_ English translation phrases).doc
- fanyi(蘩漪).doc
- fc 经典游戏大回顾之rpg(Review FC Classic Game RPG).doc
- fat32与ntfs互转的方法(Methods FAT32 and NTFS cross.).doc
- fdd和tdd的比较(Comparison of FDD and TDD).doc
- excel与ppt在管理中的高级运用(The use of Excel and PPT in the senior management of the).doc
文档评论(0)