{"id":427,"date":"2015-12-15T10:46:00","date_gmt":"2015-12-15T02:46:00","guid":{"rendered":"http:\/\/www.huike007.cn\/?p=427"},"modified":"2015-12-15T10:46:00","modified_gmt":"2015-12-15T02:46:00","slug":"excel%e9%9a%8f%e6%9c%ba%e7%94%9f%e6%88%90%e6%95%b0%e5%ad%97%e6%88%96%e8%80%85%e5%ad%97%e6%af%8d","status":"publish","type":"post","link":"http:\/\/www.huike007.cn\/?p=427","title":{"rendered":"excel\u968f\u673a\u751f\u6210\u6570\u5b57\u6216\u8005\u5b57\u6bcd"},"content":{"rendered":"<div class=\"blogzz_acon\">\n<div><\/div>\n<div>\n1\u3001\u751f\u6210\u968f\u673a\u6570\u5b57<br \/>\n(1)\u751f\u6210\u968f\u673a\u6570\u6bd4\u8f83\u7b80\u5355\uff0c=rand()\u5373\u53ef\u751f\u62100-1\u4e4b\u95f4\u7684\u968f\u673a\u6570\uff1b<br \/>\n(2)\u5982\u679c\u8981\u662f\u6574\u6570\uff0c\u5c31\u7528=int(rand())*10\uff0c\u8868\u793a0\u81f39\u7684\u6574\u6570\uff0c\u4ee5\u6b64\u7c7b\u63a8\uff1b<br \/>\n(3)\u5982\u679c\u8981\u751f\u6210a\u4e0eb\u4e4b\u95f4\u7684\u968f\u673a\u5b9e\u6570\uff0c\u5c31\u7528=rand()*(b-a)+a\uff0c\u5982\u679c\u662f\u8981\u6574\u6570\u5c31\u7528=int(rand()*(b-a))+a\uff1b\u7a0d\u5fae\u6269\u5145\u4e00\u4e0b\uff0c\u5c31\u80fd\u4ea7\u751f\u56fa\u5b9a\u4f4d\u6570\u7684\u6574\u6570\u4e86\u3002<br \/>\n\u6ce8\u610f\uff1a\u5982\u679c\u8981\u4f7f\u7528\u51fd\u6570rand()\u751f\u6210\u4e00\u968f\u673a\u6570\uff0c\u5e76\u4e14\u4f7f\u4e4b\u4e0d\u968f\u5355\u5143\u683c\u8ba1\u7b97\u800c\u6539\u53d8\uff0c\u53ef\u4ee5\u5728\u7f16\u8f91\u680f\u4e2d\u8f93\u5165\u201c=rand()\u201d\uff0c\u4fdd\u6301\u7f16\u8f91\u72b6\u6001\uff0c\u7136\u540e\u6309F9\uff0c\u5c06\u516c\u5f0f\u6c38\u4e45\u6027\u5730\u6539\u4e3a\u968f\u673a\u6570\u3002\u4e0d\u8fc7\uff0c\u8fd9\u6837\u53ea\u80fd\u4e00\u4e2a\u4e00\u4e2a\u7684\u6c38\u4e45\u6027\u66f4\u6539\uff0c\u5982\u679c\u6570\u5b57\u6bd4\u8f83\u591a\uff0c\u4e5f\u53ef\u4ee5\u5168\u90e8\u9009\u62e9\u4e4b\u540e\uff0c\u53e6\u5916\u9009\u62e9\u4e00\u4e2a\u5408\u9002\u7684\u4f4d\u7f6e\u7c98\u8d34\uff0c\u7c98\u8d34\u7684\u65b9\u6cd5\u662f\u70b9\u51fb\u53f3\u952e\uff0c\u9009\u62e9\u201c\u9009\u62e9\u6027\u7c98\u8d34\u201d\uff0c\u7136\u540e\u9009\u62e9\u201c\u6570\u503c\u201d\uff0c\u5373\u53ef\u5c06\u4e4b\u524d\u590d\u5236\u7684\u968f\u673a\u6570\u516c\u5f0f\u4ea7\u751f\u7684\u6570\u503c\uff08\u800c\u4e0d\u662f\u516c\u5f0f\uff09\u590d\u5236\u4e0b\u6765\uff01<br \/>\n2\u3001\u4ea7\u751f\u968f\u673a\u5b57\u6bcd<br \/>\n\u968f\u673a\u5c0f\u5199\u5b57\u6bcd\uff1a=CHAR(INT(RAND()*26)+97)<br \/>\n\u968f\u673a\u5927\u5199\u5b57\u6bcd\uff1a=CHAR(INT(RAND()*26)+65)<br \/>\n\u968f\u673a\u5927\u5c0f\u5199\u6df7\u5408\u5b57\u6bcd\uff1a=CHAR(INT(RAND()*26)+if(INT(RAND()*2)=0,65,97))<br \/>\n3\u3001\u4ea7\u751f\u968f\u673a\u7684\u516d\u4f4d\u6570\u7684\u5b57\u6bcd\u548c\u6570\u5b57\u6df7\u5408<br \/>\n=CONCATENATE(IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))))<br \/>\n<wbr \/><br \/>\n\u4ea7\u751f\u968f\u673a\u768410\u4f4d\u6570\u7684\u5927\u5c0f\u5199\u6df7\u5408\u5b57\u6bcd\u548c\u6570\u5b57\u6df7\u5408\uff1a<br \/>\n=CONCATENATE(IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))))<br \/>\n4\u3001\u968f\u673a\u4e0d\u91cd\u590d\u6570\u5b57\u5e8f\u5217\u7684\u751f\u6210\u65b9\u6cd5<br \/>\n\u6709\u4e9b\u60c5\u5f62\u4e0b\uff0c\u6211\u4eec\u9700\u8981\u751f\u6210\u4e00\u4e2a\u4e0d\u91cd\u590d\u7684\u968f\u673a\u5e8f\u5217\u3002<br \/>\n\u6bd4\u5982\uff1a\u6211\u4eec\u8981\u6a21\u62df\u6d17\u724c\uff0c\u5c06\u4e00\u526f\u6251\u514b\u724c\u53bb\u6389\u5927\u5c0f\u602a\u540e\u5269\u4e0b\u768452\u5f20\u6253\u4e71\u3002<br \/>\n\u6bd4\u8f83\u7b28\u7684\u65b9\u6cd5\u662f\u57281-52\u95f4\u6bcf\u751f\u6210\u4e00\u4e2a\u968f\u673a\u6570\u540e\uff0c\u68c0\u67e5\u8be5\u968f\u673a\u6570\u662f\u5426\u51fa\u73b0\u8fc7\uff0c\u5982\u679c\u662f\u7b2c\u4e00\u6b21\u51fa\u73b0\uff0c\u5c31\u653e\u5230\u5e8f\u5217\u91cc\uff0c\u5426\u5219\u91cd\u65b0\u751f\u6210\u4e00\u4e2a\u968f\u673a\u6570\u4f5c\u68c0\u67e5\u3002\u5728 excel worksheet\u91cc\u9762\u7528\u8fd9\u79cd\u529e\u6cd5\uff0c\u4f1a\u9020\u6210if\u591a\u5c42\u5d4c\u5957\uff0c\u4e0d\u80dc\u5176\u70e6\uff0c\u5728VBA\u91cc\u9762\u505a\u7b80\u5355\u4e00\u4e9b\uff0c\u4f46\u662f\u6548\u7387\u592a\u5dee\uff0c\u8d8a\u5230\u5e8f\u5217\u7684\u540e\u7aef\uff0c\u6548\u7387\u8d8a\u5dee\u3002<br \/>\n\u5f53\u7136\u4e5f\u6709\u6bd4\u8f83\u597d\u7684\u529e\u6cd5\uff0c\u5728VBA\u91cc\u9762\uff0c\u5c06a(1)-a(52)\u5206\u522b\u8d4b\u4e881-52\uff0c\u7136\u540e\u505a52\u6b21\u5faa\u73af\uff0c\u4f8b\u5982\uff0c\u7b2cs\u6b21\u751f\u6210\u4e00\u4e2a1-52\u95f4\u7684\u968f\u673a\u6570r\uff0c\u5c06a(s)\u4e0ea(r)\u4e92\u6362\uff0c\u8fd9\u6837\u7684\u8bdd\uff0c\u5c31\u6253\u4e71\u4e86\u539f\u6709\u5e8f\u5217\uff0c\u5f97\u5230\u4e00\u4e2a\u4e0d\u91cd\u590d\u7684\u968f\u673a\u5e8f\u5217\u3002<br \/>\nVBA\u91cc\u8fd9\u4e2a\u7b97\u6cd5\u662f\u5f88\u5bb9\u6613\u5b9e\u73b0\u7684\uff0c\u4f46\u662f\uff0c\u51fa\u4e8e\u901a\u7528\u6027\u548c\u5b89\u5168\u8003\u8651\uff0c\u6709\u7684\u65f6\u5019\u6211\u4eec\u5e76\u4e0d\u5e0c\u671b\u7528VBA\uff0c\u6211\u4eec\u6765\u770b\u770b\u5728worksheet\u91cc\u9762\u5982\u4f55\u5229\u7528\u5185\u7f6e\u51fd\u6570\u5b9e\u73b0\u8fd9\u4e2a\u529f\u80fd\u3002<br \/>\n(1)\u5728A1-A52\u95f4\u586b\u5165&#8221;=INT(RAND()*52)+1&#8243;\uff0c\u4ea7\u751f1-52\u95f4\u7684\u968f\u673a\u6570\uff0c\u6ce8\u610f\u8fd9\u91cc\u662f\u6709\u91cd\u590d\u7684<br \/>\n(2)\u5728B1-B52\u95f4\u586b\u51651-52<br \/>\n(3)\u5728C54-BB54\u586b\u51651-52<br \/>\n(4)\u5728C1\u586b\u5165&#8221;=IF(ROW()=C$54,INDEX(B$1:B$52,INDEX($A$1:$A$52,C$54)),IF(ROW()=INDEX($A$1:$A$52,C$54),INDEX(B$1:B$52,C$54),B1))&#8221;\u3002<br \/>\n\u5206\u9879\u89e3\u91ca\uff1a<br \/>\na:ROW()=C$54\uff0c\u5982\u679c\u5f53\u524d\u884c\u7b49\u4e8e\u5f53\u524d\u4ea4\u6362\u6240\u6392\u7684\u5e8f\u53f7<br \/>\nb:INDEX(B$1:B$52,INDEX($A$1:$A$52,C$54))\uff0c\u8fd4\u56de\u5728B1\u5230B52\u4e2d\u9009\u62e9A1:A52\u4e2d\u7684\u7b2cC54\u4e2a\u503c<br \/>\nc:IF(ROW()=INDEX($A$1:$A$52,C$54)\uff0c\u5426\u5219\u7684\u8bdd\uff0c\u5982\u679c\u5f53\u524d\u884c\u7b49\u4e8eA1:A52\u4e2d\u7b2cC54\u4e2a\u503c\uff0c\u5219\uff1a<br \/>\nd:INDEX(B$1:B$52,C$54)\uff0c\u8fd4\u56deB1:B52\u4e2d\u7684\u7b2cC54\u4e2a\u503c<br \/>\ne:\u82e5\u4ee5\u4e0a\u6761\u4ef6\u90fd\u4e0d\u6ee1\u8db3\uff0c\u5219\u8fd4\u56deB1<br \/>\n(5)\u5c06C1\u590d\u5236\u5230C1:BA52\u8fd9\u4e2a\u533a\u57df\u91cc\u9762<br \/>\n(6)\u5728BA1:BA52\u4e2d\uff0c\u6211\u4eec\u5c31\u5f97\u5230\u4e86\u4e00\u4e2a\u4e0d\u91cd\u590d\u7684\u968f\u673a\u5e8f\u5217\uff0c\u6309F9\u53ef\u4ee5\u751f\u6210\u4e00\u4e2a\u65b0\u5e8f\u5217\u3002<br \/>\n\u968f\u673a\u4ea7\u751f\u516d\u4f4d\u6570\u5b57\u5bc6\u7801<span style=\"color: #0000ff;\">=INT(RAND()*(899999-10001))+100001<\/span><br \/>\nEXCEL\u751f\u6210\u524d2\u4f4d\u662f\u5927\u5199\u5b57\u6bcd\uff0c\u4e2d\u95f44\u4f4d\u662f\u5c0f\u5199\u5b57\u6bcd\uff0c\u540e\u4e24\u4f4d\u662f\u6570\u5b57<br \/>\n<span style=\"color: #0000ff;\">=CHAR(65+INT(RAND()*16))&amp;CHAR(65+INT(RAND()*16))&amp;CHAR(97+INT(RAND()*16))&amp;CHAR(97+INT(RAND()*16))&amp;CHAR(97+INT(RAND()*16))&amp;CHAR(97+INT(RAND()*16))&amp;INT(RAND()*10)&amp;INT(RAND()*10)<\/span>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u751f\u6210\u968f\u673a\u6570\u5b57 (1)\u751f\u6210\u968f\u673a\u6570\u6bd4\u8f83\u7b80\u5355\uff0c=rand()\u5373\u53ef\u751f\u62100-1\u4e4b\u95f4\u7684\u968f\u673a\u6570\uff1b (2)\u5982\u679c\u8981\u662f\u6574\u6570\uff0c\u5c31 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[181],"tags":[365],"_links":{"self":[{"href":"http:\/\/www.huike007.cn\/index.php?rest_route=\/wp\/v2\/posts\/427"}],"collection":[{"href":"http:\/\/www.huike007.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.huike007.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.huike007.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.huike007.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=427"}],"version-history":[{"count":1,"href":"http:\/\/www.huike007.cn\/index.php?rest_route=\/wp\/v2\/posts\/427\/revisions"}],"predecessor-version":[{"id":428,"href":"http:\/\/www.huike007.cn\/index.php?rest_route=\/wp\/v2\/posts\/427\/revisions\/428"}],"wp:attachment":[{"href":"http:\/\/www.huike007.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=427"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.huike007.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=427"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.huike007.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}