How to implement below array formula in the excel macro ?
Code:
{=IFERROR(INDEX(IF(MID(A2:A65536,8,10)/1=0,LEFT(A2:A65536,6),""),MATCH(0,COUNTIF($E$1:E1,IF(MID(A2:A65536,8,10)/1=0,LEFT(A2:A65536,6),"")),0),0),"")}