View Single Post
  #2   Report Post  
Dave R.
 
Posts: n/a
Default

Try

=IF(B75<CHAR(252),J75,"")



"Pat" wrote in message
...
What is wrong with the following formula:

=IF((B75), NOTEQUAL(CHAR(252),(J75)*(J75<0)),"")
returns
#VALUE!

If B75 does not contain the character 252 return the value in J75

Thanks
Pat