+ Reply to Thread
Results 1 to 2 of 2

Check values of two cells and x if true?

  1. #1
    Registered User
    Join Date
    09-18-2011
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    40

    Check values of two cells and x if true?

    GM all... I have a tricky one that I just can't seem to figure out... Basically I have column A, B, and C. A has the word "HOLD" if there's a problem with my task. B has a yes or a no or a date. If we have the parts, then a "y", if we have an eta on the parts then a date, if we have no eta than an "N". I want column A to get an "x" if I need to follow up, so if A has a "hold" OR if B is a "n," then I want a check indicating that I need to follow up on the task.

    I thought this: =IF(B2="n" or a2="hold", "x", "")

    But I get an error when trying to submit. Does anyone know how to make my formula work?

    Thank you so much!!

    Mika

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Check values of two cells and x if true?

    Hi Mika,

    The correct construct would be...

    =IF(OR(B2="n",A2="hold"),"x","")
    HTH
    Regards, Jeff

+ 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. Check if two cells are equal and copy,paste cell if true
    By solomeros in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-29-2011, 01:22 AM
  2. check box when its true
    By sarmoodi in forum Outlook Formatting & Functions
    Replies: 1
    Last Post: 06-30-2011, 05:04 AM
  3. Replies: 1
    Last Post: 08-20-2009, 10:58 AM
  4. Macro to check range, if false check another range until true, then copy
    By jayers in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-12-2009, 04:19 PM
  5. [SOLVED] How do I make a check box highlight cells if true?
    By BrianXJ in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-26-2006, 09:30 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