+ Reply to Thread
Results 1 to 3 of 3

I want to have a nested IF with two conditions

  1. #1
    Mahendra
    Guest

    I want to have a nested IF with two conditions

    IF (H6>B6 AND I6>c6, then put 1, else put 0)

  2. #2
    Domenic
    Guest

    Re: I want to have a nested IF with two conditions

    Try...

    =IF((H6>B6)*(I6>C6),1,0)

    Hope this helps!

    In article <[email protected]>,
    "Mahendra" <[email protected]> wrote:

    > IF (H6>B6 AND I6>c6, then put 1, else put 0)


  3. #3
    Ragdyer
    Guest

    Re: I want to have a nested IF with two conditions

    Try this:

    =If(And(H6>B6,I6>C6),1,0)
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------
    "Mahendra" <[email protected]> wrote in message
    news:[email protected]...
    > IF (H6>B6 AND I6>c6, then put 1, else put 0)



+ 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