Excel 2007: How do i remove errors from a cell formula?
Filed in Excel on Feb.05, 2009. Email This article to a Friend
Question: How do i remove errors from a formula?
Answer: Use Iferror() around your formula to remove errors. See picture below.
IFERROR(value;value_if_error) Returns value_if_error if expression is an error and the value of the expression itself otherwise







March 12th, 2009 at 8:21 pm
[...] How do i remove the cell errors in the sheet above: How do i remove errors from a cell formula? [...]