F Fred Feb 10, 2009 #1 How do I avoid getting an #VALUE response in a formula cell without zero-filling all of the cells being added etc? Very fustrating
How do I avoid getting an #VALUE response in a formula cell without zero-filling all of the cells being added etc? Very fustrating
K Kevin B Feb 10, 2009 #2 Use the following Generic IF function: =IF(ISERROR(YourFormula),"",YourFormula) Example: =IF(ISERROR(A1+A2),"",A1+A2)
Use the following Generic IF function: =IF(ISERROR(YourFormula),"",YourFormula) Example: =IF(ISERROR(A1+A2),"",A1+A2)