+ Reply to Thread
Results 1 to 4 of 4

If formula to return true if conditions are met

  1. #1
    Forum Contributor
    Join Date
    11-11-2011
    Location
    London, England
    MS-Off Ver
    EXCEL 2013
    Posts
    324

    If formula to return true if conditions are met

    HI
    last question of the day

    Column B is populated with either true or false
    Column C is populated with either true or false

    I want column D, to come back true, if both column B AND Column C are true, if not then then return False
    Last edited by masond3; 09-20-2013 at 05:07 AM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: If formula which meets criteria

    =and(b1=true,c1=true)
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: If formula to return true if conditions are met

    Just another side note.

    False is 0 and all other is TRUE..

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: If formula to return true if conditions are met

    Another couple of alternatives

    =B1*C1=1

    =COUNTIF(B1:C1,TRUE)=2
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] If formula which meets criteria
    By masond3 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-20-2013, 05:01 AM
  2. [SOLVED] Formula to find string in range that meets certain criteria
    By satania in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-16-2013, 12:22 PM
  3. Formula to populate cell if it meets criteria
    By excelmabel2013 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-03-2013, 11:06 AM
  4. VBA How to only apply a formula to a cell if it meets a certain criteria
    By bopsgtir in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-14-2012, 09:45 AM
  5. Formula to move certain information in a column to a table that meets criteria?
    By MikeTruth in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-28-2012, 04:53 AM

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