+ Reply to Thread
Results 1 to 5 of 5

IF AND / OR Equation

  1. #1
    Registered User
    Join Date
    10-26-2010
    Location
    USA
    MS-Off Ver
    Microsoft Office 2010
    Posts
    32

    IF AND / OR Equation

    Hello,

    I am having issues with embedding AND / OR into my IF statements. I am taking a column and looking for a certain value and if it meets the value, I need to look at two cells to determine if it passes a test. I believe the answer is relatively simple and thanks for the help!! Please see the attachment as I have described this problem in detail


    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: IF AND / OR Equation

    Try =IF(AND(B3=50,AND(D3<>"",E3<>"")),"ok","check")

  3. #3
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: IF AND / OR Equation

    My interpretation would be

    =IF(B3<>50,"",IF(LEN(D3)*LEN(E3),"OK","CHECK"))

  4. #4
    Registered User
    Join Date
    10-26-2010
    Location
    USA
    MS-Off Ver
    Microsoft Office 2010
    Posts
    32

    Re: IF AND / OR Equation

    Thanks for the help!

  5. #5
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: IF AND / OR Equation

    You're welcome. Thanks for the "scales tap".
    Don't forget to mark your thread as SOLVED (see FAQ link at top of page for instructions if needed).

+ 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