+ Reply to Thread
Results 1 to 5 of 5

Task Planner - read out list of tasks for different employees

  1. #1
    Registered User
    Join Date
    04-11-2013
    Location
    Switzerland
    MS-Off Ver
    Excel 2013
    Posts
    3

    Task Planner - read out list of tasks for different employees

    Hi there!

    I am working on a task planner but can't work out how I can get the result I'm looking for. My sample excel (without any sensitive information): sample_taskplanner.xlsx
    I already calculated the amount of tasks for each employee and the max value of tasks per employee for each phase (S1, S2 ...). With this information I can create the row 2 in the worksheet "Overview".

    I would now like to display all tasks for an employee for the different phases, ordered by priority (MH, SH, NTH = Must Have, Should Have, Nice to Have). If employee 1 has more tasks in phase 1 than employee 2 there should be empty cells for employee 2. An example how the result for the worksheet "Overview" should look like is integrated in the worksheet "Tasks".

    Could someone please help me with this? Thanks in advance!

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Task Planner - read out list of tasks for different employees

    Hi Jilseponie,

    welcome to the forum.

    See the attached file where I used an pivot table which is also giving the same results but in pivot view
    sample_taskplanner.xlsx

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Task Planner - read out list of tasks for different employees

    Okay, this is going to get very complicated, very fast.

    To get the headers across (I did this in C21 on the attachment)
    =IF(COLUMN(A1)>SUM($O$3:$O$8),"", LOOKUP(COLUMN(A1)-1, SUBTOTAL(9, OFFSET($O$1,,, ROW($O$2:$O$8)- ROW($O$2)+1)), $H$2:$H$8)&"") (complements of DDL)
    dragged to the right as far as you like. The subtotal keeps a running cumulative of the tasks and the offset assigns the appropriate value to lookup.

    Then in C22, you'll need an array function (enter with CNTRL SHFT ENTER instead of ENTER, you'll see brackets {} if done properly) dragged across and down

    =IFERROR(INDEX($A$2:$A$12, MATCH($A22&C$21&"_"&COUNTIF($B$21:C$21,C$21),$E$2:$E$12,0)),"")
    You can cut and paste that Table into the Overview Tab.
    Questions?
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    04-11-2013
    Location
    Switzerland
    MS-Off Ver
    Excel 2013
    Posts
    3

    Re: Task Planner - read out list of tasks for different employees

    Wow - thank you for the quick response! I didn't heard anything about pivot tables yet.. but I'm not sure if this is the right thing I'm looking for - I'd like to have a horizontal list of tasks like in range A17:K19.

  5. #5
    Registered User
    Join Date
    04-11-2013
    Location
    Switzerland
    MS-Off Ver
    Excel 2013
    Posts
    3

    Re: Task Planner - read out list of tasks for different employees

    @ChemistB: Thank you! Looks like what I'm looking for.. I will study this later in detail and let you know if I have any further questions

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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