+ Reply to Thread
Results 1 to 3 of 3

Formula required if two cells contain Yes a third will = Yes or No if it doesn't

Hybrid View

  1. #1
    Registered User
    Join Date
    08-01-2013
    Location
    Cardiff
    MS-Off Ver
    Office 365
    Posts
    65

    Formula required if two cells contain Yes a third will = Yes or No if it doesn't

    Hi

    I'm new to the forum and this is my first post.

    I am trying to create a formula where if cell A1 contains "Yes" and B1 contains "Yes" C1 equals "Yes". If one or both cells contain "No" C1 must equal "No".

    Thanks for your help in advance!

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

    Re: Formula required if two cells contain Yes a third will = Yes or No if it doesn't

    In C1..

    Formula: copy to clipboard
    =IF(AND(A1="Yes",B1="Yes"),"Yes","No")
    Regards!
    =DEC2HEX(3563)

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

  3. #3
    Registered User
    Join Date
    08-01-2013
    Location
    Cardiff
    MS-Off Ver
    Office 365
    Posts
    65

    Re: Formula required if two cells contain Yes a third will = Yes or No if it doesn't

    Hi Debraj Roy,

    Thanks for your help!

    Cheers
    Steve

+ 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. Replies: 1
    Last Post: 05-29-2012, 01:20 PM
  2. Formula to display required cells
    By filmvid in forum Excel General
    Replies: 3
    Last Post: 11-28-2011, 01:09 PM
  3. clicking on formula doesn't highlight cells in formula
    By john4430 in forum Excel General
    Replies: 5
    Last Post: 01-04-2011, 02:52 PM
  4. Formula Required - Adding cells together
    By cruzn in forum Excel General
    Replies: 2
    Last Post: 10-21-2010, 11:06 PM
  5. Formula doesn’t produce the required data
    By alan_stephen75@ in forum Excel General
    Replies: 3
    Last Post: 10-04-2010, 01:03 PM

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