How to return a value if the date displayed land between a row of dates? Example
B1: Date: 6/10/2011
Row 3: has dates on a quarterly basis (6/30/2011,9/30,2011, etc)
Cell B2 displays value.
see attached
Last edited by treyes; 06-30-2011 at 04:18 PM.
treyes,
In your attachment, there's nothing in B1 or B2. What value are you looking to have returned?
~tigeravatar
Thank you tiger,
Excuse the confusion. I'm looking to have returned the values that are in cell E5 if the Sale Date (cell D5) lands in between or on the quarterly end dates starting on rows F3:J3. I would like the values to be displayed in F5 thru J32.
Hopefully this makes sense.
Thanks again.
treyes,
Attached is a modified version of your sample workbook. In cell F5 is the following formula:
=IF(AND($D5>E$3,$D5<=F$3),$E5,"-")
Then I copied over and down for each section
Hope that helps,
~tigeravatar
Much appreciated tiger! thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks