excel中1到10000中,筛选出序列为1,200,201,400,401,600,601,800,801,1000,

A列1~10000,B1公式:=if(or(mod(a1,200)=1,mod(a1,200)=0),a1,"")