Results 1 to 15 of 15

Gantt Chart Question

Threaded View

  1. #13
    Registered User
    Join Date
    02-09-2016
    Location
    glasgow
    MS-Off Ver
    Microsoft office 2010
    Posts
    8

    Re: Gantt Chart Question

    Hello Again All,

    I've taken a crack at the code to amalgamate all 3 tables across 3 sheets into one large one on a new sheet and frustratingly it almost works (Almost being the important word in that sentence.

    The Formula I've used (although full disclosure I don't totally understand it myself is

    =IF(ROW() < (COUNTA(Sheet1!B:B)+1),INDEX(Sheet1!B:B,ROW()),(IF(ROW() < COUNTA(Sheet1!B:B, Sheet2!B:B),INDEX(Sheet2!B:B,ROW()-COUNTA(Sheet1!B:B)+1),IF(ROW() < COUNTA(Sheet1:Sheet3!B:B),INDEX(Sheet3!B:B,ROW()-COUNTA(Sheet1!B:B)+1)))))

    This appears to work to begin with - it populates the Gantt chart alongside the table as per the conditional formatting and it seems tolerant of inserting new rows into the tables in sheets 1 through 3. I only tried it with sheet 1 to be fair but it did automatically incorporates that into the main table on sheet 9 without any issues.

    but...

    It doesn't show all of the rows in the tables it references. It stops short of showing all of the table in sheet 1 and overlays sheet 3 onto sheet 2 (if that makes sense) This is undoubtedly an issue born from me adapting a formula I found online with little to no knowledge of what it's actually doing, but the bit that has me puzzled is the fact that some of these rows are returning zero - which (unless I understand even less of the formula than I believe I do) shouldn't be an option. I thought the formula should either reference another cell or show "FALSE"
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 01-07-2015, 01:22 PM
  2. Replies: 5
    Last Post: 10-04-2012, 07:01 AM
  3. Replies: 0
    Last Post: 07-13-2012, 06:40 PM
  4. Gantt Chart Help
    By mycon73 in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 03-09-2011, 04:50 AM
  5. Gantt Chart
    By tim_chisman in forum Excel General
    Replies: 22
    Last Post: 09-06-2010, 08:45 AM
  6. Gantt Question
    By cjsec9 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 10-23-2008, 04:32 AM
  7. [SOLVED] horrifyingly difficult excel chart / gantt question...
    By chris_culley@yahoo.com in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-02-2006, 02:15 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