+ Reply to Thread
Results 1 to 4 of 4

nested if

  1. #1

    nested if

    Hi, if I have 10 cells numbered 1 to 10, and I want to tell if the last
    3 values are smaller then each other, how do I do this. If a10>a9 and
    a9>a8 answer = 1.
    Regards Robert


  2. #2
    Forum Contributor
    Join Date
    07-01-2005
    Posts
    103
    If(and(a10<A9,A9<A8,A8<A7),1,"")

  3. #3
    Tom Ogilvy
    Guest

    Re: nested if

    or for just 3 values with the last (A10) the largest:

    =If(and(a10>A9,A9>A8),1,"")


    --
    Regards,
    Tom Ogilvy


    "Paul987" <[email protected]> wrote in
    message news:[email protected]...
    >
    > If(and(a10<A9,A9<A8,A8<A7),1,"")
    >
    >
    > --
    > Paul987
    > ------------------------------------------------------------------------
    > Paul987's Profile:

    http://www.excelforum.com/member.php...o&userid=24850
    > View this thread: http://www.excelforum.com/showthread...hreadid=517366
    >




  4. #4

    Re: nested if

    Thanks for your reply, this is great.
    Regards Robert


+ 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