find date is between date ranges

sauk304

New Member
Joined
Aug 18, 2011
Messages
2
Hi.


i would like to find the date between the date ranges.

the date is in cell A1,

the Start Date is in cell B1:B100 and End Date is in C1:C100. how do i use excel if the date within the ranges then it will return a value

example, i want to search date 18.03.2012 between 01.03.2011 to 31.03.2011.

Find Date
Start Date
End Date
Result
18.03.2011

<colgroup><col width="86"></colgroup><tbody>
</tbody>
01.03.2011

<colgroup><col width="99"></colgroup><tbody>
</tbody>
31.03.2011

<colgroup><col width="74"></colgroup><tbody>
</tbody>
yes
28.01.2011

<colgroup><col width="86"></colgroup><tbody>
</tbody>

<colgroup><col width="86"></colgroup><tbody>
</tbody>
01.03.2011

<colgroup><col width="99"></colgroup><tbody>
</tbody>
31.03.2011

<colgroup><col width="74"></colgroup><tbody>
</tbody>
no
27.01.2011

<colgroup><col width="86"></colgroup><tbody>
</tbody>
01.03.2011

<colgroup><col width="99"></colgroup><tbody>
</tbody>
31.03.2011

<colgroup><col width="74"></colgroup><tbody>
</tbody>
no
22.03.2011

<colgroup><col width="86"></colgroup><tbody>
</tbody>
01.03.2011

<colgroup><col width="99"></colgroup><tbody>
</tbody>
31.03.2011

<colgroup><col width="74"></colgroup><tbody>
</tbody>
yes

<tbody>
</tbody>
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Also: =IF(A2=MEDIAN(A2:C2),"Yes","No")
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top