+ Reply to Thread
Results 1 to 3 of 3

Multiple IF conditions

  1. #1
    mckzach
    Guest

    Multiple IF conditions

    I give up! How can I convert the following 1-2-3 formula for my Excel sheet:

    @IF(EH10<>""#AND#EF10<>""#AND#EH10-EF10<.0001,1,"")

    I'm thinking I need multiple AND statements, but can't get it to work. Any
    help at all would be appreciated.

  2. #2
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    You need

    IF(AND(EH10<>"",EF10<>"",EH10-EF10<.0001),1,"")


    Quote Originally Posted by mckzach
    I give up! How can I convert the following 1-2-3 formula for my Excel sheet:

    @IF(EH10<>""#AND#EF10<>""#AND#EH10-EF10<.0001,1,"")

    I'm thinking I need multiple AND statements, but can't get it to work. Any
    help at all would be appreciated.

  3. #3
    Duke Carey
    Guest

    RE: Multiple IF conditions

    =if(and(EH10<>"",EF10<>"",EH10-EF10<.0001),1,"")

    "mckzach" wrote:

    > I give up! How can I convert the following 1-2-3 formula for my Excel sheet:
    >
    > @IF(EH10<>""#AND#EF10<>""#AND#EH10-EF10<.0001,1,"")
    >
    > I'm thinking I need multiple AND statements, but can't get it to work. Any
    > help at all would be appreciated.


+ 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