+ Reply to Thread
Results 1 to 2 of 2

Rank items, select one start date, have remaining dates follow based on rank

  1. #1
    Registered User
    Join Date
    08-15-2005
    Posts
    1

    Rank items, select one start date, have remaining dates follow based on rank

    I have a list of projects. I have one start date. Each project has a varying amount of time to complete. I want the user to rank the projects based on importance (example when it will ship) and then, based on the individual times required to complete the rest of the projects, excel will automatically generate start and complete dates for the remaining projects. Need to know how to do this.

  2. #2
    Debra Dalgleish
    Guest

    Re: Rank items, select one start date, have remaining dates followbased on rank

    Assuming your rankings are in cells B2:B6, and start date is in a cell
    named StartDate, enter the following formula in row 2, and copy down to
    row 6:

    =StartDate+SUMPRODUCT(--($C$2:$C$6<C2),--($B$2:$B$6))

    Or, if you have the Analysis Toolpak installed, and want to use workdays
    only:

    =WORKDAY(StartDate,SUMPRODUCT(--($C$2:$C$6<C2),--($B$2:$B$6)))

    rob normerica wrote:
    > I have a list of projects. I have one start date. Each project has a
    > varying amount of time to complete. I want the user to rank the
    > projects based on importance (example when it will ship) and then,
    > based on the individual times required to complete the rest of the
    > projects, excel will automatically generate start and complete dates
    > for the remaining projects. Need to know how to do this.
    >
    >



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


+ 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