+ Reply to Thread
Results 1 to 12 of 12

Click Counter by Hour for Operator Call Log

  1. #1
    Registered User
    Join Date
    11-01-2010
    Location
    Columbus Ohio
    MS-Off Ver
    Excel 2003
    Posts
    5

    Click Counter by Hour for Operator Call Log

    Hello,
    What I've been tasked with creating is a tallying call log for a operator's switchboard. Basically what I need to do is create two buttons (Inside Call & Outside Call) that work essentially as a click counter. I have that already built:

    Please Login or Register  to view this content.
    However I need to seperate this data by hour. My plan is to have a series of option buttons that designate each hour (8AM, 9AM, etc...) and the operator will tick the hour they're in, and when they press inside or outside the data will count in a table for that specific hour.

    I hope that makes sense -- any help will be greatly appreciated.

    Thanks
    Last edited by gpjcole; 11-01-2010 at 10:32 AM. Reason: Poor Title

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Command Button / Check Box

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Click Counter by Hour for Operator Call Log

    Hmmm, why not spend a bit more time on your project and write a macro
    that records date and time as well as the tally?

    Having gathered this raw data it can easily be converted into table form with
    a total of “outside” and “inside” calls per hour and day.

  4. #4
    Registered User
    Join Date
    11-01-2010
    Location
    Columbus Ohio
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Click Counter by Hour for Operator Call Log

    Quote Originally Posted by Alf View Post
    Hmmm, why not spend a bit more time on your project and write a macro
    that records date and time as well as the tally?

    Having gathered this raw data it can easily be converted into table form with
    a total of “outside” and “inside” calls per hour and day.
    Is that a fairly simple macro to write?

    I'm decent in Excel, but VB is something I've only barely touched.

  5. #5
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Click Counter by Hour for Operator Call Log

    Well I think it's not to difficult. I've made a sample workbook. Have a look at it and see if this would suit you.

    At the moment I've not done any sorting of data. Will do so later if and when you have a sutable workbook.

    Alf
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-01-2010
    Location
    Columbus Ohio
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Click Counter by Hour for Operator Call Log

    Quote Originally Posted by Alf View Post
    Well I think it's not to difficult. I've made a sample workbook. Have a look at it and see if this would suit you.

    At the moment I've not done any sorting of data. Will do so later if and when you have a sutable workbook.

    Alf
    That's almost exactly what I needed - I can probably figure out the filtering - but this is a huge help. Thanks a lot.

  7. #7
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Click Counter by Hour for Operator Call Log

    Glad to be of help. Will also have a go at the filtering but it's a bit difficult as Sweden uses a 24 hr clock and you uses the AM/PM notation.

    So what works in Sweden may not work in the USA.

    Have you considered how long you want to keep the data? A day, a week or a month. Perhaps you should add a button for clearing old indata?

    Alf

  8. #8
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Click Counter by Hour for Operator Call Log

    Had problem filtering time data with "Autofilter" so I changed the macro to split the "now" fuction in a "Year-month-day" part and an "hour:min AM/PM" part. This solved my filtering problem.

    Alf
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    11-01-2010
    Location
    Columbus Ohio
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Click Counter by Hour for Operator Call Log

    Quote Originally Posted by Alf View Post
    Glad to be of help. Will also have a go at the filtering but it's a bit difficult as Sweden uses a 24 hr clock and you uses the AM/PM notation.

    So what works in Sweden may not work in the USA.

    Have you considered how long you want to keep the data? A day, a week or a month. Perhaps you should add a button for clearing old indata?

    Alf
    Well we file a report once a month to our bosses - so the data will be collected for a month, compiled, and then sent off to the boss.

    Thanks a lot

  10. #10
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Click Counter by Hour for Operator Call Log

    Home with a cold, bored so I added a report writing macro to the file.

    The button for the report is on worksheet "Raw_data". Don't know if this is of any use to you, myself I enjoyed working a bit with excel as I had nothing else to do.

    Alf
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    11-01-2010
    Location
    Columbus Ohio
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Click Counter by Hour for Operator Call Log

    Quote Originally Posted by Alf View Post
    Home with a cold, bored so I added a report writing macro to the file.

    The button for the report is on worksheet "Raw_data". Don't know if this is of any use to you, myself I enjoyed working a bit with excel as I had nothing else to do.

    Alf
    That's awesome - I'm looking into your macro to set it up to separate the data not just by date, but by time - so we can see our peak hours (for scheduling - and to justify hiring more staff)

  12. #12
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Click Counter by Hour for Operator Call Log

    Glad you liked it. VBA is not that difficult and this is in my opinion the best forum to learn it.

    If you are going to analyze the data in dept perhaps you should include weekdays as well just to see if there are "peak" days as well as "peak" hours.

    Best of luck to you and feel free to PM if you think I can help in any way.

    Alf

+ 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