+ Reply to Thread
Results 1 to 12 of 12

Fixing and Calculating Time

  1. #1
    Registered User
    Join Date
    03-08-2013
    Location
    Oakland, CA
    MS-Off Ver
    Excel 2007
    Posts
    16

    Fixing and Calculating Time

    Hello Good People.
    I have a spreadsheet with the following data:

    PROBLEM #1 = when clerk recorded duration, he did this: "4:32". He was recording mm:ss , Excel is reading as hh:mm. 2K entries in 20 files and report is due! The only way I could convert was to transfer times to Word, add "00:" in front, copy back to Excel. Is there faster way to make excel read minutes/seconds instead of hours/minutes?
    PROBLEM #2 - i have multiple tasks, the time to complete needs to be summed.
    How many minutes did this person spend Closing on this date?
    How many minutes did this person spend on the phone on this date?


    Task # Task Name/Cat Date Start Stop Duration
    1 Closing 17-Apr 10:12 AM 10:14 AM 2:20
    2 Phone 17-Apr 10:14 AM 10:14 AM 0:24
    4 Closing 17-Apr 10:19 AM 10:46 AM 27:01

    The Start and Stop Times are not accurate.
    The Durations are accurate and I want to add up and make a pie chart. but I can't get excel to see the times correctly and calculate. Please help me!!!
    I'm terrible with Pivots
    THANK YOU SO MUCH.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-28-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    104

    Re: Fixing and Calculating Time

    #1 divide by 60.
    #2
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    03-08-2013
    Location
    Oakland, CA
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Fixing and Calculating Time

    Thanks so much SlipEternal - -
    I'm not familiar with the term 'table' in excel, but i get it.

    I

  4. #4
    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
    52,926

    Re: Fixing and Calculating Time

    Problem 1
    Recalc the time.
    Put this in a helper column, format as Custom mm:ss.0;@
    copy down as needed.

    Then use that helper column for your calcs
    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

  5. #5
    Registered User
    Join Date
    03-08-2013
    Location
    Oakland, CA
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Fixing and Calculating Time

    Thank You - -

    I'll have to look all of that up and try it but I will consider this issue closed unless something doesn't work.
    Thanks for your help.

  6. #6
    Registered User
    Join Date
    03-08-2013
    Location
    Oakland, CA
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Fixing and Calculating Time

    What star? I only see the rating stars. Is that what you mean?

  7. #7
    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
    52,926

    Re: Fixing and Calculating Time

    In the bottom-left corner of all posts is a star with "Add Reputation", Add Infraction" etc

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,459

    Re: Fixing and Calculating Time

    'Add Infraction' will not be visible - that's for moderators and administrators - but 'Add Reputation' and 'Report Post' will.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  9. #9
    Registered User
    Join Date
    03-08-2013
    Location
    Oakland, CA
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Fixing and Calculating Time

    Thanks FDibbins!

    This is a lot of stuff to learn. I know nothing about Visual Basic except that I have maximum respect for those who do. I am not familiar with Helper columns either. BUT...I am researching and trying to figure it all out.
    This is good stuff.
    Thanks so much.

  10. #10
    Registered User
    Join Date
    03-08-2013
    Location
    Oakland, CA
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Fixing and Calculating Time

    Thanks Ali! I used "Add Reputation".

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,459

    Re: Fixing and Calculating Time

    Glad to help!

  12. #12
    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
    52,926

    Re: Fixing and Calculating Time

    Quote Originally Posted by AliGW View Post
    'Add Infraction' will not be visible - that's for moderators and administrators - but 'Add Reputation' and 'Report Post' will.
    yup, wasnt thinking, thanks

    Thanks for the feedback, Mercy

+ 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. [SOLVED] Optimizing already available macro by fixing run time errors
    By anshul1719 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-18-2016, 08:03 AM
  2. [SOLVED] CF for time difference - fixing formula
    By Lukael in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 07-27-2014, 05:00 PM
  3. Need help fixing macros due to Run-Time error 1004 Sort Reference is Not Valid
    By travisg in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-16-2013, 12:13 AM
  4. [SOLVED] Fixing time values on graph
    By sonic-boom in forum Excel General
    Replies: 1
    Last Post: 11-24-2012, 06:53 PM
  5. Replies: 3
    Last Post: 11-21-2012, 05:47 AM
  6. Fixing time formats and converting hh:mm to mm:ss
    By AG65 in forum Excel General
    Replies: 2
    Last Post: 02-09-2012, 04:39 PM

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