+ Reply to Thread
Results 1 to 6 of 6

Best way to track projects and deadlines

  1. #1
    Registered User
    Join Date
    07-07-2015
    Location
    England
    MS-Off Ver
    MS Office 2010
    Posts
    69

    Best way to track projects and deadlines

    Hi,

    I am currently working on making it easier to track projects and calculating the days each project goes over the agree time. I would like to produce a 4 box model but unsure of the best way to do this. I have set up forecast date and completion dates already but would like this in a graphical format to see timelines etc. I would like to find out the best way to measure the # of total projects on time and # total projects delayed etc. There are different stages of the project but for some projects not all stages are needed. I would like to make the spreadsheet more visible so if selecting one project the relevant columns appear.

    At the moment, as team members are filling it in it can be vulnerable to human error i.e. wrong format of date and sometimes somehow they misspell their name even though I have a data validation list. I would like to make it so when entering a new project it states their names date format etc so it doesn't play havoc with the spreadsheet. Maybe like a button that brings up a pop box with blanks to fill in specific things like a form. Not sure how I would do this.

    I need some help with this to make it sleek. I have attached the sheet.

    Thanks in advance.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-28-2015
    Location
    Melbourne, AUS
    MS-Off Ver
    2011
    Posts
    59

    Re: Best way to track projects and deadlines

    Sounds like you want a macro here, so maybe best to ask this in the vba part of the forums.

    This should get you started if you want to tinker with it yourself.



    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    07-07-2015
    Location
    England
    MS-Off Ver
    MS Office 2010
    Posts
    69

    Re: Best way to track projects and deadlines

    Thanks for that. I've inserted this into VB but nothing appears. I've also tried inputting a new project but no formatting errors come up and pop up messages.

    Can you please advise?

    Also, if I wanted to stay away from VB, what other ways using functions and graphs could I use to achieve what I need?

  4. #4
    Registered User
    Join Date
    08-28-2015
    Location
    Melbourne, AUS
    MS-Off Ver
    2011
    Posts
    59

    Re: Best way to track projects and deadlines

    Strange, it worked fine here... maybe add after

    Dim rownum As Long
    Dim strDate As String

    Add in

    Workbook("yourworkbookname").Sheets("projectsheetname").Select

    To make sure it is on the correct tab.

    If you want to make sure that a date is entered correctly, there is ISNUMBER to make sure the date is not text.

  5. #5
    Registered User
    Join Date
    07-07-2015
    Location
    England
    MS-Off Ver
    MS Office 2010
    Posts
    69

    Re: Best way to track projects and deadlines

    Hi,

    I've adjusted it again and produced a macro button to allow people to enter the date (attached). However, the steps I would like is to
    1) ask them to enter the project name,
    2) ask why stage is it; feasibility, evaluation, final etc
    3) then from there enter the relevant dates, Latest issue, author (from a list) and so on. not sure if you can produce a data validation list in vba.

    I would also like the projects to be in alphabetical order too

    Essentially I would like to cells to be locked and have people not have to mess about with it

    Thanks
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    08-28-2015
    Location
    Melbourne, AUS
    MS-Off Ver
    2011
    Posts
    59

    Re: Best way to track projects and deadlines

    This should help you along with the validation.



    Please Login or Register  to view this content.

+ 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] Finding Percentage of Awarded Projects from a changing list of Projects
    By swvogt in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-26-2017, 10:26 AM
  2. Deadlines
    By Reyna32 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-11-2016, 01:40 AM
  3. Deadlines set
    By anton86 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-01-2016, 06:23 AM
  4. Table to track deadlines
    By tikosmi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-31-2015, 07:28 PM
  5. [SOLVED] Any template to track multiple projects with changing deadlines?
    By honeydolist in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-14-2015, 06:13 AM
  6. track projects with formulas
    By jamcgloin in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-09-2010, 10:06 AM
  7. [SOLVED] looking for template to track hours on projects for employees
    By Kim S in forum Excel General
    Replies: 1
    Last Post: 01-04-2005, 07:06 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