+ Reply to Thread
Results 1 to 3 of 3

How to check dates between a Max date and Min Date

  1. #1
    Registered User
    Join Date
    09-21-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    41

    How to check dates between a Max date and Min Date

    When the user inputs a max date and min date, how do you check whether or not the date in the spreadsheet falls between the beginning and ending date?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: How to check dates between a Max date and Min Date

    Try using a formula like

    =AND(date<=Max_date,date>=Min_date)
    Audere est facere

  3. #3
    Registered User
    Join Date
    09-21-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    41

    Re: How to check dates between a Max date and Min Date

    oh, sorry but I want it in VBA though

+ 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 col of dates.....each date is the first of the month
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-25-2011, 10:06 AM
  2. VBA Loop to check if a date is between two dates
    By jmb77 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-27-2010, 11:47 AM
  3. Check two dates against todays date?
    By oleisbest in forum Excel General
    Replies: 12
    Last Post: 04-22-2010, 07:46 AM
  4. Check if date is between 2 dates
    By Shane.H in forum Excel General
    Replies: 5
    Last Post: 04-07-2009, 12:14 PM
  5. [SOLVED] Check column of dates against todays date
    By Andrew82 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-15-2005, 07:06 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