身份让证号验证,只需收藏起来,用时把c4替换就ok,今天小编就来聊一聊关于excel身份证校验公式?接下来我们就一起去研究一下吧!

excel身份证校验公式(身份证号校验公式)

excel身份证校验公式

身份让证号验证,只需收藏起来,用时把c4替换就ok。

=IF(C4=MID(C4,1,17)&LOOKUP(MOD(MID(MID(C4,1,17),1,1)*7 MID(MID(C4,1,17),2,1)*9 MID(MID(C4,1,17),3,1)*10 MID(MID(C4,1,17),4,1)*5 MID(MID(C4,1,17),5,1)*8 MID(MID(C4,1,17),6,1)*4 MID(MID(C4,1,17),7,1)*2 MID(MID(C4,1,17),8,1)*1 MID(MID(C4,1,17),9,1)*6 MID(MID(C4,1,17),10,1)*3 MID(MID(C4,1,17),11,1)*7 MID(MID(C4,1,17),12,1)*9 MID(MID(C4,1,17),13,1)*10 MID(MID(C4,1,17),14,1)*5 MID(MID(C4,1,17),15,1)*8 MID(MID(C4,1,17),16,1)*4 MID(MID(C4,1,17),17,1)*2,11),{0,1;1,0;2,"x";3,9;4,8;5,7;6,6;7,5;8,4;9,3;10,2}),"正确","不正确")

,