+ Reply to Thread
Results 1 to 2 of 2

Excel automations

  1. #1
    Registered User
    Join Date
    03-09-2011
    Location
    Utah
    MS-Off Ver
    Excel 2007
    Posts
    5

    Excel automations

    I am trying to figure out if there is a way to automate grand totals that are autofiltered and then create a PDF report of it.

    Background: I oversee a small continuing education program for about 200 students. I put their class attendance info. (including dates, hours earned, class names, etc.) into a worksheet that has the auto filters setup for each column so that I can filter by name, class, date, etc.). However, the next step is to provide a report to each of the 200 participants periodically, without having to manually (auto sum) total up the number of hours each person has earned and then create a PDF of it, which would take lots more time. Is there a solution out there that would automate those two things for me or at least one of them?

    I've uploaded a sample file. Thanks!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    04-01-2009
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2010
    Posts
    280

    Re: Excel automations

    You could use the SUBTOTAL function to get your grand total by filter:

    =SUBTOTAL(9,I2:I13)

    As for the PDF, that would require a macro (VBA code).
    If you are not familiar with VBA, then you could record a macro of saving as a pdf and then cycle through your drop down.

+ 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