+ Reply to Thread
Results 1 to 2 of 2

Write a VBA that collates total attendance duration for each user

  1. #1
    Registered User
    Join Date
    10-26-2022
    Location
    Little Rock
    MS-Off Ver
    16.65
    Posts
    1

    Write a VBA that collates total attendance duration for each user

    Could you please help write a VBA that collates total attendance duration for each user? I?d like it to output to a different sheet within the workbook. The sheet should have:
    Meeting Name
    Name
    Attendee Email
    Attendance Duration

    We will use this repeatedly. Please provide a solution for reusability.
    Attached is the sheet-
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,563

    Re: Write a VBA that collates total attendance duration for each user

    Hello ajinkyabhosale777 and Welcome to Excel Forum.
    This is a pivot table proposal that includes the Show Report Filter Pages option.
    Here is a link to a tutorial that may help understand the option: https://www.excelcampus.com/pivot-ta....%20See%20More.
    Steps:
    1. Add a column (K) that converts the text times in column H to actual times using: =(LEFT(H2,3))/1440
    2. [optional] Format the new column to time: [h]:mm;@
    3. In the pivot table (Sheet2) pull Name to Filters area, Meeting name and Dummy attendee email to Rows area and the field for the new column (Attendance Duration 2) to the Values area.
    4. Utilize the Show Report Filter Pages option as described in the tutorial to automatically produce the pages per name
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Use SUMPRODUCT to calculate the duration for a particular user
    By klavierkatze in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-03-2021, 09:26 AM
  2. [SOLVED] Attendance total
    By akshay6s in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-27-2018, 02:10 AM
  3. Duration and Total Data size Report
    By legion1202 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-29-2016, 10:47 AM
  4. [SOLVED] Macro to record User Name and Duration user accessed file.
    By bajdr47 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-27-2013, 04:14 PM
  5. Webform that collates information on to one spreadsheet
    By foxhound82 in forum Excel General
    Replies: 0
    Last Post: 08-14-2012, 11:50 AM
  6. Replies: 3
    Last Post: 06-12-2011, 02:56 PM
  7. one worksheet that collates data from several others?
    By durandal05 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 05-13-2008, 07:28 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