+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : IF then/Statements

  1. #1
    Registered User
    Join Date
    10-19-2011
    Location
    washington, dc
    MS-Off Ver
    Excel 2007
    Posts
    9

    Question IF then/Statements

    I'm trying to utlize drop downs with yes/no in multiple cells to provide a statement in another cell. Here goes, by the way everyone is great in this forum.

    If no is entered in cell D5 and yes is entered in cell D13 then cell D15 will display "skip this question".
    Last edited by woodie1212; 10-24-2011 at 07:57 AM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: IF then/Statements

    If no is entered in cell D5 and yes is entered in cell D13 then cell D15 will display "skip this question".

    =IF(AND(D5="no",D13="yes"),"skip this question","")

    Regards
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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