Amend formula to include addition condition

  • Thread starter Thread starter Pat
  • Start date Start date
P

Pat

=IF(ISNUMBER(I146)*(I146>0),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)*(I146>0),CHAR(252),"")*OR(IF(ISNUMBER(I146)*(I146>0),CHAR(251),""))

Thank you for helping.
Pat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top