+ Reply to Thread
Results 1 to 3 of 3

Tying TRUE or FALSE Formulas Together

  1. #1
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Tying TRUE or FALSE Formulas Together

    Hello,
    Can anyone help me develop a formula for the following setup?

    A1: 5
    A2: 6
    A3: 9
    A4: 7

    B1:=IF(A1<A2,TRUE,FALSE)
    B2:=IF(A3>A4,TRUE,FALSE)

    I need a formula that's added to B2 that only applies it's formula if B1 is TRUE. So if B1 is false due to a change in value of A1 or A2 and now the statement is false, B2 is BLANK or FALSE it's self no matter if it's TRUE or not. Thanks in advance for any and all help.
    Last edited by artiststevens; 12-14-2010 at 02:59 AM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Tying TRUE or FALSE Formulas Together

    In B1, =A1<A2

    In B2, =AND(B1, A3>A4)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Re: Tying TRUE or FALSE Formulas Together

    Thanks SHG! That's exactly what I was looking for.

+ 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