+ Reply to Thread
Results 1 to 3 of 3

IF Forumla needing to check two different cells before returning a value

  1. #1
    Registered User
    Join Date
    12-27-2011
    Location
    Knoxville, TN
    MS-Off Ver
    Excel 2010
    Posts
    2

    IF Forumla needing to check two different cells before returning a value

    Hey All,

    I'm trying to create a formula that is looking to see if C7="Yes" and if I11="B" if both of these cells match this criteria, to return the value of "Qualifies" and if they don't both meet this criteria to return "Denied".

    So far the best I could come up with is this:
    =IF(AND(I11=”B”,C7=”Yes”)”Qualifies”,”Denied”)

    But I keep getting an error, please help.

  2. #2
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: IF Forumla needing to check two different cells before returning a value

    try this
    =IF(AND(C7="Yes",I11="b"),"qualifies","denied")
    Regards

    tom1977

    If You are satisfied with my solution click the small star icon on the left to say thanks.

  3. #3
    Registered User
    Join Date
    12-27-2011
    Location
    Knoxville, TN
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: IF Forumla needing to check two different cells before returning a value

    That did it. Thanks so much!

+ 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