I'm using the below formula to find the result and post my data, but if the 3rd cell to the right of A245 is blank it returns a 0 for the result. Is there a way to have it leave the result blank if the 3rd cell is blank vs. returning a 0?
=IF(ISNA(VLOOKUP(A245,A245:C265,3,FALSE)),"",VLOOKUP(A245,A245:C265,3,FALSE))
=IF(ISNA(VLOOKUP(A245,A245:C265,3,FALSE)),"",VLOOKUP(A245,A245:C265,3,FALSE))