Hello, How all are doing today..
I am stuck with the issue and want's help

In Sheet1 I have a data some thing like


COL A----COLB----COLC
01234----DONE----01/01/2012
12344----NOT----02/21/2012
34323----DONE----03/15/2012
45678----NOT----01/13/2012
67890----DONE----04/22/2012
43434----NOT----09/01/2012
99999----DONE----02/01/2013

What I want to do is in sheet2 I should enter the two dates let's say start_date and end_date, It should give all the data between them
like say I enter 01/01/2012 and 04/22/2012, It should give

01234----DONE
12344----NOT
34323----DONE
45678----NOT
67890----DONE

Thanks and Regards
Parth Mittal