公民身份号码是特征组合码,由十七位数字本体码和一位数字校验码组成。排列顺序从左至右依次为:六位数字地址码,八位数字出生日期码,两位数字顺序码,一位性别属性码,最后一位是数字校验码。根据上面的说明,我们就可以分步在excel中如何搞定这些操作。
Choose cell A1 - TAB - 【 】 from the text to find the file to import, select file > import > choose any a kind of simplified Chinese character in the original format - - choose the appropriate separator to the next step, set the column data type.
应用场景:今天分享Excel数据快速提取的方法,以“如何快速从员工身份证号之中提取出身日期”为例。这个示例相对来讲HR应用比较多,但是对于Excel中其他数据的提取应用此方法也很多!说到Excel身份证出身年月,可能有些朋友第一直觉会想到MID函数来提取。