+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : List tasks between two dates

  1. #1
    Registered User
    Join Date
    04-18-2012
    Location
    Egypt
    MS-Off Ver
    Excel 2010
    Posts
    2

    List tasks between two dates

    Hi,
    I have banging my head over this for some time now. In Sheet 1 i have a list of tasks in column A, in column B is the start date and in column C End date based on working days in column D. In sheet 2 i have date listed in column A and in column B i want to list the tasks in sheet 1.

    Sheet 1

    A B C D
    Task Start_Date End_Date Wrk_days
    Task_1 1-1-12 1-4-12 4
    Task_2 1-4-12 1-12-12 8

    in Sheet 2

    A B
    Date Tasks
    1-1-12 Task_1
    1-2-12 Task_1
    1-3-12 Task_1
    1-4-12 Task_1
    1-5-12 Task_2
    1-6-12 Task_2
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: List tasks between two dates

    In J4 of your sample workbook:

    =INDEX($A$4:$A$6,MATCH(1,INDEX(($B$4:$B$6<=I4)*($C$4:$C$6>=I4),0),0))

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: List tasks between two dates

    In J4 of your sample workbook:

    =INDEX($A$4:$A$6,MATCH(1,INDEX(($B$4:$B$6<=I4)*($C$4:$C$6>=I4),0),0))

    copied down

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1