+ Reply to Thread
Results 1 to 4 of 4

Checking A Date (Greater or Less)

  1. #1
    Forum Contributor
    Join Date
    11-02-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    353

    Checking A Date (Greater or Less)

    Hi all,
    On my column A is a bunch of dates.
    I would like to ask for a formula to do something like this.

    If Date is > than today it will give me Yes as Result.
    If Date is = today it will give me Yes as Result.
    If Date is < than today it will give me No as Result

    Any help will be greatly appreciated. Thank you.
    Last edited by Andrew.Trevayne; 01-20-2017 at 12:50 PM.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Checking A Date (Greater or Less)

    Like this...

    =IF(A1>=TODAY(),"Yes","No")

    Copy down as needed.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Contributor
    Join Date
    11-02-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    353

    Re: Checking A Date (Greater or Less)

    Thank you so much for the quick response. Much appreciated.

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Checking A Date (Greater or Less)

    You're welcome!

+ 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. [SOLVED] checking if a date/date range already exists in 4 other date storing tables
    By adamstarr12 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-13-2014, 06:01 PM
  2. Checking if date value in cell is between or equal to start and end date
    By Beckmonkey in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-23-2014, 02:20 PM
  3. [SOLVED] VBA Macro to Color Row Text If Date in Cell is greater than system date
    By slick9456 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-24-2014, 06:09 PM
  4. [SOLVED] Checking to see if a date is within current month from a column of date values using vba
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-20-2013, 06:51 PM
  5. [SOLVED] Macros for: If Today's Date minus other date is greater than certain amount of days Then
    By lottidotti in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-24-2012, 04:46 PM
  6. Replies: 6
    Last Post: 12-12-2011, 09:07 PM
  7. Replies: 4
    Last Post: 09-01-2011, 03:25 PM

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