+ Reply to Thread
Results 1 to 6 of 6

Weekly Workload Tracker - VBA Alternative??

  1. #1
    Registered User
    Join Date
    11-10-2015
    Location
    Derbyshire
    MS-Off Ver
    Office 2013
    Posts
    17

    Weekly Workload Tracker - VBA Alternative??

    Hello all!

    I have inherited a workload tracker that tracks the whereabouts of staff over the course of the months/years. Whatever job they are assigned to and for how many days is plotted onto a table with days/dates down the left (shown as weeks) and names across the top.

    When I inherited it, there was a formula in every box of the table to work out whereabouts - this meant there was huuuuuge amounts of it and the spreadsheet was taking a long time to open and run.

    Is there a VBA alternative to formula? This would speed up the document no end. I've attached a sheet if somebody is free to take a look?

    To briefly explain the document, a job is entered on the first tab and this job should then populate the table on the second tab. I've pre-populated with an example line.

    Many many thanks
    Attached Files Attached Files

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Weekly Workload Tracker - VBA Alternative??

    Maybe the formulae were just inefficient making it slow to run. We can't tell since they're not present. However it's usually the case that a macro won't be faster than the machine code functions.

    Have you considered a Pivot Table which seems the most straightforward and fastest way.

    What do you expect to see against the names on the 2nd sheet?
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    11-10-2015
    Location
    Derbyshire
    MS-Off Ver
    Office 2013
    Posts
    17

    Re: Weekly Workload Tracker - VBA Alternative??

    Hi Richard, the original formulae entered into the cells of the table was:

    =IF(C747="","",IFERROR(INDEX('Example Planner'!$B$6:$B$1000,MATCH(1,INDEX(('Example Planner'!$G$6:$G$1000<=C747)*('Example Planner'!$M$6:$M$1000>=C747),0),0)),""))

    To explain what it does... once a job had been posted onto the first tab/sheet to a planner, details of this would be reflected on an individual planner's tab/sheet showing workload for them. The table on the second tab would then refer to this. So we would type the location of a store and assign to a planner and back on the table on the second tab/sheet, this store and the length of time the job is taking place would be reflected in that planner's column. This is what I would still like it to do but in a more simple way. We just want workload per planner reflected on the table; entries to be shown by data entered in the 'location' column on the first sheet.

    Thank you for your response.

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Weekly Workload Tracker - VBA Alternative??

    Hi,

    Would you manually enter some more rows of data and the results you expect to see in the second sheet. It's a matrix so I don't see how you can show both a store and a time duration in a single cell without some unnecessarily complicated formulae.

    It does seem to me that a Pivot Table will give you what you want without any need for either formulae or VBA, but I need to understand how you want the results presented

  5. #5
    Registered User
    Join Date
    11-10-2015
    Location
    Derbyshire
    MS-Off Ver
    Office 2013
    Posts
    17

    Re: Weekly Workload Tracker - VBA Alternative??

    Not a problem and sorry for not including enough info. I've attached an updated sheet showing how I'd like information to appear.

    Column C on the first tab shows the location of works, while columns L and N show the duration of the works the planner is required.

    On the second tab (the table), this data is represented by putting the location of works across the dates/days in the table. The attached should make it clearer

    Thank you again
    Attached Files Attached Files

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Weekly Workload Tracker - VBA Alternative??

    Hi,

    For these sorts of schedules a GANTT chart is usually used where you have a calendar of dates across the columns. See Attached where I've added these to your basic data entry sheet. Click the '+' sign above column O to show the existing hidden columns.

    Does this help?

    One of the things slowing your original sheet down was the large number of formulae in column D of the hidden Coordinators sheet. These went down to circa row 700+
    Attached Files Attached Files

+ 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. Help build a Leave tracker and Effort Time Estimation Tracker
    By cherias in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-29-2015, 02:10 PM
  2. [SOLVED] Weekly sales tracker - weekly average sales amount
    By rossw8 in forum Excel General
    Replies: 2
    Last Post: 09-01-2015, 08:02 AM
  3. Weekly tracker to show if on target for income
    By Sionos in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-22-2015, 12:19 PM
  4. System idle time tracker / Break Tracker
    By reetika05 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-10-2014, 07:26 AM
  5. Macro to automatically lookup and update weekly sales tracker?
    By douglas.long in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-30-2013, 03:32 AM
  6. Excel 2010 > Bi-Weekly Paycheck Tracker
    By YMS_1975 in forum Excel General
    Replies: 3
    Last Post: 02-07-2012, 02:59 PM
  7. Replies: 2
    Last Post: 07-14-2010, 02:14 PM

Tags for this Thread

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