+ Reply to Thread
Results 1 to 4 of 4

I am trying to check if two values are true

Hybrid View

  1. #1
    Registered User
    Join Date
    10-22-2014
    Location
    Cardiff
    MS-Off Ver
    2013
    Posts
    3

    Question I am trying to check if two values are true

    Hi I have a table of data I need to check if one cell is =>1500 and another cell is =>15 to give a result

    IF D15>500000 AND [@[No of days]]=>14 then ON

    I have tried the following but just get an error

    =IF((D15>500000) AND ([@[No of days]]=>14), "ON","OFF")

    any help appreciated

    Mike

  2. #2
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: I am trying to check if two values are true

    very close....give this a try

    
    =IF(AND(D15>500000,[@[No of days]>=14), "ON", "OFF")
    Ernest

    Please consider adding a * if I helped

    Nothing drives me crazy - I'm always close enough to walk....

  3. #3
    Registered User
    Join Date
    10-22-2014
    Location
    Cardiff
    MS-Off Ver
    2013
    Posts
    3

    Re: I am trying to check if two values are true

    Excellent thank you

  4. #4
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: I am trying to check if two values are true

    no problem.....glad I could and thanks for the rep points.....

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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 values of two cells and x if true?
    By mikaselm in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-01-2013, 09:16 PM
  2. check box when its true
    By sarmoodi in forum Outlook Formatting & Functions
    Replies: 1
    Last Post: 06-30-2011, 05:04 AM
  3. 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
  4. [SOLVED] check box - true/false/na
    By Kelly 1st in forum Excel General
    Replies: 4
    Last Post: 07-13-2006, 07:50 AM
  5. Check box - true/false - i'd like a third option n/a
    By Kelly 1st in forum Excel General
    Replies: 4
    Last Post: 06-02-2006, 08:15 AM

Tags for this Thread

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