+ Reply to Thread
Results 1 to 2 of 2

Amend formula to include addition condition

  1. #1
    Pat
    Guest

    Amend formula to include addition condition


    =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



  2. #2
    JulieD
    Guest

    Re: Amend formula to include addition condition

    Hi Pat

    =IF(ISNUMBER(I146)*(I146>0),CHAR(252),CHAR(251))

    Cheers
    JulieD

    "Pat" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =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
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1