puiu91
4/7/2016 - 3:14 PM

Excel Formulas

Excel Formulas

// writes a 0 when VLOOKUP() returns an #ERROR
=IF(ISERROR(VLOOKUP(K3,$T$2:$U$47,2,FALSE)),0,VLOOKUP(K3,$T$2:$U$47,2,FALSE))