+ Reply to Thread
Results 1 to 4 of 4

conditional functions

  1. #1
    Registered User
    Join Date
    07-23-2005
    Posts
    51

    conditional functions

    I want to print true if the number in cell g7 or the number in h7 or the number
    in I7 is equal to the number in g38 AND the number in h38 is greater than 10.
    There are 2 conditions to be fulfilled.
    Last edited by pytelium; 01-07-2006 at 05:28 PM.

  2. #2
    Barb Reinhardt
    Guest

    Re: conditional functions

    Try this:
    =IF(AND(OR(G7=G38,H7=G38,I7=G38),H38>10),"TRUE","FALSE")

    "pytelium" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I want to print true if the number in cell g7 or the number in h7 or the
    > number
    > in I7 is equal to the number in g38 AND the number in h38 is greater
    > than 10.
    > There are 2 conditions to be fulfilled.
    >
    >
    > --
    > pytelium
    > ------------------------------------------------------------------------
    > pytelium's Profile:
    > http://www.excelforum.com/member.php...o&userid=25521
    > View this thread: http://www.excelforum.com/showthread...hreadid=499062
    >




  3. #3
    paul
    Guest

    RE: conditional functions

    =IF(H38>10,IF(OR(G7=G38,H7=G38,I7=G38),TRUE,FALSE))
    paul
    remove nospam for email addy!



    "pytelium" wrote:

    >
    > I want to print true if the number in cell g7 or the number in h7 or the
    > number
    > in I7 is equal to the number in g38 AND the number in h38 is greater
    > than 10.
    > There are 2 conditions to be fulfilled.
    >
    >
    > --
    > pytelium
    > ------------------------------------------------------------------------
    > pytelium's Profile: http://www.excelforum.com/member.php...o&userid=25521
    > View this thread: http://www.excelforum.com/showthread...hreadid=499062
    >
    >


  4. #4
    Registered User
    Join Date
    07-23-2005
    Posts
    51
    Thanks Guys,both work!

+ 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