+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Colin F
    Guest

    If (cell a2 is greater than 1, but less than B2 - C2, "X") how do



  2. #2
    Forum Contributor
    Join Date
    05-03-2004
    Location
    England
    MS-Off Ver
    2003 Excel
    Posts
    118
    =IF(AND(A2>1,A2<(B2-C2)),"x")
    Greg.

    "The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."

  3. #3
    Forum Guru
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by greg7468
    =IF(AND(A2>1,A2<(B2-C2)),"x")
    Technically, there should be another argument in the above formula, i.e., the ELSE argument in the IF/THEN statement. One way is


    =IF(AND(A2>1,A2<(B2-C2)),"x","")

    which will return a blank cell if the A2 conditions are not met.

    Regards.
    BenjieLop
    Houston, TX

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.2.0