你意思是要看sheet2里面有没有跟sheet1里一样的值,有就显示0,没有就显示9对吧你可以这样设公式=if(countif(sheet2!a1:a5000,a1)>0,0,9)
IF(iserror(vlookup(A1,sheet2!A1:A5000,1,false)),9,0)