Use iserror() function with if-else condition.
=if(iserror(Average(Round([v1]/[v2]*100;0))+"%")) then "" else Average(Round([v1]/[v2]*100;0))+"%"
Recheck your average formula.it seems it's not correct.you have used average() function and manually used v1/v2*100.
Add comment