+ Reply to Thread
Results 1 to 8 of 8

Due date summary page for multiple sheets

  1. #1
    Registered User
    Join Date
    05-29-2013
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    10

    Due date summary page for multiple sheets

    Hi

    I have numerous sheets (one for each project) with a list of due dates of actions on each.
    I would really like to have a summary page that shows only actions (from all projects) due this week/next week.
    How do i go about doing this?

    Thanks very much!

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

    Re: Due date summary page for multiple sheets

    Do you have a sample file that you can upload? You can also add an output sheet showing us how you want to obtain the output.

    To Attach a File:

    1. Click on Go Advanced
    2. In the frame Attach Files you will see the button Manage Attachments
    3. Click the button.
    4. A new window will open titled Manage Attachments - Excel Forum.
    5. Click the Browse... button to locate your file for uploading.
    6. This will open a new window File Upload.
    7. Once you have located the file to upload click the Open button. This window will close.
    8. You are now back in the Manage Attachments - Excel Forum window.
    9. Click the Upload button and wait until the file has uploaded.
    10. Close the window and then click Submit.
    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]

  3. #3
    Registered User
    Join Date
    05-29-2013
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Due date summary page for multiple sheets

    Hi

    So here is a very basic example of what i want to create.
    The summary page would highlight anything overdue and anything due that week across all projects, rather than me having to go into each worksheet to look.

    Thanks for the help!example workbook due summary.xlsx

  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: Due date summary page for multiple sheets

    To calculate overdue records, do you want all records containing a date prior to the current date and where the status is not showing as "Complete" ?

    To calculate this weeks' records, do you want all records containing a date from today till the next 6 days and where the status is not showing as "Complete" ?

  5. #5
    Registered User
    Join Date
    05-29-2013
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Due date summary page for multiple sheets

    Hi Arlu

    Thats exactly what im after

    Thanks

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

    Re: Due date summary page for multiple sheets

    Try this code - dont you want the name of the project (sheet name) to also show up in the summary?

    Please Login or Register  to view this content.

    Copy the Excel VBA code
    Select the workbook in which you want to store the Excel VBA code
    Hold the Alt key, and press the F11 key, to open the Visual Basic Editor
    Choose Insert | Module
    Where the cursor is flashing, choose Edit | Paste

    To run the Excel VBA code:
    Choose View | Macros
    Select a macro in the list, and click the Run button

  7. #7
    Registered User
    Join Date
    05-29-2013
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Due date summary page for multiple sheets

    HI Arlu

    YOu are a star.

    Just a couple of small things.
    In the overdue column in summary, it isnt picking up a couple of tasks where the status is overdue. I only want it to be ignored if it says complete or hold. This may also apply to the due this week section, only ignore task if says complete or hold.

    Also the columns on the summary sheet are out by one as it doesnt transport the date column which is the date the task was set.

    Are these minor changes that are easy to make?
    Thanks so far :-)

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

    Re: Due date summary page for multiple sheets

    Oops i forgot mention the most important part

    Your dates are formatted as 28.05.2013. You need to change it to 28-05-2013 otherwise the macro will not recogize the dates.

    Also, the macro is asking to copy the entire row, so all the columns will be copied across.

+ 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