+ Reply to Thread
Results 1 to 6 of 6

Pull needed data from 'task backlog' to populate 'current sprint' sheet

  1. #1
    Registered User
    Join Date
    10-16-2012
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    7

    Pull needed data from 'task backlog' to populate 'current sprint' sheet

    Hello excel gurus,

    I have been working with formulas but I've hit a brick wall.
    I hope someone can help me come up with a VBA/macro that will be able to do the following.

    I have a workbook with 3 sheets: "current sprint", "user defined", and "backlog".
    Please see the attached example file.

    When a user chooses a sprint from the list in 'current sprint!C6' I would like it to grab data from every work item in the 'backlog' sheet that corresponds to that sprint. (column F:G) I would like it to display these items on the current sprint sheet. Specifically, I would like it to grab data in the 'work item', 'tasktype' and 'feature group' column from the backlog sheet and populate the 'current sprint' sheet for tasks that are assigned to the sprint defined in C6.

    Appreciate any help on this.

    Cheers,
    Mike
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    10-16-2012
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Pull needed data from 'task backlog' to populate 'current sprint' sheet

    I've seen in other threads that you can copy past rows from one worksheet to another.
    Would it help if the columns on 'backlog' and 'dashboard' were exactly the same?

    Also, does being able to select the sprint in c6 make it increasingly difficult?

    - M

  3. #3
    Registered User
    Join Date
    10-16-2012
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Pull needed data from 'task backlog' to populate 'current sprint' sheet

    bump, no response.

    btw, is this something that i could learn how to do in a professional excel VBA scripting class? or, is this type of thing something that excel can't handle?

    thx

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Pull needed data from 'task backlog' to populate 'current sprint' sheet

    Right click on the Current Sprint sheet and select "View Code". Copy this code over -
    Please Login or Register  to view this content.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  5. #5
    Forum Expert mike7952's Avatar
    Join Date
    12-17-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007, Excel 2016
    Posts
    3,519

    Re: Pull needed data from 'task backlog' to populate 'current sprint' sheet

    Another way

    Please Login or Register  to view this content.
    Thanks,
    Mike

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.

  6. #6
    Registered User
    Join Date
    10-16-2012
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Pull needed data from 'task backlog' to populate 'current sprint' sheet

    >>arlu1201
    You are awesome. Thank you so much. The code works like a charm.
    Can I send you like a bottle of wine or something?

    >>mike7952
    Thanks for your reply also, however the columns seem to populate with the wrong data. (task type is filled with sprint #)

+ 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