+ Reply to Thread
Results 1 to 1 of 1

Help charting multiple item progress over time

Hybrid View

  1. #1
    Registered User
    Join Date
    10-21-2015
    Location
    Saudi Arabia
    MS-Off Ver
    2010
    Posts
    4

    Help charting multiple item progress over time

    I am trying to develop a front end Report that charts the Design progress of 2 Sites with multiple Plants in each site over a set period of time.
    The data is obtained via DataLink from individual Progress Reports (Number of Connected Cables & Number of Connected Loads) as compared to one of two standard base plants
    Basically I want to chart the 'Design Total % Completion' of a Plant once it is replicated in the database over a given period of time.
    There is some conditional formatting to help with visual clarity (Unused Cells Grayed Out, Today() Highlighted in Yellow etc)
    In my Progress Calender I have the following Formula
    =IF($C5="","",IF(CG$1<$B5,"",IF(AND(CG$1=TODAY(),$C5>0,$J5=""),$L5,IF(AND(CG$1=TODAY(),$J5>$L5),$J5,"")))), Where;-
    $C5 = Name of Plant
    CG$1 = Calender Date
    $B5 = Plant Start Date
    $J5 = Completion %
    $L5 = Default Completion % (Assigned as a minimum % when the plant is copied in the database)

    Chart_Screen Shot.JPG

    The object is not to start monitoring a Plant until it has a 'Date Started' value
    Am having trouble getting the values to stick, as when the date progresses, values from the previous day are returned to 0 (Zero) (as in 09...11-Nov)
    Have resorted to manual entry (Up to 08-Nov) until I can get sorted. Bit new to VBA but would be happy to implement a VBA solution
    Last edited by GJF36; 11-12-2015 at 06:50 AM. Reason: Initial Changes not working

+ 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. [SOLVED] A Macro for progress bar in status bar as a percent of time
    By capson in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-27-2014, 08:38 AM
  2. Replies: 0
    Last Post: 07-24-2013, 04:35 PM
  3. Progress Bars, Optimization, Time Study
    By msanford88 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-15-2012, 12:48 PM
  4. Replies: 0
    Last Post: 08-28-2012, 09:44 PM
  5. Taking the next item in a list into 1 of 2 tables based on the previous item time
    By SoleAris in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-07-2011, 04:59 PM
  6. Charting multiple start/finish date/time stamps
    By kerrie92 in forum Excel General
    Replies: 0
    Last Post: 05-17-2010, 01:49 PM
  7. How to read a job`s progress in real time?
    By Arramis in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-11-2009, 05:52 AM

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