• 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.

Create a report of items that meet the restriction

Habari11

New Member
I have a list of items (by rows) and have sequence of dates (in columns). I want to create a report probably using VBA. I need a list of items that meet the date restriction. For example:


Apple 1/1/2010 2/1/2010 3/1/2010

Orange 1/1/2010 3/5/20010 4/15/2010

Lemon 2/1/2010 3/1/2010


In report, I want to see the output Apple and Orange when I restrict the report to Date=1/1/2010. If I restrict the date range from 3/4/2010 to 3/15/2010, my output should say Orange. I made a "report" using Advance Filter option but I want to make it bit more fancy/user friendly. Any idea??
 
Back
Top