+ Reply to Thread
Results 1 to 18 of 18

Fixing the Time Sheet

  1. #1
    Registered User
    Join Date
    02-21-2015
    Location
    Home
    MS-Off Ver
    Microsoft Office 2019
    Posts
    32

    Fixing the Time Sheet

    What I'm trying to do is, to make the time with the automatic time adjustment and the adding the number of hours of the week.

    but I can't find the way for the adjustment of the time and for some reason adding the hour of week is not helping either
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Fixing the Time Sheet

    Change the format of the cells to Custom, [h]:mm
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    02-21-2015
    Location
    Home
    MS-Off Ver
    Microsoft Office 2019
    Posts
    32

    Re: Fixing the Time Sheet

    Quote Originally Posted by AlKey View Post
    Change the format of the cells to Custom, [h]:mm
    Thanks for the reply, I changed the format of the cell; now I got the answer as 182:15 from 14:15 but the correct answer is 62:15
    Is there a way to get the time adjust (base on the chart) instead of entering manually.

    Thanks in advance.

  4. #4
    Registered User
    Join Date
    11-05-2014
    Location
    Muscat
    MS-Off Ver
    2010
    Posts
    7

    Re: Fixing the Time Sheet

    Hi Wolfin2010. I think this should do what you are asking.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-17-2017
    Location
    guam
    MS-Off Ver
    Office 2010
    Posts
    1

    Re: Fixing the Time Sheet

    At my work we use manual time cards. At the end of payroll, I have to input them into a spreadsheet
    manually to reflect each time card. I think I may have the same issue you are having, but i still want the sheet
    to reflect the actual time and still be able to make the adjustments to the "Nearest" 15 minutes when I total them up.
    Here's what I came up with, Hope it helps!

    It works for me, but if anyone has an easier way of writing the formula I used, Please let me know. I'm new to this as well.
    Attached Files Attached Files

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Fixing the Time Sheet

    Hi Wolfin2010,

    I think that your formula to calculate hours maybe wrong. Here is formulas that will give you the desired results: 62:15
    Try this
    For Adjusted Start Time:
    Enter in C2 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    For Adjusted Finish Time:
    Enter in E2 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    For Total Hours:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Format as Custom, hh:mm
    For Total format Custom, [h]:mm

    v A B C D E F G
    1 Date Start Time Adujusted Time Finish Time Adujusted Time Total Hours TOTAL HOURS
    2 ww 14-Aug-17 07:00 07:00 20:20 20:15 13:15 13:15
    3 ww 15-Aug-17 08:11 08:15 20:11 20:15 12:00 12:00
    4 ww 16-Aug-17 07:20 07:15 19:50 19:45 12:30 12:30
    5 ww 17-Aug-17 08:12 08:15 19:38 19:45 11:30 11:30
    6 ww 18-Aug-17 07:06 07:00 19:57 20:00 13:00 13:00
    7 ww 19-Aug-17
    8 ww 20-Aug-17 14:15 62:15

    Here is another way: You can actually get rid of the adjusted columns and let the formula to make adjustments.
    Enter formula in D2 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Format columns B and C as Custom, hh:mm
    Format Total (cell D8) as Custom, [h]:mm

    v A B C D
    1 Date Start Time Finish Time TOTAL HOURS
    2 ww 14-Aug-17 07:00 20:20 13:15
    3 ww 15-Aug-17 08:11 20:11 12:00
    4 ww 16-Aug-17 07:20 19:50 12:30
    5 ww 17-Aug-17 08:12 19:38 11:30
    6 ww 18-Aug-17 07:06 19:57 13:00
    7 ww 19-Aug-17
    8 ww 20-Aug-17 62:15
    9
    Last edited by AlKey; 09-18-2017 at 01:14 PM.

  7. #7
    Registered User
    Join Date
    02-21-2015
    Location
    Home
    MS-Off Ver
    Microsoft Office 2019
    Posts
    32

    Re: Fixing the Time Sheet

    I'm trying to update my time sheet with the sales but I'm having little problem with the calculation.

    Time1.png
    J7 should says 1274.45 not 1642.45

    I7 Format Cell: Custom
    $ [h].mm
    Last edited by Wolfin2010; 02-17-2019 at 12:11 PM.

  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,647

    Re: Fixing the Time Sheet

    What is the problem you are having? Where is J7? What is the formula?

    Attach the workbook, not a picture of it.
    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
    Forum Expert Roel Jongman's Avatar
    Join Date
    03-28-2015
    Location
    Netherlands
    MS-Off Ver
    Office 365
    Posts
    1,483

    Re: Fixing the Time Sheet

    example file would be usefull. however an educated guess tells me that you are converting time 16 hours to decimal 16 twice..

    the difference between 1258 and 1642 = 384 divide that by 24 and you get 16.00

    So there is a problem with the formulas somewhere it says ??*24 where it should not..

  10. #10
    Registered User
    Join Date
    02-21-2015
    Location
    Home
    MS-Off Ver
    Microsoft Office 2019
    Posts
    32

    Re: Fixing the Time Sheet

    I thought I posted the file as-well
    Attached Files Attached Files

  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,647

    Re: Fixing the Time Sheet

    Is this an Excel query? What does WPS Spreadsheets mean in your profile?

    Please amend your location in your profile: helpers use this to determine your locale. which may affect solutions offered. A broad indication will do (e.g. UK, USA, etc,).
    Last edited by AliGW; 02-17-2019 at 01:37 PM.

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

    Re: Fixing the Time Sheet

    J7 should says 1274.45 not 1642.45
    Explain why.

  13. #13
    Registered User
    Join Date
    02-21-2015
    Location
    Home
    MS-Off Ver
    Microsoft Office 2019
    Posts
    32

    Re: Fixing the Time Sheet

    Quote Originally Posted by AliGW View Post
    Is this an Excel query? What does WPS Spreadsheets men in your profile?

    Please amend your location in your profile: helpers use this to determine your locale. which may affect solutions offered. A broad indication will do (e.g. UK, USA, etc,).
    don't remember why, maybe I was using WPS before.


    Quote Originally Posted by AliGW View Post
    Explain why.
    because of simple calculation 1258.45+16=1274.45 not 1642.45

  14. #14
    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,647

    Re: Fixing the Time Sheet

    Please change your profile to show the version of Office you are using. Also change your location, as requested above.

    Why are you using time formatting for a currency field? That's what's causing part of the problem.
    Last edited by AliGW; 02-17-2019 at 01:38 PM.

  15. #15
    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,647

    Re: Fixing the Time Sheet

    You need to do this:

    1. Cells G8 and those in I and J need to be set to ACCOUNTING formatting.
    2. The formula in I7 needs to be =IF(F7="","",F7*J4*24)
    Attached Files Attached Files
    Last edited by AliGW; 02-17-2019 at 01:31 PM.

  16. #16
    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,647

    Re: Fixing the Time Sheet

    Please note I've made a slight amendment to the formula (position of final bracket or brace). I have also updated the attachment,

  17. #17
    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,647

    Re: Fixing the Time Sheet

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  18. #18
    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,647

    Re: Fixing the Time Sheet

    So, did my suggestion help? You haven’t posted back or marked the thread as solved - do we still have an issue, or is it resolved? Some feedback one way or the other would be appreciated.

    It would also be appreciated if you would make the amendments to your profile that I requested, thanks for your co-operation.

+ 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] Fixing and Calculating Time
    By MercyMercyMe in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-06-2017, 02:20 AM
  2. [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
  3. [SOLVED] CF for time difference - fixing formula
    By Lukael in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 07-27-2014, 05:00 PM
  4. Fixing Sheet References
    By Ted210 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-26-2013, 09:28 AM
  5. [SOLVED] Fixing time values on graph
    By sonic-boom in forum Excel General
    Replies: 1
    Last Post: 11-24-2012, 06:53 PM
  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

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