+ Reply to Thread
Results 1 to 7 of 7

Create a report with multiple project data

  1. #1
    Registered User
    Join Date
    11-23-2018
    Location
    Dublin
    MS-Off Ver
    2013
    Posts
    3

    Create a report with multiple project data

    Hi Everyone,

    I am new to the forum so please bear with me while i try to explain my issue.

    I need to create a log to record data from multiple projects in one place with similar stages/phases. Please see the sample document attached.

    My issue is how to create a reporting structure with this data. I would like to see how each project is doing in terms of the overall timeframe and what phase/step of the project it is in. Also, need to generate a visual report on the overall progress status for all projects.

    In the sample file, i included only 3 projects, however, there can be more projects added and i need to include all those details in the reporting.

    I am open to restructuring my log sheet if there is another easy way to collate this information.

    Would appreciate any help!

    Regards,
    Swathi
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Create a report with multiple project data

    I think you need to manually add your expected output. we can then see how to get Excel to deliver it.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    11-23-2018
    Location
    Dublin
    MS-Off Ver
    2013
    Posts
    3

    Re: Create a report with multiple project data

    Hi Glenn,

    Thanks for your response. I included another tab 'Expected Report Structure'. I would be delighted if i could start with this structure atleast.

    Swathi
    Attached Files Attached Files

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Create a report with multiple project data

    One slight change of layout. new column a on your raw data.

    project name, copied down
    =INDEX(RawData!$1:$1,,3+4*(ROWS($1:1)-1))&""

    Phase & step, copied across 1 and down:
    =IF(A2="","",LOOKUP("Zzzzz",OFFSET(RawData!$C$3:$C$25,,2+4*(COUNTA($A$2:$A2)-1),,),RawData!A$3:A$25))

    Status:
    =IF($A2="","",LOOKUP("Zzzzz",OFFSET(RawData!$C$3:$C$25,,2+4*(COUNTA($A$2:$A2)-1),,)))

    I have no idea where the numbers for duration came from. Please explain!!
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-23-2018
    Location
    Dublin
    MS-Off Ver
    2013
    Posts
    3

    Re: Create a report with multiple project data

    This is Amazing!!!!!!

    Really appreciate all your help!

    I roughly calculated the difference between the project start date to today's date. The purpose for that column is to know the time it has taken so far since the project started.


    Swathi

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Create a report with multiple project data

    Ok. Im out for an hour so so. Look back later.

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Create a report with multiple project data

    The missing formula:

    =IF($A2="","",TODAY()-OFFSET(RawData!$C$3,,4*(COUNTA($A$2:$A2)-1),,))

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.
    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. Create a summary report of ordered items from multiple worksheets help
    By scsuflyboy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-17-2017, 10:23 AM
  2. How to create an Aging Report for multiple status changes
    By RJL3313 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-30-2015, 04:34 PM
  3. Copy multiple filtered datasets to unique new workbooks
    By Mathos in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-06-2014, 10:39 PM
  4. Replies: 0
    Last Post: 04-21-2014, 03:42 PM
  5. Replies: 2
    Last Post: 06-29-2011, 04:35 PM
  6. Create a report using multiple queries
    By bdiff in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-04-2006, 09:15 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