엑셀에서 vlookup 사용시 #N/A 가 보이지 않도록 하는 방법 By itpsolver | 4월 11, 2014 0 Comment =IF(ISERROR(VLOOKUP(B3,B1:C10,2,FALSE)), "", VLOOKUP(B3,B1:C10,2,FALSE))