+ Reply to Thread
Results 1 to 2 of 2

Automatic bar for project timeline

  1. #1
    Registered User
    Join Date
    05-12-2020
    Location
    Brazil
    MS-Off Ver
    2013
    Posts
    15

    Post Automatic bar for project timeline

    Hello everyone, I'm trying to make an Excel spreadsheet similar to MS Project. I need to fill column "E" with the lead time of the activity and indicate the predecessor activity in column "M". I need a formula that returns the Plan Start Week, taking into account the deadline of the predecessor activity.

    For example, if activity 1.1 lasts for a week, activity 1.2 can only start in week 2.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,824

    Re: Automatic bar for project timeline

    The formula originally in cell N20 utilizes the XLOOKUP function which isn't supported by the 2013 version of Excel, if you are using the 365 version please update your profile.
    That said I put the formulas in columns M:N which should work for the 2013 version.
    M: =IFERROR(INDEX(A$6:A6,AGGREGATE(14,6,(ROW(A$6:A6)-ROW(A$5))/(D$6:D6=D20),1)),"")
    N: =IFERROR(SUM(ROUND(INDEX(E$6:E6,AGGREGATE(14,6,(ROW(E$6:E6)-ROW(E$5))/(D$6:D6=D20),1))/7,0),INDEX(N$6:N6,AGGREGATE(14,6,(ROW(E$6:E6)-ROW(E$5))/(D$6:D6=D20),1))),1)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Single Timeline for multiphse project
    By MagicMan in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 08-18-2017, 10:21 PM
  2. Project timeline (2 duration period
    By Addiaz in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 03-11-2017, 05:58 PM
  3. Multiple questions about Excel project timeline, % formulas, refresh timeline
    By Please Help in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-27-2016, 07:13 PM
  4. Timeline Comparison for Multiple Project
    By Nickfrede in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 10-09-2014, 06:51 AM
  5. Creating a Project Timeline in Excel
    By garethterry in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 10-29-2013, 08:01 AM
  6. [SOLVED] Project Timeline Tracker
    By AnnaG87 in forum Excel General
    Replies: 1
    Last Post: 04-30-2013, 11:39 PM
  7. Project timeline calculation
    By COGICPENNY in forum Excel General
    Replies: 5
    Last Post: 07-04-2012, 03:33 PM

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