+ Reply to Thread
Results 1 to 8 of 8

Would you use a Pivat Table or some other form of Reporting the below data?

  1. #1
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Would you use a Pivat Table or some other form of Reporting the below data?

    Hello,

    Looking through some of the examples on this site, I setup a spreadsheet with the following:

    Columns Headers:
    Goal Type
    Initiative
    Target Completion Date
    Assigned To
    Entry Date
    Status Update

    I have a macro that allows me to click a button and you can insert a new data entry line.

    Now keep in mind there is no numbers outside of the dates.

    On the first sheet, I have something called an Executive Summary. Here is where I would like to have the last 2-3 entry's to show up for each of the tabs. Basically an over view of what is going on. Each tab is updated by the different areas that report to the main area.

    The thought is to have them update there respective tab, and the main manager can get an overview of what is going on with the recent updates.

    So, should I just do a "=cell" for each of the columns and that show up on the main page, or is there something else I can setup that will achieve what I am trying to do.

    Thanks in advance.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Would you use a Pivat Table or some other form of Reporting the below data?

    Hard to say without seeing a sample of what you are working with, upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Would you use a Pivat Table or some other form of Reporting the below data?

    StatusUpdateTemplate.xlsm

    Here you go. I am thinking I would use just the "=Cell" type of idea to carry over from each tab. Since I am able to add a new line and that new line is row 6. But I have uploaded what I am working on.

    Thank you again.

  4. #4
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Would you use a Pivat Table or some other form of Reporting the below data?

    I am actually taking this part and starting another thread as to not con volute this one.
    Attached Files Attached Files
    Last edited by rhett7660; 02-04-2016 at 01:19 PM. Reason: I moved it to another thread.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Would you use a Pivat Table or some other form of Reporting the below data?

    Here is an example of what I would use for this - assuming that your latest date (and 1 or 2 before that - your choice) is what you want.

    Summary C12=INDEX('Unit 1 2016'!A:A,MATCH(LARGE('Unit 1 2016'!$C:$C,1),'Unit 1 2016'!$C:$C,0))
    copied across

    The BOLDED part is where it picks the latest date. Change that to 2 for the 2nd latest etc. Also, you will need to adjust the formatting to suite

  6. #6
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Would you use a Pivat Table or some other form of Reporting the below data?

    Quote Originally Posted by FDibbins View Post
    Here is an example of what I would use for this - assuming that your latest date (and 1 or 2 before that - your choice) is what you want.

    Summary C12=INDEX('Unit 1 2016'!A:A,MATCH(LARGE('Unit 1 2016'!$C:$C,1),'Unit 1 2016'!$C:$C,0))
    copied across

    The BOLDED part is where it picks the latest date. Change that to 2 for the 2nd latest etc. Also, you will need to adjust the formatting to suite

    Would this be used to capture all six fields or would I need to update this one for each of the six fields? I am assuming all six fields, but I wanted to make sure just in case I was wrong. Also, if I do update this one for each of the six fields. You mention it is pulling off the last entry date in column C, will I see a conflict if I use this same formula for each of the six fields?

    Thank you again.
    Last edited by rhett7660; 02-04-2016 at 01:54 PM.

  7. #7
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Would you use a Pivat Table or some other form of Reporting the below data?

    Quote Originally Posted by FDibbins View Post
    Here is an example of what I would use for this - assuming that your latest date (and 1 or 2 before that - your choice) is what you want.

    Summary C12=INDEX('Unit 1 2016'!A:A,MATCH(LARGE('Unit 1 2016'!$C:$C,1),'Unit 1 2016'!$C:$C,0))
    copied across

    The BOLDED part is where it picks the latest date. Change that to 2 for the 2nd latest etc. Also, you will need to adjust the formatting to suite
    Well I hope I did this correctly. I basically used your example and updated the bold letters. It seems to be working.

    =INDEX('Unit 1 2016'!A:A,MATCH(LARGE('Unit 1 2016'!$C:$C,1),'Unit 1 2016'!$C:$C,0))
    Last edited by rhett7660; 02-05-2016 at 03:34 PM.

  8. #8
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: Would you use a Pivat Table or some other form of Reporting the below data?

    Ok, found an issue, if I have two entry's for two different projects, but they are on the same day, I am getting a duplicate number 1 and 2. Any suggestions?

+ 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. Easy to use survey form with reporting
    By PJC2013 in forum Excel General
    Replies: 2
    Last Post: 09-17-2015, 07:10 AM
  2. Error Reporting Form
    By sstr in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 11-06-2013, 10:30 AM
  3. Replies: 3
    Last Post: 08-27-2013, 09:35 AM
  4. Complex VBA Form (Admin Console) & Reporting tool, Updating sheet(s) sending email etc
    By MisterTRIM in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-17-2013, 06:10 AM
  5. Pivot table reporting - by month and zero data issue
    By Excel_Monkey in forum Excel General
    Replies: 1
    Last Post: 06-01-2012, 05:16 AM
  6. Reporting from a basic table
    By mamann in forum Excel General
    Replies: 2
    Last Post: 11-06-2009, 09:13 AM
  7. [SOLVED] Excel Worksheet Form / Database reporting
    By Rose in forum Excel General
    Replies: 2
    Last Post: 02-07-2005, 08:06 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