View Single Post
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Pat

=IF(ISNUMBER(I146)*(I1460),CHAR(252),CHAR(251))

Cheers
JulieD

"Pat" wrote in message
...

=IF(ISNUMBER(I146)*(I1460),CHAR(252),"")

The above formula works fine only I need it to return CHAR(251) if the
result is FALSE
The following is an attempt at doing this but is not correct.

=IF(ISNUMBER(I146)*(I1460),CHAR(252),"")*OR(IF(IS NUMBER(I146)*(I1460),CHAR(251),""))

Thank you for helping.
Pat