View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jim J.
 
Posts: n/a
Default Recognizing #VALUE! as a condition in an IF Function Argument

Is there some way to get #VALUE! recognized as one of the conditions of an IF
function argument? For example, if D3 shows #VALUE! (as the result of a
"value error"), then one could ask, =IF(D3=#VALUE!,"bark","bite") or possibly
=IF(D3="#VALUE!","bark","bite"), and the result would be "bark" (since D3
really does equal "#VALUE!").