• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Compare Dates against a Range of Dates

Maggieh

New Member
I want to create a form that when the user inputs a Start Date and End Date, excel can look up a table of dates and alert the user if one of the dates in the table falls within the user's range of dates.


Is this possible?


Many thanks

Maggie
 
here is how I would solve it.


Define 2 cells where user can enter the start and end date (lets say C1 and C2)

use conditional formatting to find if any dates in the list (C5:C500) are falling between input dates

highlight such dates in RED color or something.


Check out help on CF here: http://chandoo.org/wp/2008/03/13/want-to-be-an-excel-conditional-formatting-rock-star-read-this/


alternatively you can use filters to do this. They are much more easier.
 
Back
Top