| | | Although "error_val" can be the actual error value, it will typically be a reference to a cell containing a formula. |
| | | If "error_val" evaluates to anything other than an error, then #N/A is returned. |
| | | If "error_val" evaluates to #NULL!, then 1 is returned. |
| | | If "error_val" evaluates to #DIV/0!, then 2 is returned. |
| | | If "error_val" evaluates to #VALUE!, then 3 is returned. |
| | | If "error_val" evaluates to #REF!, then 4 is returned. |
| | | If "error_val" evaluates to #NAME?, then 5 is returned. |
| | | If "error_val" evaluates to #NUM!, then 6 is returned. |
| | | If "error_val" evaluates to #N/A, then 7 is returned. |